Bump version to 3.0.39
[yaz-moved-to-github.git] / src /
2008-12-25 Adam DickmeissFunction icu_chain_xml_config allows certain obsolete...
2008-12-25 Adam DickmeissDisabled read_iso5426s because it is not in use
2008-12-24 Adam DickmeissAdded a few type casts to avoid warnings.
2008-12-24 Adam DickmeissChanged type to avoid warning
2008-12-24 Adam DickmeissRemoved unused variable
2008-12-23 Adam DickmeissRefactor getting subfield length to separate function.
2008-12-23 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2008-12-23 Adam DickmeissFixed bug #2352: yaz-marcdump crashes for certain record.
2008-12-22 Adam DickmeissChoose IPV6 over IPV4 addrany addresses (bug #2350).
2008-12-16 Adam DickmeissInclude sys/socket.h, arpa/inet.h
2008-12-15 Adam DickmeissAdded Danmarc character set decoder (bug #2345).
2008-12-05 Adam DickmeissFixes for sys/stat.h on Windows.
2008-12-05 Adam DickmeissMore explicit use of #if HAVE_...header's.
2008-12-01 Adam DickmeissSimplified ZOOM C's implementation strings a bit.
2008-11-24 Adam DickmeissGot rid of a few warnings WRT signed/unsigned types
2008-11-19 Wolfram SchneiderWorkaround for tréma <-> umlau, map / U+034F COMBINING...
2008-11-18 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2008-11-18 Wolfram Schneidercleanup & tidy
2008-11-18 Wolfram Schneidercharconv.tcl does not like multi-line comments
2008-11-18 Wolfram SchneiderImplement real ISO546 character set, first version.
2008-11-18 Adam DickmeissFixed creation of marc8.c / marc8r.c.
2008-11-18 Wolfram Schneiderdon't create a broken *.c file if charconv.tcl failed
2008-11-18 Wolfram Schneiderremove non-latin character sets
2008-11-18 Adam DickmeissAdded script to auto-generate version-info on Windows.
2008-11-18 Wolfram Schneidertypo in comments
2008-11-17 Adam DickmeissMake codetables-iso5426.xml part of dist.
2008-11-17 Adam DickmeissIgnore generated file iso5426.c.
2008-11-17 Adam DickmeissReturn SHA1 version for YAZ in yaz_version.
2008-11-17 Wolfram Schneiderset ISOcode="42"
2008-11-17 Wolfram Schneiderstill learning using GIT, some changes were not committed:
2008-11-17 Wolfram Schneideradd ISO 5426 reference documentation
2008-11-17 Wolfram Schneiderfake support for decoding ISO5426 -> utf8
2008-11-17 Wolfram Schneideradd copy of iconv_decode_marc8.c
2008-11-17 Wolfram Schneideradd copy of iconv_encode_marc8.c
2008-11-17 Wolfram Schneideradd function yaz_iso5426_decode
2008-11-17 Wolfram SchneiderAdd alias ANSEL -> MARC-8 for decoding to UTF8
2008-11-14 Adam DickmeissFixes for gcc warnings - mostly WRT check of returns...
2008-11-06 Adam DickmeissRenamed match-str.h to matchstr.h.
2008-10-25 Adam DickmeissAdded yaz_encode_pqf_term to encode PQF strings.
2008-10-24 Adam DickmeissFor ZOOM, ensure ZOOM_EVENT_SEARCH is only fired once...
2008-10-23 Adam DickmeissHonor databaseName option for ZOOM connection as path...
2008-10-23 Adam DickmeissSmaller example GFS. Added match-str.h for string match...
2008-10-21 Adam DickmeissRemoved debug-like msg.
2008-10-21 Adam DickmeissFixed log message trunction on Windows.
2008-10-20 Adam DickmeissUse ZOOM_API for new function ZOOM_get_event_str
2008-10-20 Adam DickmeissFor SRU diagnostics ensure result set memory is not...
2008-10-20 Adam DickmeissDon't generate ZOOM_EVENT_RECV_SEARCH for SRU record...
2008-10-20 Adam DickmeissAdded ZOOM_get_event_str.
2008-10-18 Adam DickmeissFixed memory leak (setname in ZOOM_resultset)
2008-10-18 Adam DickmeissFixed bad memory ref in case of SRU diagnostics.
2008-10-17 Adam DickmeissAdjustments to make YAZ compile as C++ code.
2008-10-16 Adam DickmeissOmit definitions of xmlNode and xmlDocPtr if YAZ_HAVE_X...
2008-10-15 Adam DickmeissOmit some functions not used when XML2 is not enabled...
2008-10-15 Adam DickmeissFixed compilation for no XML2
2008-10-15 Adam DickmeissAdded include of stdlib.h because of atoi
2008-09-25 Adam DickmeissHonor start, step, count for SRU (multiple requests...
2008-07-30 Adam DickmeissAvoid mixed stmt/var declare.
2008-07-28 Adam DickmeissFix Libxml2 error handling under Windows.
2008-07-25 Adam DickmeissFirst RPN to CQL conversion using actual attribute...
2008-07-22 Adam DickmeissAdded cql_transform_define_pattern. Renamed rpn2cql...
2008-07-21 Adam DickmeissOption logapdu renamed apdulog as it harmonizes more...
2008-07-21 Adam DickmeissZOOM Connection setting 'logapdu' logs APDUs to YAZ...
2008-07-21 Adam DickmeissZOOM Connection setting 'logapdu' logs APDUs to YAZ...
2008-07-10 Adam DickmeissMinor reformatting.
2008-07-10 Adam DickmeissAdded support for an "opaqueRecord" option in ES update.
2008-07-10 Adam DickmeissAdded z_ext_record_oid_any() function.
2008-07-04 Adam DickmeissTesting of RPN to CQL conversion.
2008-07-04 Adam DickmeissRenamed wrbuf_put to wrbuf_vputs and changed prototype.
2008-07-03 Adam DickmeissAdded wrbuf_put - same as wrbuf_puts but void return...
2008-06-18 Adam DickmeissUse gnutls_set_default_priority instead of gnutls_prior... v3.0.34
2008-06-18 Adam DickmeissRestructure SSL support funcs
2008-06-18 Adam DickmeissRemove GNU TLS openssl compat code and update configure.
2008-06-17 Adam DickmeissServer functional for native use of GNU TLS.
2008-06-17 Adam DickmeissPrevent COMSTACK use if cs_accept fails
2008-06-12 Adam DickmeissClient side SSL without gnutls-openssl.
2008-06-11 Adam DickmeissFixed #if ENABLE_SSL for ssl_check_error
2008-06-11 Adam DickmeissMake ssl_check_error static and define ssl_type always.
2008-06-09 Adam DickmeissAllow NULL inp(ut) for utf8 decoder
2008-06-05 Adam DickmeissAdded cs_print_session_info which shows SSL session...
2008-06-05 Adam DickmeissMake cs_get_ssl return 0 if GNU TLS is enabled.
2008-06-05 Adam DickmeissMinor formatting changes.
2008-06-05 Adam DickmeissGNU TLS non-block works.
2008-06-04 Adam DickmeissGNU TLS operational. Issues with non-blocked I/O left.
2008-06-04 Adam DickmeissStarted work on using GNU TLS as an alterantive to...
2008-06-04 Adam DickmeissLink SSL with libyaz.la and yaz-client only.
2008-06-03 Adam DickmeissICU parse_error no longer an array.
2008-05-30 Adam DickmeissDocument Windows Service Control
2008-05-30 Adam DickmeissAdded a few comments. Source in ztest also analyzed...
2008-05-30 Adam DickmeissFix comment regarding diagnostics
2008-05-30 Adam DickmeissReplaced some error code ints with proper defines ...
2008-05-28 Adam DickmeissUsing YAZ tokenizer for CQL to PQF transform spec.
2008-05-28 Adam DickmeissAdded yaz_mk_sru_surrogate to create SRU surrogate...
2008-04-28 Adam DickmeissBeginnings for RPN to CQL transform.
2008-04-28 Adam DickmeissIndentation.
2008-04-28 Adam DickmeissUse SRU diagnostic defines rather than numbers.
2008-04-22 unknownFixed argument passing to sc_main.
2008-04-22 Adam DickmeissFile sc_test.c part of dist (source for Windows only).
2008-04-22 Adam DickmeissUnix update for service control (sc).
2008-04-22 Adam DickmeissImplemented new Windows Service wrapper (sc).
2008-04-17 Adam DickmeissChanged yaz_record_conv_record to be reentrant for...
next