Enable any element set and grs-1 in sample
[yaz-moved-to-github.git] / src /
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
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.
next