GFS: timeout may be given in seconds (suffix s)
[yaz-moved-to-github.git] / src / seshigh.c
2010-06-10 Adam DickmeissGFS: timeout may be given in seconds (suffix s)
2010-04-21 Adam DickmeissCosmetic: use symbolic names for two diagnostics
2010-04-21 Adam DickmeissGFS: Fix nextResultSetPosition for dropped record
2010-03-02 Adam DickmeissGFS: fix sizeof: saved by the bell
2010-03-02 Adam DickmeissGFS present: Deal with number of recs <= 0
2010-01-19 Adam DickmeissAdd casts for signed/unsigned ints
2010-01-19 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2010-01-19 Adam DickmeissGFS: step_size, term_position, statuses type int
2010-01-19 Adam DickmeissMore odr_int casts
2010-01-19 Adam DickmeissControlled conversion from Odr_int to int
2010-01-19 Adam DickmeissGFS: Use zget_APDU rather than zget_Close
2010-01-14 Adam DickmeissUse size_t for local
2010-01-14 Adam DickmeissBump copyright year
2009-12-07 Adam DickmeissReformat, simplify
2009-12-07 Adam DickmeissRemove socket (int *fd) from search_rr handler
2009-12-07 Adam DickmeissRemove bend_request definition from backend.h
2009-12-07 Adam DickmeissRemove unused GFS bend_request functions
2009-12-03 Adam DickmeissGFS: Avoid piggyback for hits < 0 from backend
2009-10-27 Adam DickmeissBetter support for extra data for SRU codecs and GFS
2009-09-18 Adam DickmeissGFS logs HTTP requests
2009-09-18 Adam DickmeissLog session timeout. Reenable ASSOC_UP.
2009-06-18 Adam DickmeissIntroduce type for BER BOOLEAN/INTEGER .
2009-06-16 Adam Dickmeiss64-bit BER integers. Fixes bug #114.
2009-02-23 Adam DickmeissRemoved redundant statement
2009-01-29 Adam DickmeissAdded member named_result_sets for init handler struct...
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-12-24 Adam DickmeissChanged type to avoid warning
2008-11-24 Adam DickmeissGot rid of a few warnings WRT signed/unsigned types
2008-11-17 Adam DickmeissReturn SHA1 version for YAZ in yaz_version.
2008-11-14 Adam DickmeissFixes for gcc warnings - mostly WRT check of returns...
2008-06-17 Adam DickmeissPrevent COMSTACK use if cs_accept fails
2008-06-05 Adam DickmeissMinor formatting changes.
2008-05-30 Adam DickmeissFix comment regarding diagnostics
2008-05-30 Adam DickmeissReplaced some error code ints with proper defines ...
2008-05-28 Adam DickmeissAdded yaz_mk_sru_surrogate to create SRU surrogate...
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2007-09-11 Adam DickmeissUsing odr_strdup_null a couple of places
2007-08-23 Adam DickmeissAdded new ZOOM connection option "sru_version" which...
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-13 Mike TaylorIf a CCL qualifier mapping file has been specified...
2007-07-27 Adam DickmeissFixed bug #1338: GFS crashes when startRecord > number...
2007-06-05 Adam DickmeissFix potential buffer overrun that could occur if SRU...
2007-05-30 Adam DickmeissChanged the way yaz-client encodes charset negotiation...
2007-05-30 Adam DickmeissImplemented a way to perform scan in a result set using...
2007-05-08 Adam DickmeissFor OIDs use Odr_oid type everywhere, i.e. do not assum...
2007-05-06 Adam DickmeissCode updates which makes things compile as C++. Mostly...
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-04-16 Adam DickmeissGenerate built-in OIDs from oid.csv.
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...
2007-03-19 Adam DickmeissAPI changes to WRBUF. wrbuf_free removed; replaced...
2007-03-13 Adam DickmeissMissing return value for function
2007-02-24 Adam DickmeissFixed bug #927: DOM Module returns wrong diagnostic...
2007-01-16 Adam DickmeissExtended the GFS search facility. New member of bend_se...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-12-08 Adam DickmeissFixed bug regarding incomplete incoming packages. The...
2006-12-06 Adam DickmeissChanged the SRU update structures and codecs to reflect...
2006-12-04 Adam DickmeissAdded GFS utility function bend_assoc_is_alive which...
2006-11-14 Adam DickmeissAdded utilities yaz_{set,get}_esn to set/get element...
2006-10-27 Adam DickmeissUpdates for SRU Update by Ko van der Sloot:
2006-10-24 Adam DickmeissFixed problem with SRU diagnostic 'First record positio...
2006-10-24 Adam DickmeissFail decoding of SRU SOAP searchRetrieveRequest if...
2006-10-05 Adam DickmeissSimplify check for SRU record ranges in GFS.
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-09-06 Adam DickmeissFor the generic frontend server, the maximum record...
2006-09-01 Adam DickmeissFor frontend server, only issue error if recv buffer...
2006-08-24 Adam DickmeissMake a facility for COMSTACK to reject too large packag...
2006-07-31 Adam DickmeissFixed bug #627: addInfo not propagated by srw_bend_fetc...
2006-07-07 Marc Crommemoved superflous session logging from log_session to...
2006-07-07 Marc Crommeadded number of terms returned to client from Scan...
2006-07-07 Marc Crommefurther cleaning of log messages, related to bug #405
2006-07-06 Marc Crommedowngraded superflous log comment from YAZ_LOG to...
2006-07-06 Marc Crommeadded database name in scan response, both Z39.50 and SRU
2006-07-06 Marc Crommepartiallay fix bug #405
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
2006-06-20 Adam DickmeissFixed option negotation for Frontend server . Option...
2006-06-15 Adam Dickmeisshanged bend_update_rr so that diagnostics are stored...
2006-05-31 Sebastian HammerSet present->comp to NULL when no ESN is present in...
2006-05-30 Sebastian HammerSimplified comp for present called from srw_bend_search
2006-05-30 Sebastian HammerArranged to call bend_present if records are displayed...
2006-05-14 Adam DickmeissRemoved a few yaz_log calls
2006-05-13 Sebastian HammerCall 'present' backend function (when present) from...
2006-05-09 Adam DickmeissFixes for retrieval handling in SRU mode.. The "virtual...
2006-05-08 Adam DickmeissChange return values for yaz_retrieval_request a bit...
2006-05-08 Adam DickmeissLibEXSLT support. New configure option --with-exslt.
2006-05-07 Adam DickmeissAdded retrieval handling support in Generic Frontend...
2006-05-05 Sebastian HammerSupporting Username/password in SRU server mode, either...
2006-04-21 Adam DickmeissAdded several type casts due to no portable way of...
2006-04-05 Mike TaylorRPN buffer bumped from 512 chars to 5120.
2006-03-26 Marc Crommejava script mime type added to the list of allowed...
2006-03-16 Adam DickmeissEnsure Bib-1 diagnostic is mapped to SRW diagnostic...
2006-03-16 Adam DickmeissFor GFS - SRU handling, empty stylesheet means no style...
2006-03-15 Marc Crommeremoved superflous log message
2006-03-15 Adam DickmeissAdded support for file access in GFS to facilitate...
2006-03-13 Adam DickmeissMore informative GFS WRT Extended Services
2006-02-27 Adam DickmeissFixed bug in GFS: bend_scan handler was not called...
2006-01-20 Adam DickmeissSeparate the logging utilities for queries in two ...
next