Split it_key stuff into it_key.c. For indexing, sort key chunks in a separate
[idzebra-moved-to-github.git] / index / zebraapi.c
2006-11-21 Adam DickmeissSplit it_key stuff into it_key.c. For indexing, sort...
2006-11-17 Marc Crommepreventing later memory acess violation when one leaves...
2006-11-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-10-12 Adam DickmeissFixed bug #47: Commit needs to check for roll-back.
2006-09-29 Adam DickmeissDo not use sync(2) after commit. The fsync on individua...
2006-09-21 Adam DickmeissSkip 0 hit counts in scan.
2006-09-11 Adam DickmeissFixed bug #657: Problem with drop database and recordId...
2006-08-29 Adam DickmeissSegment message is LOG_DEBUG
2006-08-16 Adam DickmeissExperimental segment facility (for matching of words...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-06-27 Adam DickmeissBug #529. On Unix, combine pthreed locks with file...
2006-06-13 Adam DickmeissDisable X-Path indexing for explain records (in the...
2006-06-12 Marc Crommeremoved non-functional ZVrank algorithm for ever. Remov...
2006-06-07 Adam DickmeissUse CAST_ZINT_TO_INT in some places, so we can easily...
2006-05-30 Adam DickmeissChange return type for a zebra_add_record + zebra_repos...
2006-05-18 Adam DickmeissSort Keys are stored using the reckeys_t structure...
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-05-05 Adam DickmeissBy default, no searching for loadable modules is perfor...
2006-05-03 Marc Crommeadded new ranking function rank-similar in ranksimilar.c
2006-04-25 Adam DickmeissAccept NULL value for sysno in zebra_delete_record
2006-04-05 Adam DickmeissIn zebra_commit_ex handle better the case where bfs...
2006-04-05 Adam DickmeissAdded ZEBRA_CHECK_HANDLE(zh) which returns ZEBRA_FAIL...
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-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 DickmeissMinor leak fixes - in case if zebra_register_open fail.
2006-03-23 Adam DickmeissMoved file locking utilities from index/lockutil.c...
2006-03-13 Mike Taylorzebra_register_open() now fails if zebra_maps_open...
2006-02-21 Adam DickmeissEnsure zebra_start fails if bad .cfg is passed.
2006-02-09 Adam DickmeissFixed bug #447: Zebra aborts with "isamb: Inconsistent...
2006-01-19 Adam DickmeissRemoved unneded initializer
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-07 Adam DickmeissSomewhat improved diagnostics for update with opaque...
2005-11-09 Adam DickmeissRegister no longer uses register type prefix (REG_TYPE_...
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-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-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-22 Adam DickmeissAdded type signed/unsigned char type casts to make...
2005-08-19 Adam DickmeissExtend the ranking interface so staticrank is passed...
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 DickmeissAdded extra parameter setname for zebra scan functions...
2005-06-23 Adam DickmeissRegister type (w,p) + set-use/string attriute combined...
2005-06-14 Adam DickmeissUse HAVE_UNISTD_H when including unistd.h.
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 DickmeissAdded snippet utilities and snippet window implementation.
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-30 Adam DickmeissImplemented zebra.cfg directive 'passwd.c' which specif...
2005-05-17 Adam DickmeissMake bf_cache return ZEBRA_RES so we can check if shado...
2005-05-11 Adam DickmeissAlign Zebra API more so that ZEBRA_RES is used to signa...
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-03 Adam DickmeissExtended the result set system. Added support for filte...
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-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-14 Adam DickmeissCosmetic
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-03-17 Adam DickmeissFix declaration of zebra_get_bfs.
2005-03-17 Adam DickmeissAdded zebra_get_bfs to get BFile handle for session
2005-03-09 Adam DickmeissSeveral updates for the changes of hit count datatype...
2005-03-08 Adam DickmeissAdded a few casts from zint to double/int where appropr...
2005-01-23 Adam DickmeissPut code that deals with default database selection...
2005-01-22 Adam DickmeissRenamed API function zebra_deleleResultSet to zebra_del...
2005-01-21 Adam DickmeissDoxygen comments
2005-01-21 Adam DickmeissRenamed API function zebra_deleleResultSet to zebra_del...
2005-01-21 Adam DickmeissFixed bug #253: Setting group.database not honored.
2005-01-15 Adam DickmeissWS change. (not code changes)
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2004-12-21 Adam DickmeissAdded zebra_octet_term_encoding that specifies encoding...
2004-12-10 Heikki LevantoCleaned a bit more logging
2004-12-02 Adam DickmeissAdded zebra_meta_records_create_range
2004-11-29 Adam DickmeissAdd support for section/chapter indexing. Add safari...
2004-11-29 Adam DickmeissAdd member addinfo for recRetrieveCtrl to throw better...
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-10-29 Heikki LevantoFixed an old-style declaration
2004-10-28 Heikki LevantoRemoved livcode ranking
2004-10-26 Heikki LevantoRe-estabslished rank-1. Gets same order of results...
2004-10-15 Heikki LevantoPassing a TERMID to rsets when creating, and getting...
2004-10-07 Heikki LevantoAdded a load of assertions in the zebraapi.c, so now...
2004-10-01 Heikki LevantoAdded an asserion in zebra_search_rpn api
next