optimize for C source code
[idzebra-moved-to-github.git] / index /
2006-04-25 Adam DickmeissAccept NULL value for sysno in zebra_delete_record
2006-04-25 Adam DickmeissImplemented special retrieval _storekeys_ which returns...
2006-04-05 Adam DickmeissIn zebra_commit_ex handle better the case where bfs...
2006-04-05 Adam DickmeissRenamed fileExtract to zebra_extract_file.. The new...
2006-04-05 Adam DickmeissAdded ZEBRA_CHECK_HANDLE(zh) which returns ZEBRA_FAIL...
2006-04-04 Adam DickmeissDon't exit in dir_open.
2006-04-04 Adam DickmeissFix the way we delete the shadow files after a "succesf...
2006-03-31 Adam DickmeissUse GCC attribute warn_unsed_result for a few of the...
2006-03-31 Adam DickmeissIn zebra_register_open, only call zebraExplain_open...
2006-03-30 Adam DickmeissAdd extra argument to zebraExplain_lookup_ord so that...
2006-03-29 Adam DickmeissFixup data1 tags which makes XML non-wellformed.. This...
2006-03-28 Adam DickmeissAllow no default.idx at all. Make zebra_maps_read_file...
2006-03-26 Adam DickmeissGet rid of unsed variable active in struct zebra_register.
2006-03-25 Adam DickmeissFix logging of record type
2006-03-25 Adam DickmeissMinor leak fixes - in case if zebra_register_open fail.
2006-03-23 Adam DickmeissMoved file locking utilities from index/lockutil.c...
2006-03-20 Mike TaylorFix printf()-format mismatch error, %d/zint.
2006-03-13 Mike Taylorzebra_register_open() now fails if zebra_maps_open...
2006-02-22 Adam Dickmeissatt_getentbyatt returns "bad use attribtute" if string...
2006-02-21 Adam DickmeissEnsure zebra_start fails if bad .cfg is passed.
2006-02-20 Adam DickmeissMake proper flag for memory read(raw_reading) and file...
2006-02-20 Adam DickmeissHandle negative staticranks returned by filters.. Issue...
2006-02-20 Adam DickmeissFixed bug #472: dumpdict is broken.
2006-02-20 Adam DickmeissHandle unknown register type in zebra_term_untrans
2006-02-09 Adam DickmeissFixed bug #447: Zebra aborts with "isamb: Inconsistent...
2006-02-08 Adam DickmeissFixed bug #462: recordId: (set,use) is picky
2006-01-26 Adam DickmeissFix non-init member sortSpec (introduced by previous...
2006-01-19 Adam DickmeissFixed bug #451: Sorted result set disappears .. NEW...
2006-01-19 Adam DickmeissRemoved unneded initializer
2006-01-12 Adam DickmeissFixed bug #451: Sorted result set disappears after...
2005-12-13 Adam DickmeissStore unique ordinal integer for database. This is...
2005-12-09 Adam DickmeissRemoved zebra_clearError. The scheme is meant to be...
2005-12-09 Adam DickmeissDrop database returns diagnostif if isam is not isam:b
2005-12-09 Adam DickmeissFix bad printing of sysno
2005-12-09 Adam DickmeissFor buffer_extract_sysno, match criteria is only used...
2005-12-08 Adam DickmeissThis member was not initialized in some cases (valgrind)
2005-12-07 Adam DickmeissSomewhat improved diagnostics for update with opaque...
2005-11-29 Adam DickmeissAllow string value v in @attr 10=v for SearchResult...
2005-11-29 Adam DickmeissDisable limit debugging
2005-11-10 Adam DickmeissAllow updates on empty records.
2005-11-10 Adam DickmeissHandle zh==NULL in print_dict_item
2005-11-09 Adam DickmeissRegister no longer uses register type prefix (REG_TYPE_...
2005-11-09 Adam DickmeissRename argument to zebra_rec_keys_set_buf
2005-11-02 Adam DickmeissZebra reads (non-standard) attribute 10 for RPN queries...
2005-10-30 Adam DickmeissOne more debug msg in limit code
2005-10-30 Adam DickmeissPrint info about limit filter progress if ZEBRA_LIMIT_D...
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...
next