Revert
[yaz-moved-to-github.git] / src /
2006-12-13 Adam DickmeissRevert
2006-12-13 Adam DickmeissCentral point of exit for xmalloc
2006-12-13 Adam DickmeissAdded header yaz/xmltypes.h which include libxml2'...
2006-12-12 Marc Cromme<retrielvalinfo> config file XML syntax changed to...
2006-12-08 Adam DickmeissAdded SRU diagnostic 62: "Cannot process or store recor...
2006-12-08 Adam DickmeissFixed bug regarding incomplete incoming packages. The...
2006-12-07 Adam DickmeissFixed bug #740 by using a simpler and smarter approach...
2006-12-07 Adam DickmeissAdded 'check only' option for MARC utilities. Option...
2006-12-06 Adam DickmeissChanged the SRU update structures and codecs to reflect...
2006-12-06 Mike TaylorFixed bug #722: Allow Z39.50 Init Options to be specifi...
2006-12-04 Adam DickmeissAdded GFS utility function bend_assoc_is_alive which...
2006-11-30 Adam DickmeissFixed bug #740: Handle SRU records referring to xmlns...
2006-11-30 Mike TaylorPostpone the setting of c->sru_mode until after leading...
2006-11-29 Heikki LevantoRemoved the nfa stuff - no longer needed
2006-11-27 Adam DickmeissTest differently for overflow in log bits
2006-11-20 Adam DickmeissRemove YLOG_LOG msg
2006-11-14 Adam DickmeissAdded utilities yaz_{set,get}_esn
2006-11-14 Adam DickmeissAdded utilities yaz_{set,get}_esn to set/get element...
2006-11-08 Adam DickmeissRepeat call to select(2) if errno=EINTR is returned.
2006-11-06 Adam DickmeissMake fake 'Present Out Of Range' Diagnostic for bad...
2006-11-06 Marc Crommeadded zoom layer record size debug output
2006-11-02 Adam DickmeissRemoved the build of libyazthread.la. The libyaz.so...
2006-11-01 Adam DickmeissFixed bug #719: Database in ZOOM_search may be differen...
2006-10-31 Adam DickmeissImplemented ZOOM_record_error which returns error infor...
2006-10-31 Adam DickmeissAdded auto generated file diagsru_update.c
2006-10-27 Adam DickmeissFixed bug #711: Do not include Libxml2's headers from...
2006-10-27 Adam DickmeissUpdates for SRU Update by Ko van der Sloot:
2006-10-26 Adam DickmeissFixes for bug #709: Records are fetched in wrong format...
2006-10-25 Adam DickmeissFixed bug #707: CQL->RPN ignores lines with leading...
2006-10-24 Adam DickmeissFix bug #706: 2nd try. Implement the charset rules...
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-24 Adam DickmeissFixed bug #706: XML hex encoding UTF-8 chars out of...
2006-10-13 Adam DickmeissVS 2003 or later has getaddrinfo; older versions do not
2006-10-11 Adam DickmeissImplement yaz_filepath_comp which splits a path into...
2006-10-10 Adam DickmeissChanges for retrieval module: if backend schema is...
2006-10-09 Adam DickmeissExtend ASN.1 compiler invocation rules with generated...
2006-10-09 Adam DickmeissChange wording ot YAZ license the 'Revised BSD License...
2006-10-09 Heikki LevantoUsing plain char instead of unsigned char in my tests.
2006-10-09 Adam DickmeissFixed bug #687: Missing log lines. Immediate logging...
2006-10-05 Adam DickmeissCopyright year
2006-10-05 Adam DickmeissFixed CQL term parsing: first char in unquoted terms...
2006-10-05 Adam DickmeissFixed bug #678: CQL to PQF translation does not preserv...
2006-10-05 Adam DickmeissSimplify check for SRU record ranges in GFS.
2006-10-05 Adam DickmeissFixed bug #689: SRU diagnostics to be added.
2006-10-05 Adam DickmeissUse ZOOM_API(int) for public function ZOOM_connection_i...
2006-10-04 Mike TaylorChange K&R-style empty function declarations to explici...
2006-10-04 Adam DickmeissImplement ZOOM_connection_is_idle.
2006-10-04 Adam DickmeissOnly generate up to 10 rotated log files.
2006-09-29 Adam DickmeissImplement log rotate log.0, log.1, log.2,..
2006-09-29 Adam DickmeissAdded support for specifying the max log file size...
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-09-21 Adam DickmeissChange type of optval from long to int for invocation...
2006-09-19 Adam DickmeissFor ZOOM-C, put reconnect handling to separate function...
2006-09-15 Adam DickmeissFixed bug #660: addrinfo not handled correctly in tcpip.c.
2006-09-14 Adam DickmeissFixed bug in Generic Frontend Server that could cause...
2006-09-14 Adam DickmeissIncrease FD_SETSIZE for winsock select
2006-09-14 Marc Crommeconst correctness of z_HTTP_header_lookup first argumen...
2006-09-12 Adam DickmeissRemove unneeded comma after enum list
2006-09-06 Adam DickmeissFix compilation for non- getaddrinfo case
2006-09-06 Adam DickmeissOther spell fix. Bug #653
2006-09-06 Adam DickmeissDont return value in void function
2006-09-06 Adam DickmeissFixed bug 655: IP reverse map no longer works. Renamed...
2006-09-06 Adam DickmeissRevert changes for PQF SRU queries.
2006-09-06 Adam DickmeissChanged the way PQF queries are encoded in SRU GET...
2006-09-06 Adam DickmeissFor the generic frontend server, the maximum record...
2006-09-04 Adam DickmeissFix spelling of SRW diagnostic 60 (bug 653). Change...
2006-09-01 Adam DickmeissFix tcpip_set_blocking for Windows. Set comstack cerrno...
2006-09-01 Adam DickmeissFor frontend server, only issue error if recv buffer...
2006-09-01 Adam DickmeissUse last rather than first colon in IP address as port...
2006-09-01 Adam DickmeissUsing results of getaddrinfo to create sockets. This...
2006-08-31 Adam DickmeissFixed problem with unset variable (compose_char) in...
2006-08-30 Adam DickmeissIdeographic space gets converted to MARC-8 212321 inste...
2006-08-30 Adam DickmeissFor duplicates in char conv trie, first conversion...
2006-08-30 Adam DickmeissIn character conversion to MARC-8, use ESC$1 instead...
2006-08-30 Adam DickmeissUse getaddrinfo on Windows too
2006-08-30 Adam DickmeissTCP/IP COMSTACK uses getaddrinfo as resolver on systems...
2006-08-30 Adam DickmeissDefine INADDR_NONE to -1 if undefined
2006-08-30 Adam DickmeissWindows compile fix.
2006-08-30 Adam DickmeissFixed bug #644: Using Non Reentrant gethostbyname cause...
2006-08-28 Adam DickmeissNew option for yaz-marcdump -lpos=value which allows...
2006-08-28 Adam DickmeissFixed bug #643: Bad sequence for MARC conversions from...
2006-08-27 Adam DickmeissFixed bug #642: Problem with sub script symbols in...
2006-08-25 Adam DickmeissFixed bug #641: Sending a too-big packet sometimes...
2006-08-24 Adam DickmeissMake a facility for COMSTACK to reject too large packag...
2006-08-24 Adam DickmeisscompleteBER, completeBER_n no longer checks for a maxim...
2006-08-24 Adam DickmeissFixed bug #640: ZOOM_connection_connect() does not...
2006-08-24 Adam DickmeissMake a public function, yaz_write_UTF8_char, to encode...
2006-08-18 Adam DickmeissMove yaz_srw_get_core_v_1_1 to other source. Define...
2006-08-16 Adam DickmeissImplemented bug #635: YAZ/ZOOM layer should include...
2006-08-16 Adam DickmeissFixed bug #636: Bad rpn causes seg faults. Error occurs...
2006-08-15 Adam DickmeissFix ZOOM-C so that SOAP mode sends SOAP requests
2006-08-11 Adam DickmeissFixes for nemm_memory statistics
2006-08-11 Adam DickmeissChanged prototype for nmem_text_node_cdata so that...
2006-08-09 Adam DickmeissAllow a flag nmem_release_in_heap to be set (1) in...
2006-08-08 Adam DickmeissAttempted to fix bug #626.
2006-08-04 Adam DickmeissUse yaz_read_UTF8_char instead of xmlGetUTF8Char
2006-08-01 Adam DickmeissFixed yaz_marc_write_iso2709 to honor character set...
2006-07-31 Adam DickmeissFixed bug #627: addInfo not propagated by srw_bend_fetc...
2006-07-31 Adam DickmeissGet rid of redundant parameter to yaz_log_to_file....
next