Loading of the nfa now possible from an xml file.
[yaz-moved-to-github.git] / src /
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...
2006-05-07 Adam DickmeissInitialize username and password in yaz_srw_codec.
2006-05-05 Sebastian HammerSupporting Username/password in SRU server mode, either...
2006-05-05 Adam DickmeissImplement yaz_retrieval_configure.
2006-05-05 Heikki LevantoRemoved a debug print I had forgotten in
2006-05-05 Heikki LevantoRange converter for actually converting character ranges
2006-05-05 Heikki LevantoFixed the interface to match,
2006-05-04 Adam DickmeissFirst code bits of record retrieval code
2006-05-04 Adam DickmeissReformat with a little more spacing (no code changes)
2006-05-04 Adam DickmeissMake things compile --without-xslt
2006-05-03 Heikki LevantoThe NFA seems to work now (as far as I can see).
2006-05-03 Adam DickmeissRecord conversion utility (yaz_record_conv_t) supports...
2006-05-03 Mike TaylorAvoid mixed stmt/dcl
2006-05-03 Heikki LevantoAdded nfa.h to makefile.am. Work continues on the nfa
2006-05-03 Heikki LevantoAdded my new NFA character normalizer. Not yet ready...
2006-05-02 Adam DickmeissAdded nmem_text_node_cdata which takes xmlNode CDATA...
2006-04-27 Adam DickmeissAlways include sys/stat.h
2006-04-26 Heikki LevantoSimplified outout to keep it on one line, even when...
2006-04-26 Adam DickmeissMore comments on path.{c,h} functions
2006-04-26 Adam DickmeissBump version to 2.1.19. Added function yaz_filepath_res...
2006-04-24 Adam DickmeissAdded support for a new character set MARC8s identical...
2006-04-21 Marc CrommeDebian package upgrade to follow policy 3.6.2 and renam...
2006-04-21 Adam DickmeissAdded several type casts due to no portable way of...
2006-04-20 Adam DickmeissMore Doxygen stuff; for auto-generated code too
2006-04-20 Adam DickmeissExteded yaz_marc_write_marcxhange new parameters, forma...
2006-04-20 Adam DickmeissAdded utility yaz_marc_modify_leader which modifies...
2006-04-20 Adam DickmeissLet all .asn depend on yaz-asncomp
2006-04-20 Adam DickmeissFixed bug in yaz_srw_get: case Z_SRW_scan_response...
2006-04-19 Adam DickmeissAdded another safe cast to prevent warning
next