Use entity idcommon rather than common
[idzebra-moved-to-github.git] / index /
2007-05-21 Adam DickmeissZebra returns character encoding as part of init respon...
2007-05-19 Adam DickmeissFixed bug #1131: Missing value-of data in DOM filter...
2007-05-16 Adam DickmeissFixed bug #1128: sortmax not honored.
2007-05-14 Adam DickmeissFactor common work in term_100, ..term_105 into private...
2007-05-14 Adam DickmeissFixed bug #1121: Crash for some searches with customize...
2007-05-09 Adam DickmeissFixed bug #1114: scan within set may use excessive...
2007-05-08 Adam DickmeissIssue diagnostic for scan if 'set' in @attr 8=set does...
2007-05-08 Adam DickmeissDisplay match string if log level "extract" is used.
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require YAZ 3.0.2 or later.
2007-04-25 Adam DickmeissAllow safari filter to specify index type.
2007-04-25 Adam Dickmeisslog optimized on level 'extrat'; details in 'details'
2007-04-25 Adam DickmeissReturn proper EOF for safari filter
2007-04-17 Adam DickmeissUpdate for YAZ 3s libyaz_server.la
2007-04-16 Adam DickmeissAnother and hopefully, last, YAZ OID DB update
2007-04-16 Adam DickmeissUpdate for YAZ 3s new OID system
2007-04-07 Adam DickmeissChanged extract code so that it optimizes updates of...
2007-04-07 Adam DickmeissFixed bad memory reference that could occur if empty...
2007-04-07 Adam DickmeissRemove leading blank line
2007-04-02 Adam DickmeissRemoved a few YLOG_LOG messages. This could be enough...
2007-03-20 Adam DickmeissUse yaz_iconv flushing.
2007-03-20 Adam DickmeissRemove debug msg
2007-03-19 Adam DickmeissUse non-const char return value for strtok work
2007-03-19 Adam DickmeissWRBUF updates.
2007-03-14 Adam DickmeissChanged some types in mod_dom.c ; mostly 'xmlChar ...
2007-03-14 Adam DickmeissChanged record update API . It is now handled by function
2007-03-13 Adam DickmeissFixed bug #944: Allow extraction of multiple records...
2007-03-08 Marc Crommechanged <dom> and <input> parser such that the followin...
2007-03-08 Adam DickmeissFor MARC indexing, skip until record separator is met.
2007-03-07 Adam DickmeissFixed bug with indexing of attributes for rec.grs-class...
2007-03-07 Marc CrommeAdded always the XML parsing flag XML_PARSE_NONET to...
2007-03-06 Adam DickmeissFixed bug #931: lem 'zebra::index::field' hangs if...
2007-03-06 Adam DickmeissFixed bug #943: Searches with localid always find a...
2007-03-06 Adam DickmeissAvoid mixed stmt/var declare
2007-03-06 Adam DickmeissFixed bug #946: Coredump on MARC display.
2007-03-05 Marc Crommeadded tests for bug #883 'Need an 'ignore' value for...
2007-03-03 Adam DickmeissFixes for perform_convert: use xmlParseMemory instead...
2007-03-01 Adam DickmeissAllow record filters to return 'skip' this record ...
2007-02-28 Adam DickmeissFix handling of record retrieval in the case of open...
2007-02-28 Marc Crommeadded nice debug output of all xmlreader and xslt XML...
2007-02-28 Marc Crommeclosing bug #928 by dropping DOM document to xmlbuffer...
2007-02-28 Marc Crommeremoved general warning log of indexing process. this...
2007-02-26 Adam DickmeissAvoid sprintf with NULL %s value (Solaris dislikes it)
2007-02-24 Adam DickmeissFixed bug #929: Unfinished transaction in non-shadow...
2007-02-24 Adam DickmeissDeal with two common places for corrupt Explain database
2007-02-23 Adam DickmeissUse xmlGetLineNo instead of xmlGetNodePath for errors...
2007-02-23 Adam DickmeissFor each element macro.
2007-02-23 Adam DickmeissFor dom filter, in input element construct, parse ...
2007-02-23 Adam DickmeissWrap log messages for dom filter. This uses yaz_vsnprin...
2007-02-18 Adam DickmeissFixed bug #898: xslt tests fails on several platforms...
2007-02-18 Adam DickmeissFixed minor memory leak
2007-02-15 Marc Crommeoptimized code such that the RecWord structure recword...
2007-02-15 Marc Crommeremoved dead code pieces which are reminisences from...
2007-02-15 Marc Crommepretty formatting warning messages, always giving the...
2007-02-15 Marc Crommerewritten mod_dom instruction parsing code hooked into...
2007-02-14 Marc Crommeadded 'static' declaration to functiondefinitions
2007-02-14 Marc Crommechanging attribute 'action' to 'type' for better confrm...
2007-02-14 Marc Crommeindenting entire file according to the rules stated...
2007-02-14 Marc Crommecontinued hooking in tinfo and recctr, still need to...
2007-02-14 Marc Crommeremoved wanings by zillions of (const char *) casts...
2007-02-14 Marc Crommeremoved the crappy PI and <z:index> parsing code comitt...
2007-02-13 Marc Crommeremoved unnecessary out-commented code lines
2007-02-13 Marc Crommefacturized DOM XML indexing code out into function
2007-02-12 Marc Crommeadded parsing function 'parse_pi_zebra_20' for processi...
2007-02-12 Adam DickmeissFixed bug #884: Entity declarations in input are lost...
2007-02-07 Adam DickmeissImplemented new filter 'dom'. See test/xslt/dom-config...
2007-02-06 Adam DickmeissThe configuration, fileverboselimit, has a value of...
2007-02-06 Adam DickmeissOmit sort info: bug #844.
2007-02-06 Adam DickmeissMore compact statistics
2007-02-02 Adam DickmeissFixed bug in zebrasrv: the default module path and...
2007-02-02 Adam DickmeissUse YAZ_BIB1_SYSTEM_ERROR_IN_PRESENTING_RECORDS everywh...
2007-02-02 Adam DickmeissFix DEFAULT_PROFILE_PATH
2007-01-22 Adam DickmeissStaticrank indexing is now an index register type defin...
2007-01-17 Adam DickmeissAvoid full rset count for rset_count. Proper break...
2007-01-17 Adam DickmeissChange prototype of busyhandler
2007-01-17 Adam DickmeissExperiment with check for dead sessions.
2007-01-17 Adam DickmeissFor searches, allow truncmax value to be controlled...
2007-01-16 Adam DickmeissFor truncations being limited (abort at truncmax terms...
2007-01-16 Adam DickmeissFor estimated hit counts, Zebra returns resultSetStatus...
2007-01-15 Adam Dickmeiss2007.
2007-01-15 Adam Dickmeiss2007.
2007-01-15 Adam DickmeissFixed bug #815: Extended Services "delete" requires...
2007-01-05 Adam DickmeissRemoved zebra_timing_t. Using yaz_timing_t instead...
2006-12-22 Adam DickmeissAdded support for specification of staticrank for grs...
2006-12-22 Adam DickmeissUsing atoizint for staticrank
2006-12-22 Adam DickmeissAdd timing for zebra_start/zebra_stop.
2006-12-22 Adam DickmeissUse atoll/atoi for ascii to zint conversion in alvis...
2006-12-20 Adam DickmeissDo not warn for truncmax limit
2006-12-20 Adam DickmeissDo not truncate more than at most 'truncmax' terms...
2006-12-20 Adam DickmeissFix reference to uninitialized var (bug introduced...
2006-12-19 Adam DickmeissUsing zebra::index::field:s rather than zebra::sort...
2006-12-19 Adam DickmeissChanged assert in isamb, since we have larger keys
2006-12-18 Adam DickmeissImplemented sorting via the ISAMB system. To enable...
2006-12-13 Adam DickmeissFixed bug #767: Zebra indexing stylesheet fails to...
2006-12-11 Adam DickmeissRemove unused variable (dst_buf)
2006-12-06 Adam DickmeissUse zint for numbers in update statistics.
2006-12-06 Adam DickmeissAdded more to list of options.
2006-12-05 Adam DickmeissFixed bug #445: zebra.cfg does not check for valid...
2006-12-05 Adam DickmeissProvide defaults for profilePath and modulePath for...
2006-12-05 Adam DickmeissReformat a bit.
2006-12-05 Adam DickmeissExperiment with alternative reckeys store.
next