Added nmem_text_node_cdata which takes xmlNode CDATA content and
[yaz-moved-to-github.git] / src /
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
2006-04-19 Adam DickmeissAdded safe cast to prevent warning
2006-04-19 Adam DickmeissImplemented yaz_iconv to support conversion to MARC-8
2006-04-19 Adam DickmeissNew facilities for the MARC module. The reading - and...
2006-04-17 Adam DickmeissFor decoding of OIDs, do more sanity checks , so that...
2006-04-07 Adam DickmeissAdded a new ZOOM event type ZOOM_EVENT_END which signal...
2006-04-05 Mike TaylorRPN buffer bumped from 512 chars to 5120.
2006-04-05 Mike TaylorReport SRU diagnostic 12 (too many chars in query)...
2006-04-01 Adam DickmeissFixed 523: PQF parser does not properly diagnose @prox...
2006-04-01 Adam DickmeissFixed bug #558: present request out of range with prese...
2006-03-31 Adam DickmeissAllow multiple languages and charsets to be specified...
2006-03-26 Marc Crommejava script mime type added to the list of allowed...
2006-03-25 Adam DickmeissFixed bug #537: marc-8 -> iso-8859-1 konvertering fails...
2006-03-24 Adam DickmeissFor yaz_log, allow special timeformat %! to display...
2006-03-22 Mike TaylorReinsert initialiser for __UNUSED_loglevel
2006-03-22 Mike TaylorDo not impose STAT_DEFAULT_LOG_LEVEL if the YAZ_LOG...
2006-03-22 Adam DickmeissAccept application/soap+xml as content-type for SOAP msg
2006-03-21 Adam DickmeissReestablish log_event_{start,end}.
2006-03-21 Adam DickmeissRemove log_event_{start,end}. Add function yaz_log_set_...
2006-03-21 Adam DickmeissAllow yaz_log logging to be disabled using yaz_log_init...
2006-03-20 Mike TaylorSupport for translating proximity nodes from CQL to...
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 Mike TaylorYAZ_LOG environment variable.
2006-03-13 Adam DickmeissMore informative GFS WRT Extended Services
2006-03-13 Adam DickmeissSurvive in set_DatabaseNames if connection has not...
2006-03-10 Mike TaylorRecognise the "always" configuration element.
2006-03-10 Mike TaylorMap structure and other attributes before indexes,...
2006-03-10 Mike TaylorFix URL of SRU diagnostics list.
2006-03-02 Adam DickmeissBNF for nested queries.
2006-03-02 Adam DickmeissAdded sort extension
2006-03-01 Adam DickmeissAdded SRU-GET and SRU-POST support for ZOOM C. Option...
2006-03-01 Adam Dickmeissfix decode of resultSetTTL
2006-02-27 Adam DickmeissFixed bug in GFS: bend_scan handler was not called...
2006-02-23 Adam DickmeissFixed bug #488: tsticonv fails on Solaris with Sun...
2006-02-23 Adam DickmeissDont return value in void function
2006-02-23 Adam DickmeissFor XML query structure, use 'operator' instead of...
2006-02-19 Adam DickmeissImplement yaz_xml2query.
2006-02-19 Adam DickmeissUsing odr_create_Odr_oct
2006-02-19 Adam DickmeissMore proper initialization ot union .. Not that it...
2006-02-19 Adam DickmeissImplemented utility odr_create_Odr_oct to create Odr_oc...
2006-02-10 Adam DickmeissFixed UTF-8 reading (for 3 byte sequences).
2006-02-03 Adam DickmeissAdded a few harmless casts . (famous last words)
2006-02-02 Adam DickmeissSupply Term type as attribute in XML RPN representation.
2006-02-01 Adam DickmeissUse size_t rather than int
2006-02-01 Adam DickmeissDont return value in void function
2006-01-30 Adam Dickmeissyaz_query2xml complete and tested
2006-01-29 Adam DickmeissAdded YAZ_CHECK_TERM which terminates test program...
2006-01-27 Adam DickmeissAnnotate
2006-01-27 Adam DickmeissA little more flexible test unit
2006-01-27 Adam DickmeissAdded xmlquery.c in build
2006-01-27 Adam DickmeissAdded initial implementation for XML Query representation.
2006-01-26 Adam DickmeissAvoid mixed stmt/var declare
2006-01-20 Adam DickmeissTry to cope with subfields in multi-byte encoding ...
2006-01-20 Adam DickmeissPrevent leading blank in output of yaz_rpnquery_to_wrbuf
2006-01-20 Adam DickmeissMake wrbuf_put_zquery public
2006-01-20 Adam DickmeissSeparate the logging utilities for queries in two ...
2006-01-16 Adam DickmeissFixed bug in yaz_oi_get_string_oid. The function did...
2005-12-21 Mike TaylorAdd ZOOM_query_cql2rpn()
2005-12-21 Mike TaylorYikes! Yesterday's "defensive programming" introduced...
2005-12-21 Mike TaylorComment
2005-12-21 Mike TaylorRemove commented-out printf()s in cql2rpn()
2005-12-21 Mike Taylorcql2rpn() now works.
2005-12-21 Mike TaylorAbort when trying to translate a node of unknown type...
2005-12-20 Mike TaylorSupport for scanning by CQL query (not yet debugged).
2005-12-19 Adam DickmeissAddinfo is host when ZOOM returns failure for connections
2005-12-19 Mike TaylorAdd ZOOM_connection_scan1(), which takes a ZOOM_query...
2005-12-14 Adam DickmeissAdded two new utilities for encoding SRW diagnostics...
2005-12-12 Mike TaylorThrow out the 'user=pass%hoststring' syntax that I...
2005-12-08 Adam DickmeissAvoid mixed stmt/var declare
2005-12-07 Mike TaylorZOOM_connection_connect() now understands authenticatio...
2005-11-29 Adam DickmeissBuild libyazthread.la for backwards compatibility
2005-11-28 Adam DickmeissAnother fix in extraRecordData handling
2005-11-16 Mike TaylorAdd ZOOM_connection_diagset()
2005-11-15 Adam DickmeissAdded CQL base YACC grammar.
2005-11-11 Adam DickmeissFix bug introduced in srw.c revision 1.37
2005-11-11 Adam DickmeissFix bug introduced in srw.c revision 1.37
2005-11-09 Adam DickmeissUse int rather than short for bit field
2005-11-09 Adam DickmeissAvoid mixed stmt/var declare
2005-11-08 Mike TaylorAdd ZOOM_resultset_sort1()
2005-11-08 Adam DickmeissAdded ZiNG Update Support. New codecs are defined in...
2005-11-06 Adam DickmeissFix bug #416 in a different way. Our handlers code...
2005-11-06 Adam DickmeissRemove no longer used MARC-8 conversion code
2005-11-03 Mike TaylorFix formatting inconsistency.
2005-11-02 Adam DickmeissRename serachresult options a bit
next