log

age author description
Sat, 22 Sep 2007 23:14:30 +0300 Timo Sirainen Rewrote base64 functions so they're now MIT licensed. HEAD
Sat, 22 Sep 2007 19:40:43 +0300 Timo Sirainen Use dicts directly instead of caching them. Caching doesn't help much here. HEAD
Sat, 22 Sep 2007 19:40:06 +0300 Timo Sirainen Use SQL connection pools. HEAD
Sat, 22 Sep 2007 19:39:42 +0300 Timo Sirainen Added SQL connection pools. HEAD
Sat, 22 Sep 2007 19:39:30 +0300 Timo Sirainen Added sql_db_module_register for module_contexts users. HEAD
Sat, 22 Sep 2007 19:33:40 +0300 Timo Sirainen If dict process dies, master assert-crashed when trying to restart it. HEAD
Sat, 22 Sep 2007 19:19:13 +0300 Timo Sirainen Let deinit() free all the memory itself after all. HEAD
Sat, 22 Sep 2007 19:03:33 +0300 Timo Sirainen Renamed hash_size() -> hash_count(). HEAD
Sat, 22 Sep 2007 19:01:19 +0300 Timo Sirainen Added module_contexts to struct sql_db. HEAD
Sat, 22 Sep 2007 18:33:02 +0300 Timo Sirainen Don't cache dict to different users. HEAD
Sat, 22 Sep 2007 18:23:52 +0300 Timo Sirainen If proxy points to the same host/port/user combination as we currently have, HEAD
Sat, 22 Sep 2007 18:01:37 +0300 Timo Sirainen If the first line begins with "From ", ignore it. HEAD
Sat, 22 Sep 2007 17:54:58 +0300 Timo Sirainen Minor code cleanup HEAD
Sat, 22 Sep 2007 17:52:27 +0300 Timo Sirainen Dropped interval between mailbox change notifies from HEAD
Sat, 22 Sep 2007 17:36:38 +0300 Timo Sirainen If rename() fails, log an error. HEAD
Sat, 22 Sep 2007 17:33:58 +0300 Timo Sirainen Crashfix to last change HEAD
Sat, 22 Sep 2007 17:05:25 +0300 Timo Sirainen Don't assert-crash if trying to create mailbox prefix. HEAD
Sat, 22 Sep 2007 16:50:42 +0300 Timo Sirainen If we're connecting to client socket instead of a master socket, log an HEAD
Sat, 22 Sep 2007 16:24:09 +0300 Timo Sirainen Synchronize mailbox after it has been opened. HEAD
Sat, 22 Sep 2007 16:21:20 +0300 Timo Sirainen Use mailbox_sync() instead of our own implementation. HEAD
Sat, 22 Sep 2007 16:21:09 +0300 Timo Sirainen Added mailbox_sync() to easily synchronize a mailbox. HEAD
Sat, 22 Sep 2007 16:15:12 +0300 Timo Sirainen Compiler warning fix HEAD
Sat, 22 Sep 2007 15:49:28 +0300 Timo Sirainen Mark lazy expunge's namespaces as internal so quota doesn't count them. HEAD
Sat, 22 Sep 2007 15:49:02 +0300 Timo Sirainen Mark deliver's dummy mbox namespace as internal and don't include it in HEAD
Sat, 22 Sep 2007 15:14:20 +0300 Timo Sirainen Keep transaction logs referenced while we know we need them. This fixes HEAD
Sat, 22 Sep 2007 14:28:01 +0300 Timo Sirainen Searching NOT sequence set with multiple search ranges containing either HEAD
Sat, 22 Sep 2007 14:13:42 +0300 Timo Sirainen If we expunged saved mails, rollback also cache transaction. HEAD
Sat, 22 Sep 2007 14:13:07 +0300 Timo Sirainen mail_cache_transaction_commit()/rollback() API is now public and takes a ** HEAD
Sat, 22 Sep 2007 13:55:36 +0300 Timo Sirainen Make sure we do a mailbox sync after flag updates (STORE, FETCH). Also added HEAD
Sat, 22 Sep 2007 13:45:14 +0300 Timo Sirainen Don't sync mailbox when committing transaction. It's not needed. HEAD