Use HAVE_UNISTD_H when including unistd.h.
[idzebra-moved-to-github.git] / index / zebraapi.c
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
2004-09-27 Adam DickmeissImplemented loadable filters.
2004-09-15 Adam DickmeissRemoved old struct it_key handling. 580 lines removed.
2004-09-13 Adam DickmeissReduce log. LOG_LOG -> LOG_DEBUG
2004-09-09 Adam DickmeissAvoid using NULL bfs in zebra_init
2004-09-09 Adam DickmeissExtra page_size arg for dict_open.
2004-09-03 Heikki LevantoRemoved some FIXMEs. Mostly comments on things that...
2004-08-25 Adam DickmeissMove headers zebraapi.h->idzebra/api.h, zebraver.h...
2004-08-10 Heikki LevantoAdded maxhits config option. Not yet used in present...
2004-08-10 Heikki LevantoLimiting hits to INT_MAX, because yaz can't handle...
2004-08-10 Heikki Levantousing a few more zints for hitcounts etc
2004-08-06 Adam DickmeissRemove oldest isam (isam:i)
2004-08-04 Adam DickmeissRemove log message
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2004-07-28 Adam DickmeissUpdate Perl internals so that it matches the current...
2004-05-10 Adam DickmeissDo not use obsolete YAZ defines
2004-03-29 Adam DickmeissFixed bug in return of handle for init when authenticat...
2004-01-22 Heikki LevantoNot creating a temporary file when indexing, if there...
2004-01-22 Adam DickmeissRevise resource API to take default/override resources.
2003-11-28 Adam DickmeissBug fix: zebra_begin_trans did not always invalidate...
2003-09-05 Adam DickmeissOnly issue error 114 if all databases fail
2003-08-21 Adam DickmeissWrite zebrasrv.pid to lockDir.
2003-07-07 Heikki LevantoFixed a bug in zebrash and a warning in zebraapi
2003-07-07 poprenamed perl specific sorting
2003-07-04 Adam Dickmeisszebra_records_retrieve returns -1 on error; 0 if OK
2003-06-30 Adam DickmeissImplemented drop database
2003-06-23 Heikki Levantoinsert/delete tests in zebrash, transactions...
2003-06-20 Adam DickmeissFix new yaz_log. WS
2003-06-20 Heikki LevantoCleaning zebraapi (return conventions etc)
2003-06-18 Adam DickmeissFix memory handling of quries in result sets
2003-06-17 Adam DickmeissForgot to invalidate result sets when changing from...
2003-05-22 Heikki LevantoAdded zebra api logging (on loglevel app2)
2003-05-20 Adam DickmeissHandle non-existant register area better
2003-05-20 Adam DickmeissRemoved zebra_search_rpn. Updated a few tests
2003-05-20 Adam DickmeissODR handles no longer needed for zebra_search_{rpn...
2003-05-13 Adam DickmeissCheck for open register in begin_trans
2003-04-24 Adam DickmeissHandle no database selected in zebra_begin_trans
2003-04-02 Adam DickmeissAvoid // comments
2003-03-26 Adam DickmeissIntegrated ranking algorithm from Liverpool University
2003-03-26 Adam DickmeissMissing return value
2003-03-25 Adam DickmeissFix repositoryDelete so that it uses recordId setting
2003-03-13 popadded zebra_insert_record call, function in perl api...
2003-03-12 popadded force_update option for update_record, delete_rec...
2003-03-06 Adam DickmeissScan with limiting result set
2003-03-05 Adam DickmeissWIN32/Unix installation sections
2003-03-04 Adam DickmeissCheck for bad zebra_begin_trans usage
2003-03-04 Adam Dickmeisszebra_begin_trans got extra "write" flag. zebra_begin_read
2003-03-04 popFirst cleanup, zebra_api_ext.c is epmty now
2003-02-27 popzebra_end_trans is just calling zebra_end_transaction...
2003-02-27 Adam DickmeissFix memory leak for sortKeys.buf.
2003-02-25 Adam DickmeissDont set errCode to 0 in zebra_end_trans, zebra_end_read
2003-02-12 Heikki LevantoAsserts in zebraapi, clearing the errCode
2003-02-11 Heikki LevantoMinor cleaning, removed a crash from error reporting...
2003-01-15 olegAdd macros for case insesitive string compare.
2003-01-13 olegAdd a few fixs: correct use yaz_iconv(), correct delete...
2002-11-26 Adam DickmeissRemove // comments
next