fix dlen
[citadel.git] / citadel /
2023-08-22 Art CancroRemoved call to db_env->set_cachesize()
2023-08-22 Art CancroCalls to cdb_fetch()/cdb_next_item() now check ptr...
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 CancroRemove diagnostic section
2023-08-21 Art CancroKeep track of whether cdb->ptr must be freed by cdb_free()
2023-08-20 Art CancroApply patch sent by UFarx to support CPPFLAGS
2023-08-20 Art Cancrocdb_fetch()/cdb_next_item() return immutable data
2023-08-19 Art Cancroserv_imap.c: moved to new CtdlFetchMsgList() API.
2023-08-19 Art Cancroserv_imap: removed all the CCC and CCCIMAP shorthand
2023-08-17 Art Cancromsgbase.c all migrated to new api now
2023-08-17 Art CancroCtdlFetchMsgList() - treat no-record and zero-messages...
2023-08-17 Art CancroThe previous commit was actually for CtdlDeleteMessages()
2023-08-17 Art CancroCtdlSaveMsgPointersInRoom() is now lmdb-safe
2023-08-17 Art Cancroserv_nntp.c: move to new API
2023-08-17 Art CancroInitialMailCheck() uses new API
2023-08-17 Art Cancromsgbase.c: change to new API
2023-08-16 Art Cancromsgbase.c: upgrade CtdlSetSeen() to the new CtdlGetMsgL...
2023-08-16 Art Cancroserv_expire: move to new msglists call
2023-08-16 Art CancroDRY fetch of msglists.
2023-08-16 Art Cancroserv_fulltext.c: copy the data returned by cdb_fetch...
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 "Prepared for upcoming change to cdb_next_item...
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-10 Art CancroPrepared for upcoming change to cdb_next_item() API.
2023-08-10 Art Cancroimap_acl.c: update to C99 style comments
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...
2023-08-08 Art Cancrocdb_init_backends() just calls bdb_init_backend() for now
2023-08-08 Art CancroSilenced a compiler warning by bringing in the correct...
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 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-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-08-07 Art CancroRenamed database.c to database_bdb.c
2023-08-07 Art Cancroserv_nntp.c: change everything to C99 comment style
2023-08-07 Art CancroMarked code that will require some rework for LMDB.
2023-08-04 Art Cancropoint out sessions that are timed out but non-idle
2023-08-02 Art Cancroverify that 'begin' and 'end' lines were found
2023-08-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-08-01 Art CancroRelease version 988 generated by do-release.sh v988
2023-08-01 Art Cancroctdldump/ctdlload: -h now specifies the top-level Citad...
2023-07-26 Art CancroMore reliable search for guesstimezone.sh
2023-07-25 Art CancroRelease version 987 generated by do-release.sh v987
2023-07-25 Art Cancroctdldump/ctdlload: more testing
2023-07-25 Art Cancroctdlload: finished remaining record types; need to...
2023-07-25 Art Cancroskip the database open for the unused table to keep...
2023-07-25 Art Cancroctdlload: euidindex
2023-07-25 Art Cancroctdlload: usersbynumber
2023-07-25 Art Cancroadd some //FIXME tags where needed
2023-07-24 Art Cancroimport fulltext index records
2023-07-24 Art Cancrostub functions for new import routines
2023-07-24 Art CancroExport euidindex records
2023-07-24 Art Cancroexport fulltext records
2023-07-24 Art CancroBoth banners now use the same color scheme
2023-07-24 Art CancroGo back to exporting dir and usersbynumber records.
2023-07-24 Art CancroWhen exporting visit records, if there is corrupt ...
2023-07-22 Art CancroRelease version 986 generated by do-release.sh v986
2023-07-22 Art CancroFixed bad import in thing
2023-07-22 Art CancroRelease version 985 generated by do-release.sh v985
2023-07-22 Art CancroAggressively sync
2023-07-22 Art CancroBe more aggressive about closing the databases during...
2023-07-22 Art CancroTry to close the databases if we segfault
2023-07-22 Art CancroRelease version 984 generated by do-release.sh v984
2023-07-22 Art Cancroctdldump/ctdlload: fixed on Raspberry Pi, reintroduced...
2023-07-21 Art CancroMerge branch 'Memory_Leak_SmtpClient' into 'master'
2023-07-21 Art CancroRelease version 983 generated by do-release.sh v983
2023-07-21 Art CancroRelease version 982 generated by do-release.sh v982
2023-07-21 Art CancroRelease version 981 generated by do-release.sh v981
2023-07-20 Harlow SolutionsIMAP memory issues with use of ConstStr
2023-07-18 Harlow SolutionsMemory leak in SMTP Client string trim
2023-07-18 Art CancroRemoved serv_migrate.c and ctdlmigrate. They are repla...
2023-07-18 Art Cancroremove extra msgs
2023-07-18 Art Cancroctdldump/ctdlload is functionally complete.
2023-07-18 Art Cancrohappy happy: convert_msgtext() also works for convert_b...
2023-07-18 Art Cancroctdlload: import use table records
2023-07-17 Art Cancrocitserver: regenerate secondary indices if the regenera...
2023-07-17 Art Cancroctdldump/ctdlload: removed tables that can be re-genera...
2023-07-17 Art CancroBeautiful startup banners in vivid color
2023-07-17 Art Cancroctdlload: import visits
2023-07-17 Art Cancroimport msglists
2023-07-17 Art Cancroctdlload: import floor table
2023-07-17 Art Cancroctdlload: import room records
next