Doxygen looks in more directories for source
[idzebra-moved-to-github.git] / index /
2005-10-28 Adam DickmeissUsing zebra_rec_keys for per-record key store
2005-10-28 Adam DickmeissFix leak for rset_key_control
2005-10-22 Adam DickmeissFixed bug #415: Strange truncation behavior
2005-10-21 Adam DickmeissFix dbaccesslist not being initialized (when no auth...
2005-10-20 Sebastian HammerAdded database subscription feature. Description in...
2005-09-19 Adam DickmeissReduce default API logging
2005-09-16 popSWIG API has separated structures for service and sessi...
2005-09-16 Adam DickmeissAllow same document to be modified multiple times withi...
2005-09-15 Adam DickmeissRemove call to zebra_opn_res. zh->res=0 means no regist...
2005-09-15 popZebra api extension tuned for SWIG
2005-09-13 Adam DickmeissAdded parameter for zebra_open.
2005-08-30 Adam DickmeissFixed a problem in snippets handling that occurred...
2005-08-30 Adam DickmeissNo longer in use
2005-08-26 Adam DickmeissUpdate snippets handling for new store keys structure...
2005-08-26 Adam DickmeissOmit print of Zebra version. zebra_start does that
2005-08-25 Adam DickmeissFor trunctations, only 20 temp sets are merged at a...
2005-08-22 Adam DickmeissAdded type signed/unsigned char type casts to make...
2005-08-22 Adam DickmeissAdded type casts (signed/unsigned char) to make GCC...
2005-08-19 Marc Crommetaken snippet stuff out to avoid problems from this...
2005-08-19 Adam DickmeissRemove snippet log stuff
2005-08-19 Adam DickmeissPass a stop_flag to ranking method calc. When set to...
2005-08-19 Adam DickmeissRemoved unused variable
2005-08-19 Adam DickmeissReverse score in static-rank handler due to the increas...
2005-08-19 Adam DickmeissPass staticrank in buffer_extract_record. This is what...
2005-08-19 Adam DickmeissExtend the ranking interface so staticrank is passed...
2005-08-18 Adam DickmeissUpdates for Windows
2005-08-18 Adam DickmeissAdded support for static ranking. Bug #174. The staticr...
2005-08-17 Adam DickmeissAllow NULL config to be given for zebra_start and zebra...
2005-08-09 Adam DickmeissAllow record subsystem to return system numbers (docume...
2005-08-09 Adam DickmeissAdded extra parameter setname for zebra scan functions...
2005-08-08 Adam DickmeissRemove YLOG_LOG msg
2005-08-05 Adam DickmeissFixed bug #400: Generic record IDs doesn't match.
2005-07-21 Adam DickmeissReduce memory considerably during bug merges (heap...
2005-06-23 Adam DickmeissRegister type (w,p) + set-use/string attriute combined...
2005-06-22 Adam DickmeissAdded support for term references (queryIDs) for search...
2005-06-14 Adam DickmeissUse HAVE_UNISTD_H when including unistd.h.
2005-06-14 Adam DickmeissRemoved replace_tokens code that has not been used...
2005-06-13 Adam DickmeissRecognize resource estimatehits again. Allow server...
2005-06-10 Adam DickmeissFor approx_limit == 0, use unlimited hit count
2005-06-09 Adam DickmeissFixes for hit estimates. Added zebra_set_approx_limit.
2005-06-07 Adam DickmeissSave register type for TERMIDs and snippets.
2005-06-07 Adam DickmeissAdded snippet utilities and snippet window implementation.
2005-06-07 Adam DickmeissMake a copy of ord(inals) in rset_term_create.
2005-06-06 Adam DickmeissSave ord(inal) indexes IDs so we can make snippets...
2005-06-02 Adam DickmeissFixed and added a few Doxygen comments. Got rid of...
2005-05-31 Adam DickmeissMake passwd_-vars local. Make zebra_start log Zebra...
2005-05-31 Adam DickmeissTowards snippets/high-light of matched terms in records...
2005-05-31 Adam DickmeissFor loglevel=searchhits print terms+search keys
2005-05-30 Adam DickmeissImplemented zebra.cfg directive 'passwd.c' which specif...
2005-05-24 Adam DickmeissAdded support for temr hit counts. This was not in...
2005-05-24 Adam DickmeissWS updates
2005-05-17 Adam DickmeissMake bf_cache return ZEBRA_RES so we can check if shado...
2005-05-12 Adam DickmeissFixed crash that could occur if ES update transaction...
2005-05-11 Adam DickmeissAlign Zebra API more so that ZEBRA_RES is used to signa...
2005-05-11 Adam DickmeissWS updates
2005-05-09 Adam DickmeissFixed bug #108: File updates sometimes produce duplicates.
2005-05-09 Adam DickmeissFix leak that occurred whtn diagnostic was issued
2005-05-09 Adam DickmeissFixes for limits - introduced in previos commit
2005-05-09 Adam DickmeissChanged semantics of zebra_set_limit. First parameter...
2005-05-09 Adam DickmeissOmit return stmt from void func
2005-05-06 Adam DickmeissFixed bug #321: zebra segvs if lock dir does not exist.
2005-05-04 Adam DickmeissFixed bug #316: Numerical sort does not work for search.
2005-05-03 Adam DickmeissMake equivalent work with trunc=104, 105. Added test...
2005-05-03 Adam DickmeissFixed broken trunc=103, due to missing break stmt in...
2005-05-03 Adam DickmeissExtended the result set system. Added support for filte...
2005-05-02 Adam DickmeissAttempt to fix bug #305. More scan tests.
2005-04-29 Adam DickmeissFixed bug #304: Fuzzy search = regExpr-2.
2005-04-29 Adam DickmeissFixed bug #305: Scan with preferredPositionInResponse...
2005-04-29 Adam DickmeissReturn diagnostic "Scan: unsupported value of position...
2005-04-29 Adam DickmeissFix log message added in previus commit.
2005-04-29 Adam DickmeissReturn diagnostic "Scan: unsupported value of position...
2005-04-29 Adam DickmeissRemove a few YLOG_LOGs
2005-04-28 Adam DickmeissAdded utility function init_extractCtrl to initialize...
2005-04-28 Adam DickmeissRemove unused members from file_read struct (sdr_..).
2005-04-28 Adam DickmeissAdded new fundamental filter 'xslt'. This filter reads...
2005-04-26 Adam DickmeissUse Bib1-attribute defines. Minor WS-updates.
2005-04-25 Adam DickmeissRefactoring. Let more search utilities return ZEBRA_RES...
2005-04-25 Adam DickmeissOptimize multiple binary ANDs + OPs to multi ANDs,...
2005-04-20 Adam DickmeissRemove fprintf
2005-04-20 Adam DickmeissWS updates
2005-04-20 Adam DickmeissRemoved a few log entries
2005-04-20 Adam DickmeissFixed bug #281: heap truncation fails. Problem was...
2005-04-20 Adam DickmeissWS cleanups. Added setting trunclimit and truncchunk...
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-14 Adam DickmeissReserved element set _sysno_ returns sysno for record
2005-04-14 Adam DickmeissCosmetic
2005-04-14 Adam DickmeissFix bug in retrieval code. If present request was out...
2005-04-14 Adam DickmeissSupply string attribute in additional info when scan...
2005-04-14 Adam DickmeissCosmetic.
2005-04-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-04-13 Adam DickmeissAdded zebra_scan_PQF.
2005-04-13 Adam DickmeissScan using string attributes
2005-04-01 Adam DickmeissFix parallel build
2005-03-30 Adam DickmeissMoved zebrautl.h to idzebra/util.h.
2005-03-17 Adam DickmeissDo not warn about empty records
2005-03-17 Adam DickmeissFix declaration of zebra_get_bfs.
2005-03-17 Adam DickmeissDo not warn about empty records unless they are marked...
2005-03-17 Adam DickmeissAdded zebra_get_bfs to get BFile handle for session
2005-03-16 Adam DickmeissHonor fileVerboseLimit for zebra_add_record (buffer_ext...
2005-03-11 Adam DickmeissImplemented the 'equivalent' directive for .chr-files.
next