Register check checks dictionary (dict_lookup)
[idzebra-moved-to-github.git] / index / zebraapi.c
2011-02-04 Adam DickmeissRegister check checks dictionary (dict_lookup)
2011-02-01 Adam DickmeissBeginnings of zebra_register_check
2010-01-14 Adam DickmeissBump copyright year
2009-07-06 Adam DickmeissCheck for supported recordCompression during startup
2009-07-06 Adam DickmeissFix recordCompression check
2009-07-06 Adam DickmeissAllow records to be zlib-compressed
2009-06-19 Adam DickmeissReturn a value for function zebra_chdir
2009-06-19 Adam DickmeissFix fscan return val check
2009-06-18 Adam DickmeissHandle failures for some C calls (chdir, write, etc)
2009-05-14 Adam DickmeissLog also Git SHA1 when zebrasrv starts
2009-03-24 Adam DickmeissNew ranking rank-2 .. Like rank-1 but subtracts staticrank.
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2009-01-09 Adam DickmeissAvoid record match in test mode (-s) and refactor a bit
2008-12-11 Adam DickmeissPartial fix of bug #2338: Drop database does not free...
2008-12-09 Adam DickmeissCalling rec_get/rec_del for each record to be deleted...
2008-12-05 Adam DickmeissPrelimiary work on bug 2338.
2008-10-02 Adam Dickmeiss ... Fixed addinfo passing. Index type 's' is sort for absen...
2008-09-11 Adam DickmeissUsing WRBUF for additional info stuff for retrieval
2008-09-08 Adam DickmeissFirst work on multi value sort ISAM
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2007-12-20 Adam DickmeissImplemented update action : adelete.
2007-12-18 Adam DickmeissWS updates (no code changes).
2007-12-18 Adam DickmeissPrevent zebra_clean from deleting files for uncommited...
2007-12-18 Adam DickmeissAllow 'index' setting value 'none' for no index types.
2007-11-30 Adam DickmeissAllow record retrieval for record types using custom...
2007-11-06 Adam DickmeissThe zebramaps implements index_types functionality.
2007-11-05 Adam DickmeissChanged limit set parameter for rpn_scan
2007-10-31 Adam DickmeissChanged the index type to a string everywhere.
2007-10-30 Adam DickmeissIntroduced zebra_map_t in zebra_maps API.
2007-10-29 Adam DickmeissWS changes for function calls.
2007-08-28 Adam DickmeissFixed bug #1406: Delete All Result Sets causes assertio...
2007-08-27 Adam DickmeissAdded zebra_get_version
2007-08-21 Adam DickmeissGeneric snippet support. Unlike previous versions of...
2007-05-21 Adam DickmeissZebra returns character encoding as part of init respon...
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require YAZ 3.0.2 or later.
2007-04-16 Adam DickmeissAnother and hopefully, last, YAZ OID DB update
2007-04-16 Adam DickmeissUpdate for YAZ 3s new OID system
2007-03-19 Adam DickmeissWRBUF updates.
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-02-24 Adam DickmeissFixed bug #929: Unfinished transaction in non-shadow...
2007-02-06 Adam DickmeissThe configuration, fileverboselimit, has a value of...
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-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-05 Adam DickmeissRemoved zebra_timing_t. Using yaz_timing_t instead...
2006-12-22 Adam DickmeissAdd timing for zebra_start/zebra_stop.
2006-12-19 Adam DickmeissUsing zebra::index::field:s rather than zebra::sort...
2006-12-18 Adam DickmeissImplemented sorting via the ISAMB system. To enable...
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-11-27 Adam DickmeissDisable hit snippets for now. It does not work well...
2006-11-21 Adam DickmeissGet rid of SYSNO which is zint anyway. Removed various...
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...
next