]> code.citadel.org Git - citadel.git/history - citadel/server/database_bdb.c
Mostly finished the abstractions, now just need to silence some compiler warnings...
[citadel.git] / citadel / server / database_bdb.c
2023-08-08 Art CancroMostly finished the abstractions, now just need to...
2023-08-08 Art Cancrosaving my work before I do the rest of the functions...
2023-08-08 Art CancroTried it with a function that requires a parameter
2023-08-08 Art CancroBegin turning cdb_ functions into pointers assigned...
2023-08-08 Art Cancroctdl_module_init_database() is now ctdl_module_init_dat...
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-07 Art CancroRenamed database.c to database_bdb.c