Grammar change in the license declaration.
[citadel.git] / citadel / server / database.h
2024-01-03 Art CancroGrammar change in the license declaration.
2023-08-29 Art Cancrocdb_tick() called periodically
2023-08-24 Art Cancroctdldump: use the backend API instead of BDB calls
2023-08-23 Art Cancrocdb_next_item() now returns both key and value
2023-08-21 Art Cancrocdb_free() is no longer needed; removed from backend API
2023-08-21 Art Cancrocdb_fetch() and cdb_next_item() now return a struct...
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...