For data-1, do not chop text data in ISO2709 creation . The problem is
[idzebra-moved-to-github.git] / include /
2007-06-27 Adam DickmeissFor data-1, do not chop text data in ISO2709 creation...
2007-06-27 Adam DickmeissAdded data1_chop_text which removes whitespace in cdata...
2007-05-21 Adam DickmeissZebra returns character encoding as part of init respon...
2007-05-16 Adam DickmeissBump to 2.0.15. Require YAZ 3.0.3
2007-05-16 Adam DickmeissIndentation. Removed a few unused functions.
2007-05-09 Adam DickmeissFix dup YAZ_EXPORT ZEBRA.2.0.14
2007-05-09 Adam DickmeissTowards 2.0.14.
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require YAZ 3.0.2 or later.
2007-04-16 Adam DickmeissUpdate for YAZ 3s new OID system
2007-03-14 Adam DickmeissChanged some types in mod_dom.c ; mostly 'xmlChar ...
2007-03-14 Adam DickmeissChanged record update API . It is now handled by function
2007-03-08 Adam DickmeissBump to 2.0.13
2007-03-07 Adam DickmeissTowards 2.0.12
2007-03-01 Adam DickmeissAllow record filters to return 'skip' this record ...
2007-01-24 Adam DickmeissBump version to 2.0.11
2007-01-24 Adam DickmeissTowards 2.0.10. ZEBRA.2.0.10
2007-01-22 Adam DickmeissStaticrank indexing is now an index register type defin...
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 estimated hit counts, Zebra returns resultSetStatus...
2007-01-15 Adam DickmeissTowards 2.0.8. ZEBRA.2.0.8
2007-01-15 Adam Dickmeiss2007.
2007-01-05 Adam DickmeissRemoved zebra_timing_t. Using yaz_timing_t instead...
2006-12-22 Adam DickmeissAdded support for specification of staticrank for grs...
2006-12-22 Adam DickmeissAdded function atoizint with a atoi/atoll wrapper.
2006-12-18 Adam DickmeissImplemented sorting via the ISAMB system. To enable...
2006-12-12 Adam DickmeissAdded functions isamb_set_int_count, isamb-set_cache_size,
2006-12-12 Adam DickmeissAdded statistics functions dict_get_no_{lookup,insert...
2006-12-11 Adam DickmeissAdded a utility for doing timings.
2006-12-05 Adam DickmeissFixed bug #445: zebra.cfg does not check for valid...
2006-11-29 Adam DickmeissVersion 2.0.7.
2006-11-28 Adam DickmeissTowards 2.0.6. ZEBRA.2.0.6
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-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-11-08 Adam DickmeissChange mfile_/cfile-functions to return error code...
2006-10-29 Adam DickmeissFixed several prototypes.. Most changes are f() to...
2006-10-26 Adam DickmeissChange prototype for data1_absyn_getmarctab, data1_absy...
2006-10-16 Adam DickmeissTowards 2.0.4
2006-10-10 Adam DickmeissUse check for 'long long' to determine type for zint.
2006-09-29 Adam DickmeissVersion 2.0.3.
2006-09-29 Adam DickmeissMore optimizations of the melm matching.
2006-09-28 Adam DickmeissFixed bug #685: Optimize xelm/melm matching. Indexing...
2006-09-22 Adam DickmeissVersion 2.0.2
2006-09-21 Adam DickmeissSkip 0 hit counts in scan.
2006-09-15 Adam DickmeissRemoving api_swig.[ch] from build because it does not...
2006-09-11 Adam DickmeissFixed bug #657: Problem with drop database and recordId...
2006-09-08 Adam DickmeissHonor position attribute, i.e. allow first-in-field...
2006-09-05 Adam DickmeissChanged behavior for dict_scan: if the callback functio...
2006-08-29 Adam DickmeissCommentary updates
2006-08-29 Adam DickmeissChanged behavior of dict_lookup_grep so that it returns...
2006-08-29 Adam DickmeissMore comments on dict.h. Moved typedef Dict_ptr to...
2006-08-29 Adam DickmeissMake dict_str{cmp,ncmp,len} internal
2006-08-22 Adam DickmeissOnly use gcc attribute warn_unused_result on GCC 4...
2006-08-22 Adam DickmeissCommon stream reader interface for record filters ...
2006-08-16 Adam DickmeissExperimental segment facility (for matching of words...
2006-08-15 Adam DickmeissDefinitions in zebramap.h are private. ZebraMaps no...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-07-06 Marc Crommebug #504 fix
2006-07-06 Adam DickmeissRemove destroy member of data1_node
2006-07-04 Adam DickmeissWorking on and operation which deals with segments...
2006-06-28 Adam DickmeissBuild shared libraries by default. Installing various...
2006-06-27 Adam DickmeissBug #529. On Unix, combine pthreed locks with file...
2006-06-26 Marc Crommepreparing release 2.0.0 before.bug.529
2006-06-22 Adam DickmeissAdded support for alwaysmatches on regular indexes...
2006-06-13 Adam DickmeissRevert. Use int for record length (for retrieval)
2006-06-13 Adam DickmeissUse size_t for record length (for retrieval)
2006-06-13 Adam DickmeissBump to version 1.4.1.
2006-06-13 Adam DickmeissDisable X-Path indexing for explain records (in the...
2006-06-07 Adam DickmeissChanged some types from int to zint + added a few casts
2006-06-07 Adam DickmeissUse CAST_ZINT_TO_INT in some places, so we can easily...
2006-06-06 Adam DickmeissRemoved rsbool_create_and, rsbool_create_or because...
2006-05-30 Adam DickmeissChange return type for a zebra_add_record + zebra_repos...
2006-05-19 Adam DickmeissRemove local attribute handling and other dead code.
2006-05-19 Adam DickmeissZebra uses string attributes for indexing internally...
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-05-05 Adam DickmeissAdded two YAZ_EXPORTS
2006-05-05 Adam DickmeissImplement functions to get register usage statistics:
2006-05-05 Adam DickmeissAdded prototype recTypeClass_load_modules
2006-05-05 Adam DickmeissBy default, no searching for loadable modules is perfor...
2006-05-02 Marc Crommeadded possibility to display static rank information...
2006-04-26 Adam DickmeissChange config function in recType interface to return...
2006-04-04 Adam DickmeissDoxygen comments
2006-04-04 Adam DickmeissMore consistent Doxygen comment usage
2006-03-31 Adam DickmeissUse GCC attribute warn_unsed_result for a few of the...
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-23 Adam DickmeissExport flock functions
2006-03-23 Adam DickmeissMoved file locking utilities from index/lockutil.c...
2005-12-09 Adam DickmeissRemoved zebra_clearError. The scheme is meant to be...
2005-11-09 Adam DickmeissRegister no longer uses register type prefix (REG_TYPE_...
2005-09-16 popSWIG API has separated structures for service and sessi...
2005-09-15 Adam Dickmeissapi_swig.h part of dist
2005-09-15 popZebra api extension tuned for SWIG
2005-09-13 Adam DickmeissAdded parameter for zebra_open.
2005-08-26 Adam DickmeissUpdate snippets handling for new store keys structure...
2005-08-22 Adam DickmeissMembers in RecWord term_buf, index_name changed from...
2005-08-18 Adam DickmeissUpdates for Windows
2005-08-18 Adam DickmeissAdded support for static ranking. Bug #174. The staticr...
next