Bump copyright year
[idzebra-moved-to-github.git] / isamb / isamb.c
2010-01-14 Adam DickmeissBump copyright year
2009-06-19 Adam DickmeissISAMB: ark header dty if freelist is updated
2009-06-19 Adam DickmeissLog freelist info changes
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-09-08 Adam DickmeissAllow ISAMB entry sizes of 4K (used to be 128)
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2008-04-03 Adam Dickmeiss ... Fix isamb_pp_forward to update the returned_numbers.
2008-04-02 Adam DickmeissUse isamb_pp_forward2 as the isamb forward function.
2008-04-02 Adam Dickmeissisamb_pp_forward2 takes into account scope.
2007-11-28 Adam DickmeissWS updates (no code changes).
2007-11-28 Adam DickmeissExtend isamb_merge read handler with new insert mode.
2007-04-03 Adam DickmeissFixed bug #1017: assert failure in isamb for delete...
2007-02-24 Adam DickmeissProper cleanup (isamb_close) for bad headers
2007-01-15 Adam Dickmeiss2007.
2006-12-19 Adam DickmeissChanged assert in isamb, since we have larger keys
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-07 Adam DickmeissAllow different values for cache parameter for isamb_op...
2006-11-14 Adam DickmeissUse assert rather than abort
2006-11-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-09-26 Adam DickmeissFixed bug in ISAMB's utility function decode_ptr. With...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2005-08-19 Adam DickmeissAdded a few casts converting from unsigned char* -...
2005-06-29 Adam DickmeissFixed a bug in ISAMB splitting. A new block was attempt...
2005-04-25 Adam DickmeissRemove unused var
2005-04-25 Adam DickmeissRemove assert: if end-of-stream PP may not be leaf
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-03-21 Adam DickmeissFixed bug #275: Leaf node split problem(s).
2005-03-18 Adam DickmeissFix a bug where second-half of block in leaf split...
2005-03-08 Adam DickmeissAdded a few casts from zint to double/int where appropr...
2005-03-05 Adam DickmeissString attribute support for record filter interface.
2005-01-16 Adam DickmeissAdded include stdlib.h a few places to get prototype...
2005-01-16 Adam DickmeissWS update
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2005-01-15 Adam DickmeissPre C-99 declarations.
2005-01-15 Adam DickmeissFixed bug #113: Compress upper nodes in isam-b.
2005-01-13 Adam DickmeissWS changes
2005-01-03 Adam DickmeissFixed bug #246
2005-01-02 Adam DickmeissProper assert for sub entry size
2005-01-02 Adam DickmeissAllow ISAMB_PTR_CODEC=0 to work
2004-12-13 Adam Dickmeissusing yaz/log.h again
2004-12-08 Adam DickmeissMoved isam headers to include/idzebra.
2004-11-29 Adam DickmeissFix length for ISAMB dummy block
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-09-09 Heikki LevantoAdded the scope parameter to rsets, and using it in...
2004-09-03 Heikki LevantoRemoved some FIXMEs. Mostly comments on things that...
2004-08-23 Adam DickmeissStore number of keys in isam:b so we can return number...
2004-08-18 Adam DickmeissFix problem with leaf split
2004-08-16 Adam DickmeissRework encoding of ISAMB header info to make it machine...
2004-08-10 Heikki LevantoLimiting hits to INT_MAX, because yaz can't handle...
2004-08-06 Adam DickmeissAdded several type casts and changed many types - mostl...
2004-08-06 Heikki LevantoUsing doubles in the position estimates, not to loose...
2004-08-06 Heikki Levantoestimatehits config option,
2004-08-04 Heikki LevantoChanged the pos code to 64-bit clean. Still lots of...
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2004-08-03 Heikki LevantoAdded framework for the pos calls. rsisamb and rsnull...
2004-06-16 Adam DickmeissInitialize local to prevent gcc -O warning
2004-06-08 Adam DickmeissMake ISAMB backwards compatible again
2004-06-04 Heikki LevantoAdded a function to estimate total size and current...
2004-06-03 Heikki LevantoSwitching to my new code, it seems to work on all my...
2004-06-03 Heikki LevantoFixed a but in climb
2004-06-03 Adam DickmeissFast forward on leaf too
2004-06-02 Adam DickmeissAnother forward - with ideas from original isamb_pp_read
2004-06-02 Heikki LevantoElementary forwarding seems to work in the new system
2004-06-02 Heikki LevantoRewriting the isamb forward. Time being, new code is...
2004-06-02 Heikki LevantoMinor edit (to get around cvs problems)
2004-06-02 Adam DickmeissAdded isamb_dump utility.
2004-06-02 Adam DickmeissBug fix: If at and of leaf, then reset descending and...
2004-06-02 Adam DickmeissReformat to keep lines <80 chars. Added two asserts.
2004-06-01 Adam DickmeissISAMB_DEBUG disabled again. Warn if enabled
2004-06-01 Heikki LevantoFixed a borderline case isamb_forward
2004-06-01 Adam DickmeissAdd more if ISAMB_DEBUG
2004-06-01 Adam DickmeissNew method log_item for the various isams to print...
2004-06-01 Heikki Levantoisamb forward
2004-05-30 Adam DickmeissMake a few defines for various constants. Introduce...
2003-06-23 Adam DickmeissImplemented isamb_unlink.
2003-04-15 Adam DickmeissImprove error messages
2003-03-20 Adam DickmeissInitialize log_freelist
2003-03-17 Adam DickmeissFixed bug in insert_int
2003-03-02 Adam DickmeissBug fix: missing close (and leaking file handle)
2003-02-04 popxelm support enhanced, now supports simpler predicates
2002-09-03 Adam DickmeissImplemented simple free list block handling for isamb
2002-09-03 Adam DickmeissDont return value when function is void
2002-08-02 Adam DickmeissTowards GPL
2002-07-15 Adam Dickmeissisamb experimental cache - and dummy isam
2002-06-19 Adam Dickmeissalign block sizes for isam sys. Better plot for test
2002-05-30 Adam DickmeissBug fix for deletes (max_item 2)
2002-05-14 Adam DickmeissMinor fix for isamb
2002-05-06 Adam Dickmeissadded assert for read failure
2002-04-30 Adam Dickmeissisamb delete; more statistics
2002-04-30 Adam Dickmeissisamb fixes for pp_read. Statistics
2002-04-29 Adam DickmeissMore isamb statistics
2002-04-26 Adam DickmeissIndex statistics working again
2002-04-23 Adam DickmeissMinor changes
2002-04-23 Adam DickmeissMuch faster merge for b-tree
2002-04-17 Adam Dickmeissminor
2002-04-17 Adam Dickmeissanother fix
next