Did away with lprintf all together now its called CtdlLogPrintf()
[citadel.git] / citadel / database_sleepycat.c
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-02-13 Art CancroRemoved the 'defrag databases' stub function and command
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroWhen opening the Berkeley DB environment, step
2007-09-26 Art CancroDon't try to do a DB_STAT_ALL statistics dump
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-26 Dave WestMoved to new module init structure.
2007-07-07 Art CancroSupport AUTH=PLAIN in the IMAP server.
2007-06-05 Art CancroNew versions of Berkeley DB (I tested with 4.5.20)...
2007-01-26 Art Cancro* Only call set_msgcall() if Berkeley DB is v4.3 or...
2007-01-20 Art Cancro* Initialize more variables during declaration,
2006-12-27 Art Cancro* setup.c: updated to use new built-in daemonization
2006-12-18 Art CancroRemove DB_VERB_REGISTER
2006-12-18 Art CancroActivate verbose logging in Berkeley DB
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-03-31 Art CancroRemoved the 'dbdirname' variable in open_databases().
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-16 Art CancroHandle email addresses with commas inside quotes,
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-06-22 Art Cancro* CULL command (replaces db_archive)
2005-06-22 Art Cancro* Automatic deletion of committed database logs is...
2005-06-16 Art Cancro* There is now a dedicated thread for doing database...
2005-05-23 Art Cancro* database_sleepycat.c: cdb_truncate() no longer encaps...
2005-05-23 Art Cancro* Move the location of the "enable full text index...
2005-05-20 Art Cancro* Cull logs immediately after a successful db checkpoin...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-04-13 Art Cancro* Reverted database changes because the cull_logs funct...
2005-04-11 Art Cancro* Database logs are now kept in the "data_logs" directo...
2005-02-16 Art Cancro* Be more aggressive about shutting down when told...
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-11-11 Nathan Bryant* database_sleepycat.c: make cdb_rewind enforce that...
2004-10-03 Art Cancro* Removed some vestiges
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-24 Art Cancro* After initializing the database, chown and chmod...
2004-03-21 Michael Hampton* database_sleepycat.c: emit a panic message when Berke...
2004-03-15 Michael Hampton* Multiple files: Set permissions on existing Citadel...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-05-22 Art Cancro* database_sleepycat.c: added a couple of diagnostic...
2003-03-22 Art Cancro* During startup, display the version string from the...
2003-03-19 Art Cancro* Dropped support for GDBM and for versions of Berkeley...
2003-03-18 Art Cancro* Applied a patch sent in by Clint Adams <schizo@debian...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-10-15 Art Cancro* Run without crashing on Berkeley DB 4.1 :)
2002-10-15 Art Cancro* Build ok on Berkeley DB 4.1
2002-08-26 Art Cancro* Small bugfix for memory bounds checking in the MIME...
2002-08-12 Art Cancro* Fixed bug in <R>eplacestring which caused it to lock...
2002-08-12 Art Cancro* Compress VISIT records using zlib if available. ...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-16 Art Cancro* Post an error message to Aide> when unlink() is unabl...
2002-03-11 Nathan Bryantuse <db.h> before <db3/db.h> or <db4/db.h>
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-05 Michael Hampton* Autoconf fixes for DB4 support
2002-02-10 Nathan Bryant - replace cdb_trunc with a complete version of the...
2002-02-08 Art Cancro* Changed the logic for printing RFC822 addresses ...
2002-02-07 Art Cancro* Silently refuse to add directory entries for Internet...
2001-12-13 Nathan Bryantmake it compile with Berkeley DB 4.0.x
2001-12-11 Nathan Bryantbetter detection of <db3/db.h>
2001-09-21 Nathan Bryantsupport different log_archive prototype in DB versions...
2001-09-09 Art Cancro* cdb_cull_logs() now removes log files as soon as...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-08-03 Art Cancro* database_sleepycat.c: when running txn_checkpoint...
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!
next