]> code.citadel.org Git - citadel.git/history - citadel/server
Still waiting for the computer. Or rather, for other computers.
[citadel.git] / citadel / server /
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 CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-08-01 Art CancroRelease version 988 generated by do-release.sh v988
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-22 Art CancroRelease version 986 generated by do-release.sh v986
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-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-17 Art Cancrocitserver: regenerate secondary indices if the regenera...
2023-07-17 Art Cancroctdldump/ctdlload: removed tables that can be re-genera...
2023-07-15 Art CancroReplaced all the pointer arithmetic in getuser/putuser...
2023-07-14 Art CancroNow I have a machine gun that can write ctdluser record...
2023-07-14 Art CancroMoved makeuserkey() into its own file because we need...
2023-07-12 Art CancroRequire Berkeley DB v18 or newer
2023-07-02 Art Cancrodatabase.c: emit use table hash as hex
2023-07-02 Art CancroRemoved duplicate call to dbenv->set_errpfx
2023-06-27 Art Cancrocdb_verbose_log() : remove extra argument ; satisfies...
2023-06-25 Art Cancrothreads.c: comment and brace style cleanup
2023-06-23 Art CancroMerge branch 'Webcit_Coredump_StrBufQuotedPrintableEnco...
2023-06-16 Art CancroRemoved 'timescalled' and 'posted' from the user record.
2023-06-14 Art Cancrowrote some comment lines describing the rescue code
2023-06-14 Art CancroRelease version 980 generated by do-release.sh v980
2023-06-14 Art Cancrorescue mode
2023-06-14 Art CancroRelease version 979 generated by do-release.sh v979
2023-06-14 Art Cancroserv_inboxrules.c: don't attempt to call regexec()...
2023-06-13 Art Cancrodon't compress use table records anymore
2023-06-12 Art CancroRelease version 978 generated by do-release.sh v978
2023-06-12 Art Cancroserv_rssclient.c: remove single-instance save to drasti...
2023-06-12 Art CancroRelease version 977 generated by do-release.sh v977
2023-06-12 Art Cancroserv_rssclient.c: fixed a possible null pointer error
2023-06-12 Art CancroForEachUser() convert to array
2023-06-10 Art Cancroserv_rssclient.c: use array instead of linked list...
2023-06-08 Art CancroRelease version 976 generated by do-release.sh v976
2023-06-04 Art CancroRemediated an unrecoverable problem in CDB_USETABLE.
2023-06-02 Art CancroMerge branch 'IMAP_Flag_and_Purge_Fixes' into 'master'
2023-06-02 Harlow SolutionsFixed imap_append() from clearing all flags on messages...
2023-05-15 Art Cancroserv_imap.c (citserver)/roomops.c (webcit): bugfixes...
2023-05-04 Art Cancrosysdep.c: cprintf() truncation fix (Phil Slack)
2023-05-02 Art Cancroput_visit() no longer needs a separate function to...
2023-05-02 Art Cancroserv_inboxrules.c: applied patch by Allen (awrdgrs...
2023-04-27 Art CancroWe are no longer using the EXTAUTH table.
2023-04-27 Art CancroBegin removing the EXTAUTH database
2023-04-19 Art CancroRevert "citserver: remove openid support"
2023-04-19 Art Cancrocitserver: remove openid support
2023-04-17 Art Cancroserv_fulltext.c: style update
2023-04-17 Art Cancroctdl3264: straightened out the compression stuff
2023-04-13 Art CancroThe data format used by GenerateRelationshipIndex(...
2023-04-12 Art Cancrodie in a car fire
2023-04-12 Art Cancrodetect compressed records
2023-04-10 Art Cancrofinished user import
2023-03-19 Art CancroChanged the algorithm for quick queue runs to prevent...
next