room_citadel_development
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Citadel Development] ctdldump/ctdlload: fix usage messages
rss
[Citadel Development] ctdlload: use the backend API instead of BDB calls
rss
[Citadel Development] ctdldump/ctdlload: -h now works identical to citserver
rss
[Citadel Development] ctdldump: use the backend API instead of BDB calls
rss
[Citadel Development] Makefile: BACKEND_LDFLAGS "created" by configure
rss
[Citadel Development] Drop support for upgrading sites older than v811 (8.11)
rss
[Citadel Development] Makefile: move -ldb from hardcoded to a new BACKEND_LDFLAGS
rss
[Citadel Development] Makefile: restructured so that backends can be compiled into utilities
rss
[Citadel Development] Remove CTDLUID definition, point to ctdluid symbol instead.
rss
[Citadel Development] cdb_next_item() now returns both key and value
rss
[Citadel Development] Re: cdb_next_item() now returns both key and value
IGnatius T Foobar
[Citadel Development] Removed call to db_env->set_cachesize()
rss
[Citadel Development] Calls to cdb_fetch()/cdb_next_item() now check ptr for NULL or non-NULL
rss
[Citadel Development] cdb_fetch() and cdb_next_item() now return a struct cdbdata instead of a poin...
rss
[Citadel Development] cdb_free() is no longer needed; removed from backend API
rss
[Citadel Development] bdb_decompress_if_necessary() now operates on DBT instead of cdbdata
rss
[Citadel Development] Keep track of whether cdb->ptr must be freed by cdb_free()
rss
[Citadel Development] Remove diagnostic section
rss
[Citadel Development] Apply patch sent by UFarx to support CPPFLAGS
rss
[Citadel Development] cdb_fetch()/cdb_next_item() return immutable data
rss
[Citadel Development] serv_imap.c: moved to new CtdlFetchMsgList() API.
rss
[Citadel Development] serv_imap: removed all the CCC and CCCIMAP shorthand
rss
[Citadel Development] msgbase.c all migrated to new api now
rss
[Citadel Development] The previous commit was actually for CtdlDeleteMessages()
rss
[Citadel Development] CtdlFetchMsgList() - treat no-record and zero-messages identically
rss
[Citadel Development] serv_nntp.c: move to new API
rss
[Citadel Development] CtdlSaveMsgPointersInRoom() is now lmdb-safe
rss
[Citadel Development] InitialMailCheck() uses new API
rss
[Citadel Development] msgbase.c: change to new API
rss
[Citadel Development] msgbase.c: upgrade CtdlSetSeen() to the new CtdlGetMsgList() API
rss
[Citadel Development] serv_expire: move to new msglists call
rss
[Citadel Development] serv_fulltext.c: copy the data returned by cdb_fetch() instead of taking owne...
rss
[Citadel Development] DRY fetch of msglists.
rss
[Citadel Development] More renaming of symbols that are local to the berkeley_db module.
rss
[Citadel Development] Moved cdb_chmod_data() out of the backend API
rss
[Citadel Development] Renamed some more functions and variables that are specific to the bdb_ module.
rss
[Citadel Development] ctdldump/ctdlload: more testing
rss
[Citadel Development] Release version 987 generated by do-release.sh
rss
[Citadel Development] More reliable search for guesstimezone.sh
rss
[Citadel Development] ctdldump/ctdlload: -h now specifies the top-level Citadel directory, just lik...
rss
[Citadel Development] Release version 988 generated by do-release.sh
rss
[Citadel Development] Merge branch 'ConstStr_Access_Checks' into 'master'
rss
[Citadel Development] Enumerate attachments in JSON message output
rss
[Citadel Development] verify that 'begin' and 'end' lines were found
rss
[Citadel Development] point out sessions that are timed out but non-idle
rss
[Citadel Development] serv_nntp.c: change everything to C99 comment style
rss
[Citadel Development] Renamed database.c to database_bdb.c
rss
[Citadel Development] database.h: assert that it is an internal API that should remain consistent...
rss
[Citadel Development] Removed checkpoint_thread() prototype from database.h , this is not a real fu...
rss
[Citadel Development] Also remove cdb_allocate_tsd(), cdb_free_tsd(), cdb_cull_logs()
rss
[Citadel Development] usetable.c: moved CheckIfAlreadySeen() out of database.c
rss
[Citadel Development] open_databases() and close_databases() are now cdb_open_databases() and cdb_c...
rss
[Citadel Development] made the prototypes prettier
rss
[Citadel Development] Begin turning cdb_ functions into pointers assigned to bdb_ functions
rss
[Citadel Development] Tried it with a function that requires a parameter
rss
[Citadel Development] saving my work before I do the rest of the functions en masse
rss
[Citadel Development] Mostly finished the abstractions, now just need to silence some compiler warn...
rss
[Citadel Development] Silenced a compiler warning by bringing in the correct include files.
rss
[Citadel Development] cdb_init_backends() just calls bdb_init_backend() for now
rss
[Citadel Development] server/database_bdb.c is now server/backends/berkeley_db/berkeley_db.c
rss
[Citadel Development] Building better abstractions for the backend interface
rss
[Citadel Development] Moved cdb_ prototypes from berkeley_db.c to database.c where they belong
rss
[Citadel Development] document private/public functions in berkeley_db.c
rss
[Citadel Development] berkeley_db.c: remove includes that are no longer needed
rss
[Citadel Development] imap_acl.c: update to C99 style comments
rss
[Citadel Development] Prepared for upcoming change to cdb_next_item() API.
rss
[Citadel Development] Changed the API for cdb_rewind() / cdb_next_item() to make the caller hold th...
rss
[Citadel Development] Revert "Changed the API for cdb_rewind() / cdb_next_item() to make the caller...
rss
[Citadel Development] Revert "Prepared for upcoming change to cdb_next_item() API."
rss
[Citadel Development] This works much better. TSD maintained in-module instead of globally.
rss
[Citadel Development] ctdlload: finished remaining record types; need to test
rss
[Citadel Development] began work on enumerating attachments in the mail view
rss
[Citadel Development] Marked code that will require some rework for LMDB.
rss
[Citadel Development] ctdl_module_init_database() is now ctdl_module_init_database_bdb()
rss
[Citadel Development] berkeley_db.c: prefixed all module-local functions with bdb_ to avoid namespa...
rss
[Citadel Development] comments cleanup
rss
[Citadel Development] Re: Build System
UFarx
[Citadel Development] Re: Build System
Nurb432
[Citadel Development] Re: Build System
IGnatius T Foobar
[Citadel Development] Re: Build System
UFarx
[Citadel Development] Re: Build System
IGnatius T Foobar
[Citadel Development] Database Recovery Tools
HarlowSolutions
[Citadel Development] Re: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] Re: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] y creashRe: Database Recovery Tools
HarlowSolutions
[Citadel Development] Re: y creashRe: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] Re: y creashRe: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] Re: y creashRe: Database Recovery Tools
Nurb432
[Citadel Development] Re: y creashRe: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] Re: y creashRe: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] Re: y creashRe: Database Recovery Tools
Nurb432
[Citadel Development] Re: y creashRe: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] Re: y creashRe: Database Recovery Tools
Nurb432
[Citadel Development] Re: y creashRe: Database Recovery Tools
IGnatius T Foobar
[Citadel Development] Merge Request Approval: IMAP memory issues with use of ConstStr
HarlowSolutions
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
IGnatius T Foobar
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
HarlowSolutions
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
IGnatius T Foobar
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
HarlowSolutions
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
IGnatius T Foobar
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
HarlowSolutions
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
IGnatius T Foobar
[Citadel Development] Re: Merge Request Approval: IMAP memory issues with use of ConstStr
HarlowSolutions
[Citadel Development] Approval Request: Memory_Leak_SmtpClient
HarlowSolutions
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
IGnatius T Foobar
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
HarlowSolutions
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
HarlowSolutions
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
IGnatius T Foobar
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
IGnatius T Foobar
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
IGnatius T Foobar
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
HarlowSolutions
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
HarlowSolutions
[Citadel Development] Re: Approval Request: Memory_Leak_SmtpClient
IGnatius T Foobar
[Citadel Development] Master: citserver coredump on Shutdown
HarlowSolutions
[Citadel Development] Re: Master: citserver coredump on Shutdown
IGnatius T Foobar
[Citadel Development] Re: Master: citserver coredump on Shutdown
HarlowSolutions
[Citadel Development] Re: Master: citserver coredump on Shutdown
IGnatius T Foobar
[Citadel Development] Re: Master: citserver coredump on Shutdown
IGnatius T Foobar
[Citadel Development] Re: Master: citserver coredump on Shutdown
LadySerenaKitty
[Citadel Development] Re: Master: citserver coredump on Shutdown
IGnatius T Foobar
[Citadel Development] Re: Master: citserver coredump on Shutdown
IGnatius T Foobar
[Citadel Development] Re: Master: citserver coredump on Shutdown
HarlowSolutions
[Citadel Development] Re: Master: citserver coredump on Shutdown
IGnatius T Foobar
[Citadel Development] IMAP Flags branch?
IGnatius T Foobar
[Citadel Development] Re: IMAP Flags branch?
HarlowSolutions
[Citadel Development] Re: IMAP Flags branch?
IGnatius T Foobar
[Citadel Development] Re: Master: citserver coredump on Shutdown
IGnatius T Foobar
[Citadel Development] Re: Master: citserver coredump on Shutdown
Nurb432
[Citadel Development] Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
HarlowSolutions
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
IGnatius T Foobar
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
HarlowSolutions
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
IGnatius T Foobar
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
HarlowSolutions
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
IGnatius T Foobar
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
HarlowSolutions
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
HarlowSolutions
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
IGnatius T Foobar
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
IGnatius T Foobar
[Citadel Development] Re: Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags
HarlowSolutions
[Citadel Development] Merge Request: Webcit_Coredump_StrBufQuotedPrintableEncode
HarlowSolutions
[Citadel Development] Re: Merge Request: Webcit_Coredump_StrBufQuotedPrintableEncode
IGnatius T Foobar
[Citadel Development] Re: Merge Request: Webcit_Coredump_StrBufQuotedPrintableEncode
IGnatius T Foobar
[Citadel Development] Long term plans for phase-out of Berkeley DB?
IGnatius T Foobar
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
LoanShark
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
IGnatius T Foobar
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
LoanShark
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
IGnatius T Foobar
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
HarlowSolutions
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
IGnatius T Foobar
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
HarlowSolutions
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
IGnatius T Foobar
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
LoanShark
[Citadel Development] Re: Long term plans for phase-out of Berkeley DB?
IGnatius T Foobar
[Citadel Development] Citadel git repository has moved!
IGnatius T Foobar
[Citadel Development] Issues with Citadel
awrdgrs
[Citadel Development] Re: Issues with Citadel
IGnatius T Foobar
[Citadel Development] Design Question: Implementing Extended Flag Support
HarlowSolutions
[Citadel Development] Re: Design Question: Implementing Extended Flag Support
IGnatius T Foobar
[Citadel Development] Patch for Review: Bugfixes to message flag handling
HarlowSolutions
[Citadel Development] Re: Patch for Review: Bugfixes to message flag handling
IGnatius T Foobar
[Citadel Development] Patch for Review: Citadel cprintf() Error Handling
HarlowSolutions
[Citadel Development] EasyInstall: Citadel Service Startup Issue
HarlowSolutions
[Citadel Development] Re: EasyInstall: Citadel Service Startup Issue
IGnatius T Foobar
[Citadel Development] Patch for Review: Fix LibCitadel Strip Functions
HarlowSolutions
[Citadel Development] Re: Patch for Review: Fix LibCitadel Strip Functions
IGnatius T Foobar
[Citadel Development] Re: Patch for Review: Fix LibCitadel Strip Functions
HarlowSolutions
[Citadel Development] Build Broken
HarlowSolutions
[Citadel Development] [SCM] Configuration for building a Citadel container in Docker branch master updated. 2ec65c68857a6e14690994e6ecedb59e8ea345d0
noreply
[Citadel Development] New Developer Questions
HarlowSolutions
[Citadel Development] Re: New Developer Questions
IGnatius T Foobar
[Citadel Development] Re: New Developer Questions
HarlowSolutions
[Citadel Development] Re: New Developer Questions
IGnatius T Foobar
[Citadel Development] Re: New Developer Questions
HarlowSolutions
[Citadel Development] Re: New Developer Questions
IGnatius T Foobar
[Citadel Development] Re: New Developer Questions
HarlowSolutions
[Citadel Development] Re: New Developer Questions
IGnatius T Foobar
[Citadel Development] Re: New Developer Questions
HarlowSolutions
[Citadel Development] Re: New Developer Questions
IGnatius T Foobar
[Citadel Development] Re: New Developer Questions
HarlowSolutions
[Citadel Development] Re: New Developer Questions
IGnatius T Foobar
[Citadel Development] Re: New Developer Questions
HarlowSolutions
[Citadel Development] Re: New Developer Questions
IGnatius T Foobar
[Citadel Development] [SCM] Configuration for building a Citadel container in Docker branch master updated. 1d37e065c93c0dc38f03f2f50a08fd65036307ba
noreply
[Citadel Development] [SCM] Configuration for building a Citadel container in Docker branch master updated. fe0492aeb42727ec6c9bc17772a3899180fb4892
noreply
[Citadel Development] [SCM] Configuration for building a Citadel container in Docker branch master updated. 82d173f1930bf03d055b83d0a9079ff667590022
noreply
[Citadel Development] [SCM] Configuration for building a Citadel container in Docker branch master updated. 814ac927d1654786a62775055680ebef4c2f55b1
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
[Citadel Development] Daily commit digest for Citadel
noreply
Earlier messages
Later messages