idzebra-moved-to-github.git
2007-02-18 Adam DickmeissFixed minor memory leak
2007-02-15 Marc Crommechanged to respect correct index instructions in new...
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 Crommeexperimental processing-instruction based indexing...
2007-02-12 Marc Crommeavoiding unnecesasary unused namespace declarations...
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-10 Adam DickmeissFixed serious bug in mf_open which made it fail to...
2007-02-10 Adam Dickmeissbuildconf.sh part of dist.
2007-02-07 Marc Crommecorrected DEPRECIATED to DEPRECATED
2007-02-07 Marc Crommeadded debian libidzebra-2.0-mod-dom package
2007-02-07 Marc Crommemaking 'dox' target phony
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-05 Marc Crommedropped section on future directions
2007-02-05 Marc Crommespll checked
2007-02-05 Marc Crommefromatting of feature tables updated
2007-02-05 Marc Crommefeature table updated
2007-02-02 Marc Crommecleaning a bit. more cleaning needed
2007-02-02 Marc Crommemore feature info. tables still look like a grande...
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-02-02 Marc Crommereplaces acronymes in XML text with new defined acronym...
2007-02-02 Marc Crommeadded acronyme entities
2007-02-01 Marc Crommesome more typos corrected
2007-02-01 Marc Crommecorrected typos
2007-02-01 Marc Crommeadded Alvis 'XML'
2007-02-01 Marc Crommeplaced Alvis filter module before GRS-1 in arch chapter
2007-02-01 Marc Crommeplacing Alvis filter chapter before GRS-1 filter chapter
2007-02-01 Marc Crommefirst shot on tabulated feature overview - much needs...
2007-01-31 Mike TaylorNew
2007-01-24 Adam DickmeissBump version to 2.0.11
2007-01-24 Adam DickmeissDepend on YAZ 2.1.48 or later
2007-01-24 Adam DickmeissTowards 2.0.10. ZEBRA.2.0.10
2007-01-22 Adam DickmeissStaticrank indexing is now an index register type defin...
2007-01-22 Mike TaylorNew
2007-01-17 Adam DickmeissAvoid full rset count for rset_count. Proper break...
2007-01-17 Adam DickmeissChange prototype of busyhandler
2007-01-17 Marc Crommedocumentation updated according to suggestion from...
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 DickmeissTowards 2.0.8. ZEBRA.2.0.8
2007-01-15 Adam DickmeissNoted some changes to NEWS
2007-01-15 Adam Dickmeiss2007.
2007-01-15 Adam DickmeissUse dblatex instead pdfjadetex to generate PDF
2007-01-15 Adam Dickmeiss2007.
2007-01-15 Adam DickmeissAdded releaseinfo
2007-01-15 Adam DickmeissProductname from ZEBRA to zebra in refentries
2007-01-15 Adam DickmeissRename to table ID to unique and proper ID.
2007-01-15 Adam DickmeissPut author elements in authorgroup.
2007-01-15 Adam DickmeissFixed bug #815: Extended Services "delete" requires...
2007-01-09 Adam DickmeissSuggest fakeroot
2007-01-05 Adam DickmeissNull value for res_set makes it do nothing
2007-01-05 Adam DickmeissRemoved zebra_timing_t. Using yaz_timing_t instead...
2006-12-22 Adam DickmeissImplemented bug #781: Easier tracking of result sets...
2006-12-22 Adam DickmeissAdded support for specification of staticrank for grs...
2006-12-22 Adam DickmeissUsing atoizint for staticrank
2006-12-22 Adam DickmeissAdded function atoizint with a atoi/atoll wrapper.
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 DickmeissFix bad ptr in yaz_log debug msg
2006-12-19 Adam DickmeissAvoid file sync for read-only files.
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-16 Adam DickmeissDisable check: bug #730
2006-12-15 Adam DickmeissDefine YAZ_HAVE_XML2
2006-12-13 Adam DickmeissFixed bug #767: Zebra indexing stylesheet fails to...
2006-12-12 Adam DickmeissMore digits in output for total docs
2006-12-12 Adam DickmeissRename isb to isb_postings.
2006-12-12 Adam DickmeissPossible fix of two bugs (1) bug #759: Crash during...
2006-12-12 Adam DickmeissAdded gnuplot scripts for dictisam timings, filesystems...
2006-12-12 Adam DickmeissAll output to stdout for easy feet into gnuplot. The...
2006-12-12 Adam DickmeissAdded functions isamb_set_int_count, isamb-set_cache_size,
2006-12-12 Adam DickmeissAdded statistics functions dict_get_no_{lookup,insert...
2006-12-11 Adam DickmeissRemove unused variable (dst_buf)
2006-12-11 Adam DickmeissAllow MARC line format to be read.
2006-12-11 Adam DickmeissUsing timing utility
2006-12-11 Adam DickmeissAdded a utility for doing timings.
2006-12-10 Adam DickmeissMore appropriate usage
2006-12-10 Adam DickmeissMake MARC indexer with different ISAM strategy.
next