Replaced the abort() calls in database.c with a new function cdb_abort() which cuts...
[citadel.git] / citadel / database.c
2012-01-16 Art CancroReplaced the abort() calls in database.c with a new...
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-27 Art Cancrozlib is now mandatory.
2011-09-04 Art CancroWhen citserver fails due to missing zlib, refer the...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried Goesgensby jimcuclamath: use defines instead of numbers for...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-05-11 Wilfried Göesgens* cdb_fetch() make lookup key const
2010-03-27 Wilfried Göesgens* open_databases(): cast the yield function so the...
2010-03-25 Wilfried Göesgens* cdb_decompress_if_necessary(): memset 0 the buffer...
2010-01-27 Wilfried Göesgens* be more accurate, len needs to be at least sizeof...
2010-01-27 Wilfried Göesgens* checking whether cdb->len == 0 was missing as abort...
2010-01-05 Wilfried Göesgens* want if mkdir, chmod, chown fail...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-07-02 Art Cancro* database.c: unfolded some lines that were awkwardly...
2009-04-16 Art Cancro* Made our Berkeley DB errors look more like the ones...
2009-04-16 Art Cancro* When we get a Berkeley DB panic, display a descriptiv...
2009-03-11 Art Cancro* when db->truncate() fails with ENOMEM, refer the...
2009-01-27 Art Cancro* When we encounter a compressed database record on...
2009-01-27 Art Cancro* When db->open() fails with ENOMEM, display a log...
2008-12-27 Art Cancro* database.c: removed some code that had been commented...
2008-12-19 Art Cancro* Suppress display of zero-length Berkeley DB log messages
2008-07-07 Art CancroRenamed database_sleepycat.c to database.c
2003-03-19 Art Cancro* Dropped support for GDBM and for versions of Berkeley...
2003-02-17 Art Cancro* Fixed a small bug in the GDBM backend (deprecated...
2002-02-15 Art Cancro* Began implementation of a networker use table that...
2002-02-07 Art Cancro* Silently refuse to add directory entries for Internet...
2002-01-10 Art Cancro* Minor updates for directory service
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-07-29 Nathan Bryant - added a new function to the database interface,...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-03-06 Nathan Bryantdatabase-related cleanups and paranoia tests;
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2001-01-09 Art Cancro* Merged in code from the TRANSACTIONS branch for testing.
2000-12-12 Art Cancro* Removed the transaction stuff (but left the log in...
2000-12-07 Nathan Bryantadded --with-db and --with-gdbm options to configure
2000-12-03 Art Cancro* Finished (mostly) the Sleepycat DB backend ... added...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
1999-11-19 Art Cancro* Fixed a *serious* memory leak in the database functio...
1999-10-29 Art Cancro* database.c: Removed arbitrary limit on maximum number...
1999-10-29 Art Cancro* Debugged all possible ways for a session to terminate...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-09-01 Art Cancro* database.c: isplay the GDBM version string on startup
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-05-22 Art Cancro * Added function CtdlGetDynamicSymbol() for...
1999-05-20 Art Cancrodatabase.c: print log messages for file defragmentations
1999-03-09 Nathan Bryant * sysdep.c: call DLoader_Init() with an absolut...
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1998-11-21 Art Cancroroom expires
1998-11-11 Art CancroWed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-11-01 Art Cancroserv_upgrade.c: cosmetic changes
1998-11-01 Art CancroMore stoopid ANSI colour additions
1998-10-06 Art CancroFixed stuff I broke.
1998-10-05 Art CancroDon't automatically defrag databases on shutdown
1998-09-28 Art CancroDefined user/room relationships
1998-08-31 Art CancroMoved all of the gdbm databases to a separate "data...
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-24 Art Cancro Removed all of the "pwcrypt" stuff. The algorithm...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-13 Art Cancro Miscellaneous bug fixes. Also restored the ability...
1998-07-11 Art CancroInitial revision