]> code.citadel.org Git - citadel.git/history - citadel/server/database.c
Changed the API for cdb_rewind() / cdb_next_item() to make the caller hold the cursor
[citadel.git] / citadel / server / database.c
2023-08-10 Art CancroChanged the API for cdb_rewind() / cdb_next_item()...
2023-08-09 Art CancroMoved cdb_ prototypes from berkeley_db.c to database...
2023-08-09 Art CancroBuilding better abstractions for the backend interface
2023-08-07 Art CancroRenamed database.c to database_bdb.c
2023-08-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-07-22 Art CancroAggressively sync
2023-07-12 Art CancroRequire Berkeley DB v18 or newer
2023-07-02 Art Cancrodatabase.c: emit use table hash as hex
2023-07-02 Art CancroRemoved duplicate call to dbenv->set_errpfx
2023-06-27 Art Cancrocdb_verbose_log() : remove extra argument ; satisfies...
2023-06-13 Art Cancrodon't compress use table records anymore
2023-06-04 Art CancroRemediated an unrecoverable problem in CDB_USETABLE.
2023-04-17 Art Cancroctdl3264: straightened out the compression stuff
2023-04-12 Art Cancrodie in a car fire
2022-12-17 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-12-15 Art CancroExit cleanly if citserver is running with a version...
2022-12-09 Art CancroWhen BDB issues a 'panic' message, call cdb_abort(...
2022-07-06 Art CancroDefine the citserver BUILD_ID as a five digit number...
2022-06-09 Art CancroModified some of the server source files to carry the...
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...