Ideographic space gets converted to MARC-8 212321 instead of 212320
[yaz-moved-to-github.git] / src /
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
2006-05-30 Adam DickmeissFixed bug #598: Allow missingValueAction to be specifie...
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-26 Adam DickmeissCheck for xsltSaveResultToString presence.
2006-05-25 Adam DickmeissUse xsltSaveResultToString instead of xmlDocDumpFormatM...
2006-05-23 Adam DickmeissFix output dir for diagnostics headers
2006-05-23 Adam DickmeissFix output dir for ASN.1 headers
2006-05-23 Adam DickmeissFixed bug #592: CVS version of YAZ require gnu make.
2006-05-23 Adam DickmeissFixed bug #593: Buffers too small for MARC string buffers.
2006-05-23 Mike TaylorComment typo
2006-05-23 Adam DickmeissAdded check for tclsh programs
2006-05-22 Adam DickmeissFix execution of tclsh.
2006-05-22 Mike TaylorUse FreeBSD's tclsh8.4 if it exists
2006-05-14 Adam DickmeissRemoved a few yaz_log calls
2006-05-13 Sebastian HammerCall 'present' backend function (when present) from...
2006-05-10 Heikki LevantoHigher-level interfaces, fixing the bugs these uncovered.
2006-05-10 Heikki LevantoAdded a way to get the verbosity to test programs
2006-05-10 Adam DickmeissIntroduce a hash-table for the ZOOM C record caching...
2006-05-09 Adam DickmeissFinish Latin-1 to MARC-8 conversion handling.
2006-05-09 Mike TaylorTemporary fix for ZOOM_resultset_record()'s force_sync.
2006-05-09 Adam DickmeissFixes for retrieval handling in SRU mode.. The "virtual...
2006-05-09 Adam DickmeissUse OID_STR_MAX for size of oid dot string
2006-05-09 Mike TaylorRender OID as string when used in error-messages.
2006-05-08 Adam DickmeissChange return values for yaz_retrieval_request a bit...
2006-05-08 Adam DickmeissDefine max length of OID dot string: OID_STR_MAX.
2006-05-08 Sebastian HammerCalling exsltRegisterAll instead of exsltDynRegister
2006-05-08 Adam DickmeissChanged behavior of yaz_retrieval_request so that no...
2006-05-08 Adam DickmeissLibEXSLT support. New configure option --with-exslt.
2006-05-07 Adam Dickmeissuse strcmp instead of stricmp for -install,-remove...
2006-05-07 Adam DickmeissUse strchr instead of index (which was only standard...
2006-05-07 Adam DickmeissReformat comments for Doxygen
2006-05-07 Adam DickmeissAdded more tests for retrieval/record_conv system....
2006-05-07 Adam DickmeissAdded retrieval handling support in Generic Frontend...
next