log

age author description
Sun, 30 Sep 2007 16:27:12 +0300 Timo Sirainen Use better error messages for setgroups() failures. HEAD
Sun, 30 Sep 2007 16:13:50 +0300 Timo Sirainen If -f parameter is given, use it for deliver_get_return_address() instead of HEAD
Sun, 30 Sep 2007 15:52:26 +0300 Timo Sirainen Avoid "first_recent_uid 0 -> 1" errors when upgrading from v1.0 index files. HEAD
Sun, 30 Sep 2007 15:33:23 +0300 Timo Sirainen Using uninitialized variable sometimes caused crash by trying to use too HEAD
Sun, 30 Sep 2007 15:01:24 +0300 Timo Sirainen Use the predefined $(docdir) instead of creating our own. HEAD
Sun, 30 Sep 2007 14:44:10 +0300 Timo Sirainen hook_mail_namespaces_created was called with empty namespace list if HEAD
Wed, 26 Sep 2007 00:45:32 +0300 Timo Sirainen Compiler warning fix HEAD
Tue, 25 Sep 2007 21:57:32 +0300 Timo Sirainen Don't forward declare enums. It doesn't seem to work with all compilers. HEAD
Tue, 25 Sep 2007 19:34:02 +0300 Timo Sirainen Make sure we don't define BUILTIN_GSSAPI unless HAVE_GSSAPI is also defined. HEAD
Tue, 25 Sep 2007 18:01:20 +0300 Timo Sirainen Add lucene-wrapper.h to distribution. HEAD
Tue, 25 Sep 2007 17:51:47 +0300 Timo Sirainen Crashfix in some conditions HEAD
Tue, 25 Sep 2007 17:50:26 +0300 Timo Sirainen Don't list all changes here, just point to the upgrading doc. HEAD
Tue, 25 Sep 2007 17:41:11 +0300 Timo Sirainen Use mail_uid/gid settings if userdb didn't return uid/gid. HEAD
Tue, 25 Sep 2007 12:56:10 +0300 Timo Sirainen Compiler warning fixes HEAD
Tue, 25 Sep 2007 12:44:11 +0300 Timo Sirainen Don't return void values from void functions. HEAD
Mon, 24 Sep 2007 20:27:16 +0300 Timo Sirainen Use N_ELEMENTS() macro instead of doing sizeof()/sizeof([0]) ourself. HEAD
Mon, 24 Sep 2007 20:17:59 +0300 Timo Sirainen From-line checking wrote to bad memory location in stack. HEAD
Mon, 24 Sep 2007 11:15:47 +0300 Timo Sirainen Don't crash with empty messagesets. HEAD
Mon, 24 Sep 2007 10:43:59 +0300 Timo Sirainen Compiling fix for non-gcc. HEAD
Sun, 23 Sep 2007 16:14:09 +0300 Timo Sirainen Added tag 1.1.beta1 for changeset 1d45cf642d86 HEAD
Sun, 23 Sep 2007 16:13:58 +0300 Timo Sirainen Released v1.1.beta1. HEAD 1.1.beta1
Sun, 23 Sep 2007 16:09:12 +0300 Timo Sirainen rquota_xdr.h -> rquota.h HEAD
Sun, 23 Sep 2007 14:26:58 +0300 Timo Sirainen Small code optimization. HEAD
Sun, 23 Sep 2007 14:21:53 +0300 Timo Sirainen Merge also unnecessary sub-ORs. HEAD
Sun, 23 Sep 2007 14:16:10 +0300 Timo Sirainen Simplify search tree by canonicalizing message sets, converting NOT away HEAD
Sun, 23 Sep 2007 00:23:31 +0300 Timo Sirainen There's no Cyrus code anymore. Show BSD license in COPYING. HEAD
Sun, 23 Sep 2007 00:18:47 +0300 Timo Sirainen Rewrote utc_mktime() so it's now MIT licensed. This also fixes handling HEAD
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
Sat, 22 Sep 2007 13:44:37 +0300 Timo Sirainen Don't sync mailbox immediately when committing transactions. When it's done HEAD
Sat, 22 Sep 2007 13:42:25 +0300 Timo Sirainen Compiler warning fix when including directly. HEAD
Sat, 22 Sep 2007 13:41:55 +0300 Timo Sirainen Added mail_index_sync_have_any(). HEAD
Sat, 22 Sep 2007 12:53:03 +0300 Timo Sirainen If we couldn't lock dovecot-uidlist, drop our appends so they don't get HEAD
Sat, 22 Sep 2007 12:51:54 +0300 Timo Sirainen mail_index_expunge() can now expunge the last appended message. HEAD
Sat, 22 Sep 2007 12:31:52 +0300 Timo Sirainen When sorting appends, sort also keyword resets. HEAD
Sat, 22 Sep 2007 12:28:03 +0300 Timo Sirainen Added tag 1.1.alpha6 for changeset 5ac9c11807e7 HEAD
Sat, 22 Sep 2007 11:58:51 +0300 Timo Sirainen Don't assert-crash if looking up a non-parsed header after headers were HEAD
Sat, 22 Sep 2007 11:50:51 +0300 Timo Sirainen Disable mailbox list indexing always (so it's disabled in deliver). HEAD
Sat, 22 Sep 2007 11:42:58 +0300 Timo Sirainen Code cleanups and some minor fixes. HEAD
Sat, 22 Sep 2007 11:11:58 +0300 Timo Sirainen Crashfix HEAD
Sat, 22 Sep 2007 11:07:23 +0300 Timo Sirainen Don't assert-crash if COPYing didn't copy any messages. HEAD
Thu, 20 Sep 2007 17:05:19 +0300 Timo Sirainen If data stack growing fails because of out-of-memory, something's probably HEAD
Tue, 18 Sep 2007 18:14:29 +0300 Timo Sirainen Yet another try at getting rquota code compiling properly with BSD make. HEAD
Mon, 17 Sep 2007 15:57:11 +0300 Timo Sirainen rquota_xdr.h -> rquota.h HEAD
Mon, 17 Sep 2007 11:29:08 +0300 Timo Sirainen Generate also rquota_xdr.h. HEAD
Mon, 17 Sep 2007 11:15:50 +0300 Timo Sirainen Transfer also userdb information from blocking passdb workers, so prefetch HEAD
Mon, 17 Sep 2007 10:41:00 +0300 Timo Sirainen Try an alternative way to specify rquota_xdr.c dependency. HEAD
Mon, 17 Sep 2007 10:35:24 +0300 Timo Sirainen Moved mail_location data parsing to a common function. It supports now also HEAD
Mon, 17 Sep 2007 09:51:53 +0300 Timo Sirainen Include sys/resource.h HEAD
Sun, 16 Sep 2007 14:49:04 +0300 Timo Sirainen Updated. HEAD 1.1.alpha6
Sun, 16 Sep 2007 14:38:53 +0300 Timo Sirainen Added "compile" binary that autotools seem to create nowadays HEAD
Sun, 16 Sep 2007 14:36:14 +0300 Timo Sirainen Copyright cleanup: 2007-2007 -> 2007 HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 13:51:51 +0300 Timo Sirainen Don't crash if duplicate database contains broken entries. HEAD
Sun, 16 Sep 2007 13:42:08 +0300 Timo Sirainen Removed str_path() and str_ppath(). Dynamic strings are better. HEAD
Sun, 16 Sep 2007 13:41:32 +0300 Timo Sirainen Use dynamically growing string for paths. HEAD
Sun, 16 Sep 2007 13:38:34 +0300 Timo Sirainen Renamed strarray_length/remote() to str_array_length/remove() HEAD
Sun, 16 Sep 2007 13:32:59 +0300 Timo Sirainen Added i_ prefix to strcmp_p(), strcasecmp_p() and memcasecmp(). HEAD
Sun, 16 Sep 2007 13:30:31 +0300 Timo Sirainen Renamed strocpy() to i_strocpy(). HEAD
Sun, 16 Sep 2007 13:26:07 +0300 Timo Sirainen Removed is_empty_str() macro. Nothing used it, and it's not very useful HEAD
Sun, 16 Sep 2007 13:25:23 +0300 Timo Sirainen Removed _ prefixes from function names. HEAD
Sun, 16 Sep 2007 12:51:41 +0300 Timo Sirainen If iostream.close/destroy isn't set by the stream implementation, use a HEAD
Sun, 16 Sep 2007 12:43:21 +0300 Timo Sirainen Removed _ prefix from all public APIs. HEAD
Sun, 16 Sep 2007 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 12:31:27 +0300 Timo Sirainen Renamed _array_*() to array_*_i() HEAD
Sun, 16 Sep 2007 12:22:27 +0300 Timo Sirainen Renamed struct _[io]stream to struct [io]stream_private. Also removed _ HEAD
Sun, 16 Sep 2007 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Sun, 16 Sep 2007 12:08:07 +0300 Timo Sirainen __attr_unused__ -> ATTR_UNUSED HEAD
Sun, 16 Sep 2007 11:45:24 +0300 Timo Sirainen Get rid of __ prefixes. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 16 Sep 2007 11:07:42 +0300 Timo Sirainen Changed *_deinit() APIs to take ** pointer and set it to NULL. HEAD
Sun, 16 Sep 2007 11:02:48 +0300 Timo Sirainen Added maildir_keywords_init_readonly() which can be used to read the HEAD
Sun, 16 Sep 2007 10:56:32 +0300 Timo Sirainen Don't bother complaining about indexid changes. The real reason for the HEAD
Sat, 15 Sep 2007 19:46:10 +0300 Timo Sirainen Crashfix if both imap and pop3 protocols weren't enabled. HEAD
Sat, 15 Sep 2007 17:39:21 +0300 Timo Sirainen Updated mailbox_idle_check_interval comments. HEAD
Sat, 15 Sep 2007 17:04:31 +0300 Timo Sirainen Added tag 1.1.alpha5 for changeset 77e556a67719 HEAD
Sat, 15 Sep 2007 17:04:26 +0300 Timo Sirainen Released v1.1.alpha5. HEAD 1.1.alpha5
Sat, 15 Sep 2007 17:03:22 +0300 Timo Sirainen Updated HEAD
Sat, 15 Sep 2007 17:01:40 +0300 Timo Sirainen Dropped default max_mail_processes to 512. HEAD
Sat, 15 Sep 2007 17:01:10 +0300 Timo Sirainen Use the default fd limit for mail processes. HEAD
Sat, 15 Sep 2007 17:00:00 +0300 Timo Sirainen Error message fix. HEAD
Sat, 15 Sep 2007 16:59:08 +0300 Timo Sirainen Calculate how many log fds login+mail processes can use. If it's lower than HEAD
Sat, 15 Sep 2007 16:58:36 +0300 Timo Sirainen Don't grow fd limit ourself. HEAD
Sat, 15 Sep 2007 16:58:18 +0300 Timo Sirainen Calculate needed fd count better. Make sure we have one unused fd available HEAD
Sat, 15 Sep 2007 16:57:11 +0300 Timo Sirainen Removed restrict_raise_fd_limit(). HEAD
Sat, 15 Sep 2007 15:58:27 +0300 Timo Sirainen Added username_format parameter for passwd-file passdb and userdb. HEAD
Sat, 15 Sep 2007 15:54:43 +0300 Timo Sirainen set save_ctx.transaction=NULL so we don't accidentally try to use it. HEAD
Sat, 15 Sep 2007 15:54:11 +0300 Timo Sirainen Don't access freed memory. Caused crashes sometimes. HEAD
Sat, 15 Sep 2007 15:29:16 +0300 Timo Sirainen If connection closed because of EPIPE, log it as "Connection closed" instead HEAD
Sat, 15 Sep 2007 15:18:45 +0300 Timo Sirainen Fix ESTALE handling when reading main index. HEAD