Fixed bug #687: Missing log lines. Immediate logging (i.e. flush) is no
[yaz-moved-to-github.git] / src /
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....
2006-07-14 Heikki LevantoLoading of the nfa now possible from an xml file.
2006-07-07 Heikki LevantoAdded YAZ_CHECK_TODO macro, used it in nfaxmltest1.
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 Crommereplaced RPN: with RPN , CQL: with CQL, ans so forth...
2006-07-07 Marc Crommefurther cleaning of log messages, related to bug #405
2006-07-07 Adam DickmeissChanged two vars to be of type size_t rather than int
2006-07-07 Adam DickmeissFix compilation on Windows. Reformat a bit
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 Heikki LevantoFixed order of declarations
2006-07-06 Heikki LevantoAdded yaz_log_trunc() to truncate the log file
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
2006-07-06 Adam DickmeissDont use xmlDocPtr local
2006-07-06 Adam DickmeissYet another fix
2006-07-06 Adam DickmeissFix compilation on systems where Libxml2 does not exist
2006-07-06 Adam DickmeissDisabled log_xml_error because it doesn't work on older...
2006-07-05 Adam DickmeissChanged cql2pqf transformation to use a different evalu...
2006-07-04 Heikki LevantoStarted the error handling in nfaxml. Not at all ready...
2006-06-30 Adam DickmeissLog format '%!' prints thread ID
2006-06-20 Adam DickmeissFixed option negotation for Frontend server . Option...
2006-06-16 Adam DickmeissMore work on a fix for bug #612. We could have "dup...
2006-06-16 Adam DickmeissFire ZOOM_EVENT_RECV_RECORD for cached records. Bug...
2006-06-15 Adam Dickmeisshanged bend_update_rr so that diagnostics are stored...
2006-06-15 Adam DickmeissChanged ZOOM_query_ccl2rpn function so that it takes...
2006-06-14 Mike TaylorFix leak of temporary connections created by ZOOM_query...
2006-06-14 Adam DickmeissFix complication for YAZ, when libxml2 is not present.
2006-06-13 Mike TaylorI think this now supports CCL in scan, but I've not...
2006-06-13 Mike TaylorAdd ZOOM_query_ccl2rpn() and two new error-codes that...
2006-06-09 Adam DickmeissSSL comstack uses SL_CTX_use_certificate_chain_file...
2006-06-08 Adam DickmeissFix other bug in yaz_filepath_resolve
2006-06-08 Adam DickmeissFixed bug #606: Empty path in yaz_filepath_resolve...
2006-06-05 Adam DickmeissUse defined names for SRW diagnostics
2006-06-05 Adam DickmeissFixed bug #601: SRU decode does not issue diagnostic...
2006-06-02 Adam DickmeissImplemented yaz_sru_post_encode which builds a SRU...
2006-05-31 Sebastian HammerSet present->comp to NULL when no ESN is present in...
2006-05-31 Adam DickmeissFixed bug #599: ODR error on incoming PDU. Error was...
2006-05-30 Adam DickmeissAdded one type cast from char to unsigned char
next