- added a new function to the database interface, cdb_close_cursor(). always
[citadel.git] / citadel / database_sleepycat.c
2001-07-29 Nathan Bryant - added a new function to the database interface,...
2001-07-28 Nathan Bryantimplemented read-only cursors. one of the advantages...
2001-07-27 Nathan Bryantfix fix
2001-07-27 Nathan Bryantsupport one cursor per database rather than one global...
2001-07-27 Nathan Bryantremove the automatic transaction demarcation on singlet...
2001-07-11 Art Cancro* database_sleepycat.c: small changes to log messages
2001-07-11 Nathan Bryantmoved dret initialization in cdb_fetch, just in case
2001-06-19 Art Cancro* Ooops... last_cull needs to be declared static
2001-06-19 Art Cancro* imap_fetch.c: download MIME parts without decoding...
2001-04-28 Art Cancro*** empty log message ***
2001-03-06 Nathan Bryantdatabase-related cleanups and paranoia tests;
2001-03-03 Art Cancro* dunno
2001-02-27 Nathan Bryantpass DB_THREAD to DB->open()
2001-02-27 Nathan Bryantabort on errors
2001-02-26 Nathan Bryantmodified lprintf strings to begin with "cdb_" to simpli...
2001-02-06 Nathan Bryantmemset
2001-02-02 Art Cancro* Changed the error message in cdb_delete() to actually...
2001-01-09 Art Cancro* more merges
2001-01-09 Art Cancro* Merged in code from the TRANSACTIONS branch for testing.
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-12 Art Cancro* Removed the transaction stuff (but left the log in...
2000-12-12 Art Cancro* Stabilize, dammit!!
2000-12-12 Art Cancro* Made the transaction open/close a global thing, in...
2000-12-11 Art Cancro* Removed the housekeeper thread, moved terminate_idle_...
2000-12-08 Art Cancro* Wrap txn_begin and txn_end in S_DATABASE mutex
2000-12-07 Art Cancro* begin/end transaction in master_startup()
2000-12-07 Art Cancro* remove log entry
2000-12-07 Art Cancro* Wrap housekeeper and timer events in transaction...
2000-12-03 Art Cancro* Added db checkpoints to the Sleepycat backend
2000-12-03 Art Cancro* Finished (mostly) the Sleepycat DB backend ... added...
2000-11-30 Art Cancro* db
2000-11-30 Art Cancro* logging of critical sections off
2000-11-30 Art Cancro* Got the Sleepycat DB back end working, by opening...
2000-11-30 Art Cancro* got it!
2000-11-29 Art Cancro* I think the db stuff is ok, but my db library is...
2000-11-29 Art Cancro* database
2000-11-28 Art Cancro* whatever
2000-11-27 Art Cancro* unnhnhhhh...
2000-11-27 Art Cancro*** empty log message ***