Merge branch 'master' into sru_2_0
[yaz-moved-to-github.git] / include / yaz / srw.h
2013-09-18 Adam DickmeissInclude yaz/facet.h rather than yaz/z-facet-1.h
2013-09-09 Adam DickmeissTowards working facets
2013-09-09 Adam DickmeissMake yaz_negotiate_sru_version internal
2013-09-06 Adam DickmeissDeal with resultCountPrecision - SRU 2.0
2013-09-03 Adam DickmeissNamespaces more or less in correct place
2013-09-02 Adam DickmeissRefactor for string based queruType (SRU 2.0)
2013-01-06 Adam DickmeissBump year
2012-10-18 Adam DickmeissAllow more namespaces for SRU
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2012-08-08 Adam DickmeissDecode SRU 2.0 responses
2012-01-09 Adam DickmeissHappy new year
2011-10-27 Dennis SchafrothNew suggestions result
2011-01-06 Adam DickmeissHappy new year
2010-08-26 Dennis SchafrothAdd FacetList to SRW request/response. Change in public...
2010-08-25 Dennis SchafrothAdd facet list for request and response
2010-08-12 Adam DickmeissRename yaz_solr_encode -> yaz_solr_encode_request
2010-08-12 Adam DickmeissRename SOLR HTTP response function
2010-08-12 Adam DickmeissSOLR support for ZOOM and yaz-client
2010-01-14 Adam DickmeissBump copyright year
2009-11-23 Adam DickmeissURI component encode/decode SRU database
2009-11-21 Adam DickmeissRefactor URI utils to uri.c
2009-10-27 Adam DickmeissBetter support for extra data for SRU codecs and GFS
2009-06-18 Adam DickmeissIntroduce type for BER BOOLEAN/INTEGER .
2009-06-16 Adam Dickmeiss64-bit BER integers. Fixes bug #114.
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-05-28 Adam DickmeissAdded yaz_mk_sru_surrogate to create SRU surrogate...
2008-04-04 Adam DickmeissUpdate headers and omit CVS Ids.
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-01-28 Adam DickmeissChanged definition of extra_args in Z_SRW_PDU. YAZ.3.0.24
2007-09-09 Adam DickmeissHandle surrogate diagnostics for SRU
2007-08-23 Adam DickmeissAdded new ZOOM connection option "sru_version" which...
2007-05-23 Adam DickmeissFor SRU responses allow Content-Type application/xml...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-12-06 Adam DickmeissChanged the SRU update structures and codecs to reflect...
2006-10-27 Adam DickmeissUpdates for SRU Update by Ko van der Sloot:
2006-10-13 Adam DickmeissFiles that include full license should not also point...
2006-10-09 Adam DickmeissChange wording ot YAZ license the 'Revised BSD License...
2006-08-16 Adam DickmeissImplemented bug #635: YAZ/ZOOM layer should include...
2006-06-02 Adam DickmeissImplemented yaz_sru_post_encode which builds a SRU...
2006-05-05 Sebastian HammerSupporting Username/password in SRU server mode, either...
2006-03-01 Adam DickmeissAdded SRU-GET and SRU-POST support for ZOOM C. Option...
2005-12-14 Adam DickmeissAdded two new utilities for encoding SRW diagnostics...
2005-11-08 Adam DickmeissAdded ZiNG Update Support. New codecs are defined in...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-04-22 Adam DickmeissChanged include/yaz/diagbib1.h and added include/yaz...
2005-01-15 Adam DickmeissBump year
2005-01-09 Adam DickmeissAdded whereInList member to SRW Scan Term
2005-01-08 Adam DickmeissAdded support for SRW scan in yaz-client
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2004-02-14 Adam DickmeissSRW/SRU update: use uri instead of code for diagnostic
2004-01-27 Adam DickmeissSRW diagnostic code now a URI
2004-01-09 Adam DickmeissPicky SRU decode. yaz_srw_get supports scan
2004-01-07 Adam DickmeissAdd z_soap_codec_enc_xsl
2004-01-07 Adam DickmeissStylesheet support.
2004-01-05 Adam Dickmeiss2.0.9 candidate
2003-12-29 Adam DickmeissSRW scan
2003-12-20 Adam DickmeissSRW/SRU 1.1
2003-12-09 Adam DickmeissAdded missing C decl macros for soap.h and srw.h.
2003-03-23 Adam DickmeissSRW/SRU explain
2003-03-20 Adam DickmeissSRW/SRU recordPacking
2003-02-23 Adam DickmeissRenamed Z_SRW_searchRetrieve to Z_SRW_PDU
2003-02-19 Adam DickmeissUtility to map between Bib-1 and SRW diagnostics.
2003-02-17 Adam DickmeissSRW record retrieval works for ZOOM
2003-02-14 Adam DickmeissMore type casts. Modify CQL tree - bool is C++ reserved...
2003-02-12 Adam DickmeissSOAP, SRW codecs and HTTP transport for YAZ using libxml2.