2006-09-26 |
Adam Dickmeiss | Fixed bug in ISAMB's utility function decode_ptr. With... |
tree | commitdiff |
2006-08-14 |
Adam Dickmeiss | Update copyright year + FSF address |
tree | commitdiff |
2006-07-05 |
Adam Dickmeiss | Omit version-info for convenience libraries |
tree | commitdiff |
2006-07-03 |
Adam Dickmeiss | Build main libidzebra-2.0.la. Bug #620. |
tree | commitdiff |
2006-06-29 |
Adam Dickmeiss | Revert. Libs installed in /usr/lib (again). Minor tweak... |
tree | commitdiff |
2006-06-29 |
Adam Dickmeiss | Store Zebra libs in <prefix>/lib/idzebra<suffix> and... |
tree | commitdiff |
2006-06-26 |
Marc Cromme | preparing release 2.0.0 before.bug.529 |
tree | commitdiff |
2006-05-10 |
Adam Dickmeiss | Put local variables footer in all c, h files. |
tree | commitdiff |
2006-04-27 |
Marc Cromme | make distcheck works now |
tree | commitdiff |
2005-10-27 |
Adam Dickmeiss | Tests for identical keys in ISAMB |
tree | commitdiff |
2005-08-19 |
Adam Dickmeiss | Added a few casts converting from unsigned char* -... |
tree | commitdiff |
2005-06-29 |
Adam Dickmeiss | Fixed a bug in ISAMB splitting. A new block was attempt... |
tree | commitdiff |
2005-04-25 |
Adam Dickmeiss | Remove unused var |
tree | commitdiff |
2005-04-25 |
Adam Dickmeiss | Remove assert: if end-of-stream PP may not be leaf |
tree | commitdiff |
2005-04-15 |
Adam Dickmeiss | Many public functions returns ZEBRA_RES rather than... |
tree | commitdiff |
2005-04-14 |
Adam Dickmeiss | Fix uinitialized var in test |
tree | commitdiff |
2005-04-13 |
Adam Dickmeiss | Get rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use... |
tree | commitdiff |
2005-03-21 |
Adam Dickmeiss | Fixed bug #275: Leaf node split problem(s). |
tree | commitdiff |
2005-03-18 |
Adam Dickmeiss | Fix a bug where second-half of block in leaf split... |
tree | commitdiff |
2005-03-08 |
Adam Dickmeiss | Added a few casts from zint to double/int where appropr... |
tree | commitdiff |
2005-03-05 |
Adam Dickmeiss | String attribute support for record filter interface. |
tree | commitdiff |
2005-01-16 |
Adam Dickmeiss | Added include stdlib.h |
tree | commitdiff |
2005-01-16 |
Adam Dickmeiss | Added include stdlib.h a few places to get prototype... |
tree | commitdiff |
2005-01-16 |
Adam Dickmeiss | WS update |
tree | commitdiff |
2005-01-15 |
Adam Dickmeiss | Bump year. Change Aps->ApS |
tree | commitdiff |
2005-01-15 |
Adam Dickmeiss | Pre C-99 declarations. |
tree | commitdiff |
2005-01-15 |
Adam Dickmeiss | Fixed bug #113: Compress upper nodes in isam-b. |
tree | commitdiff |
2005-01-13 |
Adam Dickmeiss | WS changes |
tree | commitdiff |
2005-01-03 |
Adam Dickmeiss | Fixed bug #246 |
tree | commitdiff |
2005-01-03 |
Adam Dickmeiss | Fix odd/even delete test |
tree | commitdiff |
2005-01-02 |
Adam Dickmeiss | Proper assert for sub entry size |
tree | commitdiff |
2005-01-02 |
Adam Dickmeiss | Swap functions - minor changes to compare tst function |
tree | commitdiff |
2005-01-02 |
Adam Dickmeiss | Allow ISAMB_PTR_CODEC=0 to work |
tree | commitdiff |
2004-12-13 |
Adam Dickmeiss | using yaz/log.h again |
tree | commitdiff |
2004-12-08 |
Adam Dickmeiss | Moved isam headers to include/idzebra. |
tree | commitdiff |
2004-11-29 |
Adam Dickmeiss | Fix length for ISAMB dummy block |
tree | commitdiff |
2004-11-19 |
Heikki Levanto | Using the new ylog.h everywhere, and fixing what that... |
tree | commitdiff |
2004-09-30 |
Adam Dickmeiss | Remove TCL_LIB from all LDADDs except for Tcl filter... |
tree | commitdiff |
2004-09-09 |
Heikki Levanto | Added the scope parameter to rsets, and using it in... |
tree | commitdiff |
2004-09-03 |
Heikki Levanto | Removed some FIXMEs. Mostly comments on things that... |
tree | commitdiff |
2004-08-30 |
Adam Dickmeiss | Update cvsignore due to new type of files generated... |
tree | commitdiff |
2004-08-24 |
Adam Dickmeiss | Fix other SO dependency |
tree | commitdiff |
2004-08-24 |
Adam Dickmeiss | Switching to Libtool shared libraries for Zebra. |
tree | commitdiff |
2004-08-23 |
Adam Dickmeiss | Store number of keys in isam:b so we can return number... |
tree | commitdiff |
2004-08-18 |
Adam Dickmeiss | Fix problem with leaf split |
tree | commitdiff |
2004-08-16 |
Adam Dickmeiss | Rework encoding of ISAMB header info to make it machine... |
tree | commitdiff |
2004-08-10 |
Heikki Levanto | Limiting hits to INT_MAX, because yaz can't handle... |
tree | commitdiff |
2004-08-06 |
Adam Dickmeiss | Added several type casts and changed many types - mostl... |
tree | commitdiff |
2004-08-06 |
Heikki Levanto | Using doubles in the position estimates, not to loose... |
tree | commitdiff |
2004-08-06 |
Heikki Levanto | estimatehits config option, |
tree | commitdiff |
2004-08-04 |
Heikki Levanto | Changed the pos code to 64-bit clean. Still lots of... |
tree | commitdiff |
2004-08-04 |
Adam Dickmeiss | Remove isamd. It's not been in use for a long time... |
tree | commitdiff |
2004-08-03 |
Heikki Levanto | Added framework for the pos calls. rsisamb and rsnull... |
tree | commitdiff |
2004-06-16 |
Adam Dickmeiss | For includes specs in Makefiles use AM_CPPFLAGS instead... |
tree | commitdiff |
2004-06-16 |
Adam Dickmeiss | Initialize local to prevent gcc -O warning |
tree | commitdiff |
2004-06-08 |
Adam Dickmeiss | Make ISAMB backwards compatible again |
tree | commitdiff |
2004-06-04 |
Heikki Levanto | Added a function to estimate total size and current... |
tree | commitdiff |
2004-06-03 |
Heikki Levanto | Switching to my new code, it seems to work on all my... |
tree | commitdiff |
2004-06-03 |
Heikki Levanto | Fixed a but in climb |
tree | commitdiff |
2004-06-03 |
Adam Dickmeiss | Proper test for forward |
tree | commitdiff |
2004-06-03 |
Adam Dickmeiss | Fast forward on leaf too |
tree | commitdiff |
2004-06-02 |
Adam Dickmeiss | Another forward - with ideas from original isamb_pp_read |
tree | commitdiff |
2004-06-02 |
Heikki Levanto | Elementary forwarding seems to work in the new system |
tree | commitdiff |
2004-06-02 |
Heikki Levanto | Rewriting the isamb forward. Time being, new code is... |
tree | commitdiff |
2004-06-02 |
Heikki Levanto | Minor edit (to get around cvs problems) |
tree | commitdiff |
2004-06-02 |
Adam Dickmeiss | Added isamb_dump utility. |
tree | commitdiff |
2004-06-02 |
Adam Dickmeiss | Bug fix: If at and of leaf, then reset descending and... |
tree | commitdiff |
2004-06-02 |
Adam Dickmeiss | Loosen test a bit |
tree | commitdiff |
2004-06-02 |
Adam Dickmeiss | Reformat to keep lines <80 chars. Added two asserts. |
tree | commitdiff |
2004-06-02 |
Adam Dickmeiss | Added isamb_pp_forward test. Changed messages from... |
tree | commitdiff |
2004-06-01 |
Adam Dickmeiss | ISAMB_DEBUG disabled again. Warn if enabled |
tree | commitdiff |
2004-06-01 |
Heikki Levanto | Fixed a borderline case isamb_forward |
tree | commitdiff |
2004-06-01 |
Adam Dickmeiss | Add more if ISAMB_DEBUG |
tree | commitdiff |
2004-06-01 |
Adam Dickmeiss | Define log_item |
tree | commitdiff |
2004-06-01 |
Adam Dickmeiss | New method log_item for the various isams to print... |
tree | commitdiff |
2004-06-01 |
Heikki Levanto | isamb forward |
tree | commitdiff |
2004-05-30 |
Adam Dickmeiss | Make a few defines for various constants. Introduce... |
tree | commitdiff |
2003-06-23 |
Adam Dickmeiss | Implemented isamb_unlink. |
tree | commitdiff |
2003-04-15 |
Adam Dickmeiss | Improve error messages |
tree | commitdiff |
2003-03-20 |
Adam Dickmeiss | Initialize log_freelist |
tree | commitdiff |
2003-03-17 |
Adam Dickmeiss | Fixed bug in insert_int |
tree | commitdiff |
2003-03-02 |
Adam Dickmeiss | Bug fix: missing close (and leaking file handle) |
tree | commitdiff |
2003-02-04 |
pop | xelm support enhanced, now supports simpler predicates |
tree | commitdiff |
2002-09-03 |
Adam Dickmeiss | Implemented simple free list block handling for isamb |
tree | commitdiff |
2002-09-03 |
Adam Dickmeiss | Dont return value when function is void |
tree | commitdiff |
2002-08-29 |
Mike Taylor | add .cvsignore files |
tree | commitdiff |
2002-08-17 |
Adam Dickmeiss | Updated Makefiles |
tree | commitdiff |
2002-08-02 |
Adam Dickmeiss | Towards GPL |
tree | commitdiff |
2002-07-15 |
Adam Dickmeiss | isamb experimental cache - and dummy isam |
tree | commitdiff |
2002-06-19 |
Adam Dickmeiss | align block sizes for isam sys. Better plot for test |
tree | commitdiff |
2002-05-30 |
Adam Dickmeiss | Bug fix for deletes (max_item 2) |
tree | commitdiff |
2002-05-14 |
Adam Dickmeiss | Minor fix for isamb |
tree | commitdiff |
2002-05-06 |
Adam Dickmeiss | added assert for read failure |
tree | commitdiff |
2002-04-30 |
Adam Dickmeiss | isamb delete; more statistics |
tree | commitdiff |
2002-04-30 |
Adam Dickmeiss | isamb fixes for pp_read. Statistics |
tree | commitdiff |
2002-04-29 |
Adam Dickmeiss | More isamb statistics |
tree | commitdiff |
2002-04-26 |
Adam Dickmeiss | Index statistics working again |
tree | commitdiff |
2002-04-23 |
Adam Dickmeiss | Minor changes |
tree | commitdiff |
2002-04-23 |
Adam Dickmeiss | Much faster merge for b-tree |
tree | commitdiff |
2002-04-17 |
Adam Dickmeiss | minor |
tree | commitdiff |
next |