Moved cdb_chmod_data() out of the backend API
[citadel.git] / citadel / server / database.h
2023-08-11 Art CancroMoved cdb_chmod_data() out of the backend API
2023-08-11 Art CancroRevert "Changed the API for cdb_rewind() / cdb_next_ite...
2023-08-10 Art CancroChanged the API for cdb_rewind() / cdb_next_item()...
2023-08-08 Art Cancrocdb_init_backends() just calls bdb_init_backend() for now
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 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...