Reformat: delete trailing whitespace
[idzebra-moved-to-github.git] / index / recindex.c
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2011-05-19 Adam Dickmeissconfigure produces config.h
2011-02-09 Adam DickmeissHappy new year.
2010-01-14 Adam DickmeissBump copyright year
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2007-11-30 Adam DickmeissMoved local declaration (for debugging)
2007-11-28 Adam DickmeissExtend recindex system may use ISAMB for records map.
2007-11-23 Adam DickmeissFactor records system mgt into recindex.c, records.c.
2007-11-23 Adam DickmeissRefactor recindex out of Records struct
2007-01-15 Adam Dickmeiss2007.
2006-11-22 Adam DickmeissAdded a few memset for structures that are later writte...
2006-11-21 Adam DickmeissGet rid of SYSNO which is zint anyway. Removed various...
2006-11-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-09-15 Adam DickmeissRename rec_rm to rec_free. Annotate the recindex.h...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-06-07 Adam DickmeissUse CAST_ZINT_TO_INT in some places, so we can easily...
2006-05-10 Adam DickmeissFixed rec_cp. Did not copy the 0-termiante info buffers
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-03-26 Adam DickmeissGet rid of unsed variable active in struct zebra_register.
2005-08-22 Adam DickmeissAdded type casts (signed/unsigned char) to make GCC...
2005-08-09 Adam DickmeissAllow record subsystem to return system numbers (docume...
2005-05-11 Adam DickmeissWS updates
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-01-16 Adam DickmeissAdded include stdlib.h a few places to get prototype...
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2005-01-15 Adam DickmeissAdded a few (zint)->(int) casts
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-09-26 Adam DickmeissFix bug 156: Index corrupted after large-scale test.
2004-08-18 Adam DickmeissFix bug in rec_release_blcoks that caused Zebra to...
2004-08-06 Adam DickmeissAdded several type casts and changed many types - mostl...
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2002-08-02 Adam DickmeissTowards GPL
2002-07-15 Adam DickmeissEnsure record memory is null-terminated
2002-04-05 Adam DickmeissZebra with full functionality
2001-02-26 Adam DickmeissUpdated for BZIP2 1.0.X. Configure script doesn't enabl...
2000-07-13 Heikki LevantoRemoved compiler warnings when making zebra
2000-04-05 Adam DickmeissOn Unix, zebra/z'mbol uses automake.
1999-12-08 Adam DickmeissZebra/Z'mbol dependencies added.
1999-10-29 Adam DickmeissFixed decompression buffer overflow.
1999-07-06 Adam DickmeissFixed bug (introduced by previous commit).
1999-07-06 Adam DickmeissUpdated record index structure. Format includes version...
1999-06-25 Adam DickmeissUpdated MSVC project files.
1999-05-26 Adam DickmeissC++ compilation.
1999-02-18 Adam DickmeissChanged file naming scheme for register files as well...
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-01-12 Adam DickmeissThe test option (-s) only uses read-lock (and not write...
1997-09-17 Adam DickmeissZebra version corresponds to YAZ version 1.4.
1997-07-15 Adam DickmeissBug fix: storeData didn't work with files with multiple...
1997-02-12 Adam DickmeissImplemented options -f <n> that limits the log to the...
1996-06-04 Adam DickmeissMinor changes - removed include of ctype.h.
1996-05-13 Adam DickmeissWork on compaction of set/use bytes in dictionary.
1996-02-01 Adam DickmeissThe total size of records are always checked in rec_cac...
1995-12-11 Adam DickmeissThe rec_get function returns NULL if record doesn't...
1995-12-07 Adam DickmeissWork locking mechanisms for concurrent updates/commit.
1995-12-06 Adam DickmeissImproved flushing of records - all flushes except the...
1995-12-06 Adam DickmeissNew command 'stat' for the index program.
1995-11-30 Adam DickmeissStarted work on commit facility.
1995-11-28 Adam DickmeissBug fix: recordId with constant wasn't right.
1995-11-28 Adam DickmeissZebra config renamed.
1995-11-25 Adam DickmeissMore record fields - they are enumerated now.
1995-11-22 Adam DickmeissRecord management uses the bfile system.
1995-11-20 Adam DickmeissNew update method: the 'old' keys are saved for each...
1995-11-16 Adam DickmeissUses new record management system in both indexer and...
1995-11-15 Adam DickmeissWork on record management.
1995-11-15 Adam DickmeissStarted work on better record management system.