Mailing list header changes (fuck you Google)
[citadel.git] / citadel / server / backends / berkeley_db / berkeley_db.c
2024-03-27 Art Cancromoved whitespace around
2024-01-08 Art CancroDon't log each table open/close, just the whole operation
2023-09-06 Art Cancroberkeley_db: cdb_next_item() use DB_REALLOC, not DB_MALLOC
2023-08-30 Art CancroWrapping indexer transactions inside a critical section...
2023-08-29 Art CancroTemporarily disable the indexer
2023-08-29 Art Cancrocdb_tick() called periodically
2023-08-26 Art Cancroberkeley_db.c: improvements to transactional data store
2023-08-25 Art Cancromaster_cleanup() is now the global shutdown/exit function
2023-08-25 Art Cancrodb debugging
2023-08-24 Art Cancroctdldump: use the backend API instead of BDB calls
2023-08-24 Art CancroMakefile: restructured so that backends can be compiled...
2023-08-23 Art Cancrocdb_next_item() now returns both key and value
2023-08-22 Art CancroRemoved call to db_env->set_cachesize()
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-21 Art Cancrobdb_decompress_if_necessary() now operates on DBT inste...
2023-08-21 Art CancroKeep track of whether cdb->ptr must be freed by cdb_free()
2023-08-20 Art Cancrocdb_fetch()/cdb_next_item() return immutable data
2023-08-11 Art CancroMore renaming of symbols that are local to the berkeley...
2023-08-11 Art CancroMoved cdb_chmod_data() out of the backend API
2023-08-11 Art CancroRenamed some more functions and variables that are...
2023-08-11 Art Cancrocomments cleanup
2023-08-11 Art CancroThis works much better. TSD maintained in-module inste...
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-09 Art Cancroberkeley_db.c: remove includes that are no longer needed
2023-08-09 Art Cancrodocument private/public functions in berkeley_db.c
2023-08-09 Art Cancroberkeley_db.c: prefixed all module-local functions...
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-09 Art Cancroserver/database_bdb.c is now server/backends/berkeley_d...