Update headers and omit CVS Ids.
[yaz-moved-to-github.git] / src /
2007-09-11 Adam DickmeissZOOM C announces SRU version 1.2.
2007-09-11 Adam DickmeissFixed problem with record cache and schema/diagnostics...
2007-09-11 Adam DickmeissUsing odr_strdup_null a couple of places
2007-09-11 Adam DickmeissAdded odr_strdup_null which calls nmem_strdup_null...
2007-09-09 Adam DickmeissHandle surrogate diagnostics for SRU
2007-09-08 Adam DickmeissFunction ZOOM_record_get allows type_spec=schema in...
2007-09-07 Mike Tayloryaz_diag_srw_to_bib1 now looks up SRW diagnostic codes...
2007-09-06 Mike TaylorAdd z_HTTP_header_add_basic_auth()
2007-09-06 Mike TaylorAdd HTTP Basic authentication to SRU/GET, SRU/POST...
2007-09-06 Mike TaylorSet SRU request structure's username/password from...
2007-08-31 Adam DickmeissOption sru_version holds negotiated SRU/SRW version.
2007-08-24 Adam Dickmeissyaz_srw_get returns 1.1 PDU (as in earlier versions)
2007-08-23 Adam DickmeissFixed typo
2007-08-23 Adam DickmeissAdded new ZOOM connection option "sru_version" which...
2007-08-23 Adam DickmeissFor SRU sarchRetrieve responses option resultSetId...
2007-08-22 Adam DickmeissRevert last change regarding display_term. There still...
2007-08-21 Adam DickmeissAlways honor display_term being set by backend handler...
2007-08-16 Adam DickmeissAdded support for SRU scan.
2007-08-15 Mike TaylorCOmment.
2007-08-13 Mike TaylorAdd code to compile CCL qualifiers if specified using...
2007-08-13 Mike TaylorAdd ccl_transform element to struct gfs_server.
2007-08-13 Mike TaylorIf a CCL qualifier mapping file has been specified...
2007-07-27 Adam DickmeissFixed bug #1338: GFS crashes when startRecord > number...
2007-07-11 Adam DickmeissAttribute spec file. Not in use yet
2007-07-04 Adam DickmeissChanged the Z39.50 ASN.1 a little: make userId in Permi...
2007-07-04 Adam DickmeissZOOM dumps BER if decoding fails and loglevel zoom...
2007-06-29 Adam DickmeissAdded support for the use of the older versions or...
2007-06-28 Adam DickmeissChanged CQL to XCQL conversion, so that element for...
2007-06-25 Adam DickmeissFixed spelling
2007-06-25 Adam DickmeissFixed bug #1208: SSL appears to be broken in ZOOM....
2007-06-24 Adam DickmeissImplemented oid_name_to_dotstring. Added test for OID...
2007-06-21 Adam DickmeissAllow elementSetName to be specified for ZOOM C record...
2007-06-20 Adam DickmeissAllow waitAction to be specified for ZOOM C based for...
2007-06-06 Adam DickmeissUse LONGLONG rather than ULONGLONG on Windows to suppor...
2007-06-05 Adam DickmeissFix potential buffer overrun that could occur if SRU...
2007-06-05 Adam DickmeissUsing yaz_snprintf (snprintf) rather than sprintf....
2007-06-05 Adam DickmeissFix buffer overrun by one in the setting of l_prefix...
2007-06-05 Adam DickmeissFixed potential buffer overrun in yaz_log for YLOG_ERRN...
2007-06-05 Adam DickmeissProperly null-terminate Unix-domain socket path. Thanks...
2007-06-04 Adam DickmeissFix NULL ptr reference which occurred for unknown diags...
2007-05-31 Adam DickmeissUsing informaltable rather than table for list of Objec...
2007-05-31 Adam DickmeissAdded support for correlationInfo Note and ID for Recor...
2007-05-30 Adam DickmeissChanged the way yaz-client encodes charset negotiation...
2007-05-30 Adam DickmeissCharset ISO5428:1984 is an alias for ISO5428-1984.
2007-05-30 Adam DickmeissImplemented a way to perform scan in a result set using...
2007-05-24 Adam DickmeissFunction encode_uri_char does not hex encode unreserved...
2007-05-23 Adam DickmeissChanged decoding of SRU XML packed records to deal...
2007-05-23 Adam DickmeissFor SRU responses allow Content-Type application/xml...
2007-05-23 Adam DickmeissCheck for malformed UTF-8 characters. Thanks for Gary...
2007-05-21 Adam DickmeissFixed missing yaz_iconv reset call in odr_iconv_string...
2007-05-16 Adam DickmeissTokenizer skips comments (# by default).
2007-05-08 Adam DickmeissFor OIDs use Odr_oid type everywhere, i.e. do not assum...
2007-05-07 Adam DickmeissList of built-in OIDs in documentation.
2007-05-06 Adam DickmeissDefine OID_STD_H no longer needed for oid_std.c code
2007-05-06 Adam DickmeissCode updates which makes things compile as C++. Mostly...
2007-05-05 Adam DickmeissCopying user,group,password + preferredMessage, maximum...
2007-05-05 Adam DickmeissAdded ZOOM_options_dup.
2007-05-05 Adam DickmeissFixed OIDs for SUTRS and Explain (external handling)
2007-05-04 Adam DickmeissIndentation.
2007-05-03 Adam DickmeissUsing old C style comments.
2007-05-03 Adam DickmeissFixed beta small in ISO5428 conversion
2007-05-03 Adam DickmeissAdded partial support for ISO5428-1984, which is the...
2007-05-03 Heikki LevantoUndoing a file rename
2007-05-03 Heikki LevantoMore asn1 for oclc
2007-05-02 Adam DickmeissAllow a server to tell whether records uses same encodi...
2007-05-02 Adam DickmeissAdded new member 'query_charset' for bend_initrequest...
2007-05-02 Adam DickmeissAdded flush for yaz_iconv use
2007-05-01 Adam DickmeissAdded a few casts to throw away const
2007-05-01 Adam DickmeissMoved stop word support code to separate ccl_stop_words...
2007-05-01 Adam DickmeissIn conversion from CCL RPN to RQF handle the empty...
2007-04-30 Adam DickmeissAdded stop word support for CCL parser. These are confi...
2007-04-30 Adam DickmeissRestructure qualifier handling so we can have more...
2007-04-30 Adam DickmeissNew ZOOM C option, "rpnCharset", which allows client...
2007-04-27 Adam DickmeissSeparate tokenizer stuff into parsing and configuration...
2007-04-27 Adam DickmeissAdded file description
2007-04-26 Adam DickmeissDoxygen frindly comments. Minor simplications.
2007-04-26 Adam DickmeissAdded functions to create CCL RPN nodes. Added small...
2007-04-26 Adam DickmeissFixed problem with double free of memory
2007-04-26 Adam DickmeissVarious clean up. Removed function ccl_parset_get_bibse...
2007-04-25 Adam DickmeissClean-up the CCL API. Moved some internal structures...
2007-04-25 Adam DickmeissRemoved ccl_pr_tree_as_qrpn . Implement ccl_pr_tree...
2007-04-25 Adam DickmeissFixed typo WRT Update OIDS
2007-04-24 Adam DickmeissWindows build.
2007-04-24 Adam DickmeissFixed call to ZOOM_resultset_sort1
2007-04-18 Adam DickmeissIgnore generated files oclc-ill-req-ext.[ch].
2007-04-18 Adam DickmeissDoxygen comments in OID generated files.
2007-04-18 Adam DickmeissAdded ASN.1 and CODEC for OCLC ILL Request Extension.
2007-04-17 Adam DickmeissSplit YAZ library into two libs : libyaz.la and libyaz_...
2007-04-17 Adam DickmeissAuto-generated files specified separately
2007-04-17 Adam DickmeissFixed bug #1052: oid_std.[ch] not made automatically.
2007-04-16 Adam DickmeissIgnore oid_std.c
2007-04-16 Adam DickmeissGenerate built-in OIDs from oid.csv.
2007-04-16 Adam DickmeissOIDs in a .csv-file.
2007-04-16 Adam DickmeissAdded functions to return const known OIDs
2007-04-13 Adam DickmeissMake Variant-1 OID definition. Fix OID for Espec-1
2007-04-13 Adam DickmeissAdded utilities z_ext_record_{xml,sutrs,usmarc}.
2007-04-13 Adam DickmeissAdded inclusion of oid_db.h
2007-04-13 Adam DickmeissFunction oid_dotstring_to_oid returns -1 if OID dot...
2007-04-12 Adam DickmeissAdded function yaz_oid_add which adds custom OID entry...
2007-04-12 Adam DickmeissNew OID database - with public definitions in oid_db...
next