yaz-moved-to-github.git
2007-01-16 Adam DickmeissExtended the GFS search facility. New member of bend_se...
2007-01-15 Mike TaylorIgnore nfaxmltest1.log
2007-01-13 Adam DickmeissYAZ 2.1.47
2007-01-13 Adam DickmeissTowards 2.1.46 YAZ.2.1.46
2007-01-13 Adam DickmeissRemoved mainpage - moved to yaz-util.h
2007-01-12 Adam DickmeissAdded Doxygen mainpage.
2007-01-12 Adam DickmeissRenamed ZOOM_process_event to ZOOM_event_nonblock to...
2007-01-11 Adam DickmeissAdded ZOOM_API() to definition of ZOOM_connection_peek_...
2007-01-11 Adam DickmeissMove HTTP logic out of zgdu.c to http.c.
2007-01-11 Adam DickmeissImplemented bug #806: Deal with HTTP clients sending...
2007-01-10 Mike TaylorIgnore NFA tests.
2007-01-10 Adam DickmeissImplemented ZOOM_connection_peek_event.
2007-01-09 Adam DickmeissImplemented Generic select hook for ZOOM (bug #803...
2007-01-08 Adam DickmeissAdded missing source.
2007-01-08 Adam DickmeissImplemented function ccl_xml_config which parses XML...
2007-01-08 Adam DickmeissFix Doxygen comment.
2007-01-08 Mike TaylorNew
2007-01-08 Mike TaylorAppend
2007-01-06 Adam DickmeissFixed bug #797: yaz_marc_write_xml does not honor chara...
2007-01-06 Adam DickmeissAdded wrbuf_cstr which returns 0-terminated WRBUF
2007-01-06 Adam DickmeissAdded wrbuf_destroy(w), equivalent to wrbuf_free(w,1)
2007-01-05 Adam DickmeissUse a little CPU in timing test
2007-01-05 Adam DickmeissWindows port of yaz_timing_t
2007-01-05 Adam DickmeissIgnore .log files
2007-01-05 Adam Dickmeisswin32 get real implemented (timings that is).
2007-01-05 Adam DickmeissAdded this
2007-01-05 Adam DickmeissReformat a bit. Building tst_timing.exe.
2007-01-05 Adam DickmeissAdded test of timing_t.
2007-01-05 Adam DickmeissSpecial value -1.0 means 'could not get timings' on...
2007-01-04 Marc Crommeremoved unused variable
2007-01-04 Marc Crommechanged output to be non-cascarding when using -n switch
2007-01-03 Mike TaylorNote additional dependency libpcap0.8-dev
2007-01-03 Adam DickmeissAdded timings utility. Bump version to 2.1.45.
2007-01-03 Adam DickmeissAnnounce 2.1.44 for dh_makeshlibs due to new function... YAZ.2.1.44
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2007-01-02 Sebastian HammerExplicitly associates NS with record root element in...
2007-01-01 Adam DickmeissDefine the LOG_ masks by default (again)
2007-01-01 Adam DickmeissFixed bug #779: Rotation of apdu.log fails.
2006-12-21 Adam DickmeissFixed Unicode to MARC-8 conversion for certain less...
2006-12-19 Adam DickmeissHonor G1 set in MARC-8 decoding.
2006-12-18 Adam DickmeissAdded yaz_marc_write_xml which creates MARCXML/MarcXcha...
2006-12-18 Adam Dickmeiss2.1.43
2006-12-17 Adam DickmeissTowards 2.1.42. YAZ.2.1.42
2006-12-17 Adam DickmeissFixed bug #772: presentChunk option yields "Present...
2006-12-17 Adam DickmeissFixed bug #775: char conversion does not handle alterna...
2006-12-15 Adam DickmeissAdd CABE as old UTF-8 sequence for Alif (MARC: AE)
2006-12-15 Adam DickmeissImplemented function yaz_marc_read_line which parses...
2006-12-15 Adam DickmeissSplit MARC reader functions out of marcdisp.c. Prepare...
2006-12-14 Adam DickmeissFor the CQL parser, make boolean node names lowercase...
2006-12-14 Adam DickmeissFor the CQL parser, make boolean node names lowercase.
2006-12-13 Adam DickmeissRevert
2006-12-13 Adam DickmeissCentral point of exit for xmalloc
2006-12-13 Adam DickmeissAdded title for ziffy example.
2006-12-13 Adam DickmeissAdded header yaz/xmltypes.h which include libxml2'...
2006-12-13 Adam DickmeissDisable SRU update in case of missing Libxml2
2006-12-13 Adam DickmeissAdded type cast from signed char to char
2006-12-13 Adam DickmeissDefine SSL + Libxml2 CFLAGS
2006-12-13 Adam DickmeissPredefine YAZ_HAVE_XML2, YAZ_HAVE_XSLT
2006-12-13 Adam DickmeissRemoved objects nfa.obj, nfaxml.obj no longer in use
2006-12-13 Adam DickmeissRemoved files nfa.h, nfaxml.h no longer in use
2006-12-13 Adam DickmeissAdded documentation about ziffy.
2006-12-12 Marc Cromme<retrielvalinfo> config file XML syntax changed to...
2006-12-08 Adam DickmeissAdded SRU diagnostic 62: "Cannot process or store recor...
2006-12-08 Adam DickmeissFixed bug regarding incomplete incoming packages. The...
2006-12-07 Adam DickmeissFixed bug #740 by using a simpler and smarter approach...
2006-12-07 Adam DickmeissAdded 'check only' option for MARC utilities. Option...
2006-12-06 Adam DickmeissChanged the SRU update structures and codecs to reflect...
2006-12-06 Adam DickmeissDebian 2.1.41-5
2006-12-06 Mike TaylorFixed bug #722: Allow Z39.50 Init Options to be specifi...
2006-12-04 Adam DickmeissAdded GFS utility function bend_assoc_is_alive which...
2006-12-04 Adam DickmeissDebian package 2.1.41-4.
2006-12-03 Adam DickmeissMake yaz-ziffy part of RPM.
2006-12-01 Adam DickmeissDebian package yaz-ziffy is architecture all (not any...
2006-12-01 Adam DickmeissDebian yaz-2.1.40-2.
2006-11-30 Adam DickmeissFixed bug #740: Handle SRU records referring to xmlns...
2006-11-30 Mike TaylorPostpone the setting of c->sru_mode until after leading...
2006-11-30 Adam DickmeissAdded debian package yaz-ziffy.
2006-11-30 Adam DickmeissChange --with-pcap-dir to --with-pcap[=DIR]. Enable...
2006-11-29 Adam DickmeissVeresion 2.1.41. Added ziffy, the promiscuous Z39.50...
2006-11-29 Heikki LevantoRemoved the nfa tests as well. Now passes make check.
2006-11-29 Heikki LevantoRemoved the nfa stuff - no longer needed
2006-11-27 Adam DickmeissTowards 2.1.40. YAZ.2.1.40
2006-11-27 Adam DickmeissTest differently for overflow in log bits
2006-11-20 Adam DickmeissRemove YLOG_LOG msg
2006-11-14 Adam DickmeissAdded utilities yaz_{set,get}_esn
2006-11-14 Adam DickmeissAdded utilities yaz_{set,get}_esn to set/get element...
2006-11-14 Adam DickmeissFor update, record ID "none" makes update omit record ID.
2006-11-08 Adam DickmeissRepeat call to select(2) if errno=EINTR is returned.
2006-11-08 Adam DickmeissFixed bug #729: Bad error message when starting with...
2006-11-06 Adam DickmeissMake fake 'Present Out Of Range' Diagnostic for bad...
2006-11-06 Marc Crommeadded zoom layer record size debug output
2006-11-02 Adam DickmeissRemoved the build of libyazthread.la. The libyaz.so...
2006-11-01 Adam DickmeissFixed bug #719: Database in ZOOM_search may be differen...
2006-10-31 Adam DickmeissImplemented ZOOM_record_error which returns error infor...
2006-10-31 Mike TaylorIgnore generated diagsru_update.h
2006-10-31 Adam DickmeissTowards 2.1.38. YAZ.2.1.38
2006-10-31 Adam DickmeissAdded auto generated file diagsru_update.c
2006-10-31 Mike TaylorFix typo.
2006-10-29 Adam DickmeissWIN32 mods for new SRU update
2006-10-27 Adam DickmeissFixed bug #711: Do not include Libxml2's headers from...
next