]> code.citadel.org Git - citadel.git/history - citadel/server/database.h
Begin turning cdb_ functions into pointers assigned to bdb_ functions
[citadel.git] / citadel / server / database.h
2023-08-08 Art CancroBegin turning cdb_ functions into pointers assigned...
2023-08-08 Art Cancromade the prototypes prettier
2023-08-08 Art Cancroopen_databases() and close_databases() are now cdb_open...
2023-08-08 Art Cancrousetable.c: moved CheckIfAlreadySeen() out of database.c
2023-08-08 Art CancroAlso remove cdb_allocate_tsd(), cdb_free_tsd(), cdb_cul...
2023-08-08 Art CancroRemoved checkpoint_thread() prototype from database...
2023-08-07 Art Cancrodatabase.h: assert that it is an internal API that...
2023-04-12 Art Cancrodetect compressed records
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...