log

age author description
Thu, 08 Oct 2009 13:02:25 -0400 Timo Sirainen Use array_foreach*() in some useful places. HEAD
Thu, 08 Oct 2009 11:52:47 -0400 Timo Sirainen smtp client: Failure wasn't sent properly for more than one recipient. HEAD
Thu, 08 Oct 2009 11:21:10 -0400 Timo Sirainen lib-index: With >1 expunge handlers deinit was called with wrong sync_context. HEAD
Thu, 08 Oct 2009 11:14:46 -0400 Timo Sirainen Expunging messages caused in-memory modseqs to be wrong. HEAD
Thu, 08 Oct 2009 02:54:45 -0400 Timo Sirainen Added array_foreach() and array_foreach_modifiable(). HEAD
Thu, 08 Oct 2009 01:37:57 -0400 Timo Sirainen ssl-params: Don't put SSL_LIBS to dependencies. HEAD
Wed, 07 Oct 2009 20:43:39 -0400 Timo Sirainen Removed accidentally committed ssl-params binary. HEAD
Wed, 07 Oct 2009 20:43:28 -0400 Timo Sirainen ssl-params: Track client connection count correctly. HEAD
Wed, 07 Oct 2009 20:35:37 -0400 Timo Sirainen master: Fixes to handling anvil service. HEAD
Wed, 07 Oct 2009 20:31:17 -0400 Timo Sirainen settings parser: copying boolean values also copied some unintended memory. HEAD
Wed, 07 Oct 2009 23:28:33 +0000 Pascal Volk ssl-params: dropped ssl-params binary / added to .hgignore HEAD
Wed, 07 Oct 2009 19:06:05 -0400 Timo Sirainen ssl-params: Several bugfixes. HEAD
Wed, 07 Oct 2009 18:54:14 -0400 Timo Sirainen ssl-params: Name the program correctly. HEAD
Wed, 07 Oct 2009 18:47:55 -0400 Timo Sirainen *-login: Don't set connection fd to non-blocking twice. HEAD
Wed, 07 Oct 2009 17:54:58 -0400 Timo Sirainen *-login: Read SSL parameters using the new ssl-params service. HEAD
Wed, 07 Oct 2009 17:47:01 -0400 Timo Sirainen Added ssl-params binary that login process uses to read SSL parameters. HEAD
Wed, 07 Oct 2009 17:46:14 -0400 Timo Sirainen lib-auth: Changed API to connect to only a single specified auth socket. HEAD
Wed, 07 Oct 2009 17:44:38 -0400 Timo Sirainen master: Removed all SSL related code. It doesn't belong there. HEAD
Wed, 07 Oct 2009 17:44:01 -0400 Timo Sirainen auth: VERSION should have been sent before MECH, not after. HEAD
Wed, 07 Oct 2009 15:45:55 -0400 Timo Sirainen log: Don't use 100% CPU when log connection closes. HEAD
Wed, 07 Oct 2009 16:48:49 +0000 Pascal Volk master: Added --help option HEAD
Wed, 07 Oct 2009 12:28:29 -0400 Timo Sirainen dbox: Getting dbox file for non-first unsaved mail crashed. HEAD
Wed, 07 Oct 2009 12:02:20 -0400 Timo Sirainen master: Updated --help. HEAD
Tue, 06 Oct 2009 19:22:42 -0400 Timo Sirainen Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends. HEAD
Tue, 06 Oct 2009 13:24:01 -0400 Timo Sirainen log: Log input wasn't read correctly. HEAD
Tue, 06 Oct 2009 13:16:11 -0400 Timo Sirainen struct log_service_handshake: Removed unused max_lines_per_sec. HEAD
Tue, 06 Oct 2009 12:57:26 -0400 Timo Sirainen Don't assert-crash after noticing cache file corruption. HEAD
Tue, 06 Oct 2009 10:53:34 -0400 Timo Sirainen Compiling fix for OpenSSL 0.9.7 and older. HEAD
Mon, 05 Oct 2009 19:45:10 -0400 Timo Sirainen Added authtest utility for doing passdb and userdb lookups. HEAD
Mon, 05 Oct 2009 18:31:08 -0400 Timo Sirainen lib-index: Fixed v2.0 forwards compatibility support. Expunges were handled wrong. HEAD
Mon, 05 Oct 2009 18:20:51 -0400 Timo Sirainen imap, pop3: Process permissions weren't properly dropped. HEAD
Mon, 05 Oct 2009 18:06:13 -0400 Timo Sirainen imap, pop3: Root mail access wasn't properly disallowed. HEAD
Mon, 05 Oct 2009 16:55:31 -0400 Timo Sirainen unicodemap.c now gets recreated if unicodemap.pl changes. HEAD
Mon, 05 Oct 2009 16:54:53 -0400 Timo Sirainen If info/debug log can't be opened, log about it to error log. HEAD
Mon, 05 Oct 2009 14:56:51 -0400 Timo Sirainen LSUB "" %: List namespace prefix if namespace has separate subscriptions. HEAD
Mon, 05 Oct 2009 14:17:32 -0400 Timo Sirainen *-login: Log more precise reasons for some auth failures. HEAD
Mon, 05 Oct 2009 10:46:47 -0400 Timo Sirainen auth-master lookup: Give better error message on connect() EACCES errors. HEAD
Thu, 01 Oct 2009 17:55:13 -0400 Timo Sirainen Crashfix. HEAD
Thu, 01 Oct 2009 16:40:32 -0400 Timo Sirainen New UnicodeMap.txt has >16bit multi-decomposition keys, support them. HEAD
Thu, 01 Oct 2009 09:54:52 -0400 Timo Sirainen imap-login: "Disconnected for inactivity" should be sent as BYE. HEAD
Wed, 30 Sep 2009 19:14:01 -0400 Timo Sirainen imap proxy: Don't fail if LOGIN parameters were sent using literals. HEAD
Wed, 30 Sep 2009 17:50:56 -0400 Timo Sirainen Added debug_log_path setting and i_debug() call. HEAD
Wed, 30 Sep 2009 17:25:29 -0400 Timo Sirainen master: Build help and --log-error message to stderr, not stdout. HEAD
Wed, 30 Sep 2009 17:07:12 -0400 Timo Sirainen process_title_set(): Don't include executable name in setproctitle(), it's done internally. HEAD
Wed, 30 Sep 2009 16:00:51 -0400 Timo Sirainen imap: Reduce command pool's initial size. HEAD
Wed, 30 Sep 2009 13:09:18 -0400 Timo Sirainen master: Fix to previous change, don't crash at service deinit. HEAD
Wed, 30 Sep 2009 13:03:07 -0400 Timo Sirainen master: If anvil isn't used, read and discard all anvil input coming from mail processes. HEAD
Wed, 30 Sep 2009 12:44:43 -0400 Timo Sirainen master: Use a hard coded backlog=128 when listen()ing. HEAD
Wed, 30 Sep 2009 12:27:28 -0400 Timo Sirainen imap proxy: Don't log "unexpected input" errors about tagged CAPABILITY replies. HEAD
Wed, 30 Sep 2009 12:18:16 -0400 Timo Sirainen *-login: fd limit wasn't set correctly. HEAD
Wed, 30 Sep 2009 11:08:18 -0400 Timo Sirainen Avoid assert-crashing when two processes try to create index at the same time. HEAD
Wed, 30 Sep 2009 10:45:02 -0400 Timo Sirainen Allow config file line lengths to be unlimited. HEAD
Wed, 30 Sep 2009 10:10:51 -0400 Timo Sirainen deliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces. HEAD
Wed, 30 Sep 2009 08:52:12 -0400 Timo Sirainen fd_debug_verify_leaks() didn't check the last_fd. HEAD
Tue, 29 Sep 2009 13:21:16 -0400 Timo Sirainen Added ATTR_HOT and ATTR_COLD macros. Use them in a couple of places. HEAD
Tue, 29 Sep 2009 10:15:18 -0400 Timo Sirainen ssl: If given ssl key is for a different cert, give a nicer error message. HEAD
Mon, 28 Sep 2009 18:25:56 -0400 Timo Sirainen Assert-crashfix when updating saved search results. HEAD
Mon, 28 Sep 2009 18:25:22 -0400 Timo Sirainen mail_search_args_init(): Added an assert. HEAD
Mon, 28 Sep 2009 16:26:44 -0400 Timo Sirainen configure: Use mysql_config to find where mysql exists. HEAD
Mon, 28 Sep 2009 15:57:48 -0400 Timo Sirainen mail_location: If it ends with ":", ignore it instead of adding ":" character. HEAD