log

age author description
Thu, 15 Jan 2015 01:05:13 +0200 Timo Sirainen lib-charset: Added charset_utf8_to_utf8_begin() wrapper function.
Thu, 15 Jan 2015 01:03:58 +0200 Timo Sirainen lib: Fixed NUL-handling in uni_utf8_*strlen*()
Thu, 15 Jan 2015 00:10:56 +0200 Timo Sirainen lib-storage: Added "oldestonly" search arg to stop searching after the first non-match.
Sat, 10 Jan 2015 04:32:42 +0200 Timo Sirainen lib-mail: message-decoder no longer skips lib-charset for UTF8 -> UTF8 translations.
Sat, 10 Jan 2015 04:30:40 +0200 Timo Sirainen lib: Added uni_utf8_partial_strlen_n()
Sat, 10 Jan 2015 04:25:21 +0200 Timo Sirainen lib-charset: UTF-8 -> UTF-8 translation was never returning CHARSET_RET_INCOMPLETE_INPUT
Thu, 08 Jan 2015 23:07:54 +0200 Timo Sirainen lib-imap-client: Compiler warning fixes
Thu, 08 Jan 2015 22:52:11 +0200 Timo Sirainen imapc: Added imapc_sasl_mechanisms setting
Thu, 08 Jan 2015 22:32:20 +0200 Timo Sirainen lib-imap-client: Use lib-sasl to perform the AUTHENTICATE command handling.
Wed, 07 Jan 2015 00:37:50 +0200 Timo Sirainen lib: Defined array type for guid_128_t
Tue, 06 Jan 2015 03:15:11 +0200 Timo Sirainen lib: Remove OpenBSD workaround in i_getpw*()
Mon, 05 Jan 2015 15:48:55 +0200 Teemu Huovila fts: Correct returned value to match type signature.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 05 Jan 2015 22:16:59 +0200 Phil Carmody lib: guid - centralise a 'reset to the empty value' helper function
Mon, 05 Jan 2015 22:15:31 +0200 Phil Carmody lib: guid - declare some functions as pure
Mon, 05 Jan 2015 22:15:07 +0200 Phil Carmody lib: array - explain implications of ARRAY_TYPE() in comment
Mon, 05 Jan 2015 22:13:59 +0200 Phil Carmody lib: test-array - test new lsearch helper
Mon, 05 Jan 2015 22:12:48 +0200 Phil Carmody lib: array - new linear search helper
Fri, 26 Dec 2014 17:28:30 +0200 Timo Sirainen configure: Don't break when using --without-shared-libs and CC with '/' chars.
Wed, 17 Dec 2014 14:43:30 +0100 Timo Sirainen auth: Don't crash if master user login is attempted without master=yes passdbs
Wed, 17 Dec 2014 13:39:57 +0100 Timo Sirainen lib: Small optimization / unnecessary code removal from array_*() functions.
Fri, 05 Dec 2014 05:50:19 +0200 Timo Sirainen lib-storage: Mail prefetching was still not working right.
Fri, 05 Dec 2014 04:39:11 +0200 Timo Sirainen doveadm: Avoid calling init() in doveadm binary if the command is sent to doveadm-server.
Fri, 05 Dec 2014 03:53:02 +0200 Timo Sirainen doveadm: Support changing proxy destination username with "user" and "destuser" passdb field.
Fri, 05 Dec 2014 03:38:08 +0200 Timo Sirainen auth: Don't allow changing username to an empty string.
Fri, 05 Dec 2014 03:11:14 +0200 Timo Sirainen fts: Install some of the header files that other external plugins might want to use.
Fri, 05 Dec 2014 03:10:32 +0200 Timo Sirainen fts: Compiler warning fix when using fts-indexer.h directly
Tue, 02 Dec 2014 00:29:13 -0800 Timo Sirainen dict-redis: Use timeout_msecs parameter also for transaction commit waits.
Tue, 02 Dec 2014 00:26:24 -0800 Timo Sirainen dict-redis: Use EXPIRE also after INCRBY commands.
Mon, 01 Dec 2014 22:43:33 +0200 Phil Carmody lib: test-array - really really really stop gcc optimising away fatal tests
Mon, 01 Dec 2014 12:11:54 -0800 Timo Sirainen quota: Added "hidden" option to hide the quota root from IMAP GETQUOTAROOT command.
Fri, 28 Nov 2014 10:57:43 +0200 Phil Carmody lib: array - array_foreach_idx is just a generic ptr_to_idx helper
Fri, 28 Nov 2014 10:57:43 +0200 Phil Carmody lib: test-array - remove possibility to optimise out tests
Fri, 28 Nov 2014 10:57:43 +0200 Phil Carmody lib-test: more delicate *assert() behaviour when doing fatal tests
Tue, 25 Nov 2014 03:48:42 +0200 Phil Carmody lib: array - additional compile-time checks to array_append
Tue, 25 Nov 2014 03:45:35 +0200 Phil Carmody lib: test-array - fix off-by-one in test_reverse
Tue, 25 Nov 2014 03:44:55 +0200 Phil Carmody lib: test-array - fatal tests
Tue, 25 Nov 2014 03:44:31 +0200 Phil Carmody lib: test-array - new equality testers
Tue, 25 Nov 2014 03:43:02 +0200 Phil Carmody lib: array - element-wise comparison via callback
Tue, 25 Nov 2014 03:43:02 +0200 Phil Carmody lib: test-array - test array_cmp()
Tue, 25 Nov 2014 03:31:34 +0200 Phil Carmody lib: guid - turn uint8_t * parameters into guid_128_t
Tue, 25 Nov 2014 03:12:25 +0200 Timo Sirainen dict-redis: Small error handling fix to previous change.
Tue, 25 Nov 2014 03:10:41 +0200 Timo Sirainen dict-redis: Added support for expire_secs=n parameter.
Tue, 25 Nov 2014 02:56:37 +0200 Timo Sirainen lib-storage: Don't fetch wanted_fields for messages that don't match the search query.
Fri, 21 Nov 2014 18:17:00 +0900 Timo Sirainen lmtp: Added TLS security information to Received: header when STARTTLS was used.
Thu, 20 Nov 2014 22:03:25 +0900 Timo Sirainen stats: Removed extra TAB from global stats exporting.
Thu, 20 Nov 2014 15:15:20 +0900 Timo Sirainen lib-index: If transaction log is unexpectedly recreated while it was locked, log a nice error.
Thu, 20 Nov 2014 05:40:55 +0900 Timo Sirainen auth: Increase timeout for multi-line auth-worker replies to 30 minutes.
Wed, 19 Nov 2014 17:37:57 +0900 Timo Sirainen mbox: Added more (and earlier) detection for errors in mbox istreams.
Wed, 19 Nov 2014 17:37:18 +0900 Timo Sirainen mbox: istream_raw_mbox_seek() needs to reset all corruption errors.
Sat, 15 Nov 2014 03:26:16 +0200 Timo Sirainen lib-fs: Added FS_PROPERTY_ASYNC.
Sat, 15 Nov 2014 02:39:04 +0200 Stephan Bosch Added support for base32 encode/decode.
Sat, 15 Nov 2014 02:37:45 +0200 Stephan Bosch Implemented dot output stream. This outputs data in the dot-escaped format needed for the SMTP data command.
Sat, 15 Nov 2014 02:37:03 +0200 Stephan Bosch lib-http: client: Removed connection code that is already in src/lib/connection.c.
Sat, 15 Nov 2014 02:36:22 +0200 Stephan Bosch lib: connection: Now uses io_add_istream() instead of io_add().
Sat, 15 Nov 2014 02:27:27 +0200 Stephan Bosch lib-imap-storage: Created new METADATA API.
Sat, 15 Nov 2014 02:22:56 +0200 Timo Sirainen lib-fs: Added fs_lookup_metadata() wrapper to fs_get_metadata()
Sat, 15 Nov 2014 00:30:06 +0200 Timo Sirainen lib-master: Don't even attempt to initialize SSL context if ssl=no
Sat, 15 Nov 2014 00:27:27 +0200 Timo Sirainen lib-ssl-iostream: Close the plain iostreams when ssl-iostream is destroyed.
Sat, 15 Nov 2014 00:14:20 +0200 Phil Carmody lib: array/hash - enable typof checks for more compilers
Sat, 15 Nov 2014 00:06:09 +0200 Phil Carmody lib: array/hash - protect macro parameters
Fri, 14 Nov 2014 00:59:57 -0800 Timo Sirainen imap: namespace { order } parameter now specifies the order returned in NAMESPACE reply.
Fri, 14 Nov 2014 02:29:27 +0200 Timo Sirainen imap: Added client_disconnect_if_inconsistent() to remove code duplication.
Thu, 13 Nov 2014 22:55:59 -0800 Timo Sirainen doveadm: If passdb lookup returns port, use it to override the doveadm_port setting.
Fri, 14 Nov 2014 02:00:12 +0200 Timo Sirainen lib-fs: fs-metawrap now supports adding more metadata fields while file is being saved.
Fri, 14 Nov 2014 01:19:37 +0200 Timo Sirainen lib: Added iostream_temp_create_named()
Thu, 13 Nov 2014 11:29:41 +0200 Timo Sirainen lib-index: Make sure dovecot.index.cache parsing doesn't go to infinite loop.
Thu, 13 Nov 2014 11:14:08 +0200 Timo Sirainen lib-storage: If storage creation fails, destroy all the already created namespaces/storages.
Thu, 13 Nov 2014 10:57:07 +0200 Timo Sirainen lib-storage: Fixed crash if mail_namespaces_init_add() failed due to invalid settings.
Thu, 13 Nov 2014 10:09:28 +0200 Timo Sirainen lib: ostream.stream_errno is now exactly the same as last_failed_errno.
Thu, 13 Nov 2014 10:01:37 +0200 Timo Sirainen lib: ostream-file checks "sendfile() not supported" a bit better.
Thu, 13 Nov 2014 09:53:35 +0200 Timo Sirainen lib-storage: Added "creator" for mail_user.
Thu, 13 Nov 2014 09:39:24 +0200 Timo Sirainen lib: Never implicitly clear istream's stream_errno.
Thu, 13 Nov 2014 09:35:59 +0200 Timo Sirainen lib-mail: message_search_msg() shouldn't clear istream's stream_errno.
Thu, 13 Nov 2014 09:12:38 +0200 Timo Sirainen dsync: Set MAILBOX_TRANSACTION_FLAG_SYNC also for exporter.
Thu, 13 Nov 2014 03:58:51 +0200 Timo Sirainen lmtp: Added support for DSN ORCPT parameter.
Thu, 13 Nov 2014 02:48:22 +0200 Timo Sirainen imap-stats: Fixed truncation of command args.
Thu, 13 Nov 2014 02:39:51 +0200 Timo Sirainen stats: Use the same session ID string for stats tracking as everywhere else.
Thu, 13 Nov 2014 02:37:39 +0200 Timo Sirainen ssl-params: Removed duplicate lib-ssl-iostream.la linking
Thu, 13 Nov 2014 02:28:46 +0200 Timo Sirainen stats: Use the new str-table API to reduce memory usage for service strings.
Thu, 13 Nov 2014 02:24:46 +0200 Timo Sirainen lib: Added str-table API for keeping reference counted strings in a hash table.
Thu, 13 Nov 2014 01:41:07 +0200 Timo Sirainen stats: Added support for "global" stats type.
Wed, 12 Nov 2014 06:58:37 +0200 Timo Sirainen director: Added support for backend cluster "tags".
Wed, 12 Nov 2014 06:46:45 +0200 Timo Sirainen director: Don't restart request timeout when director state changes.
Wed, 12 Nov 2014 03:29:04 +0200 Timo Sirainen director: Added director_consistent_hashing setting.
Wed, 12 Nov 2014 02:04:14 +0200 Timo Sirainen director: When logging a warning about ring being synced again, log how many seconds it took
Wed, 12 Nov 2014 01:59:48 +0200 Timo Sirainen director: Always log a message when director handshake finishes.
Wed, 12 Nov 2014 01:51:29 +0200 Timo Sirainen doveadm director ring status shows now more information
Wed, 12 Nov 2014 01:26:04 +0200 Timo Sirainen lmtp: Show more information in process title.
Wed, 12 Nov 2014 01:06:02 +0200 Timo Sirainen doveadm: Support running non-mail commands via doveadm server.
Wed, 12 Nov 2014 01:04:27 +0200 Timo Sirainen doveadm: Moved commands related code to doveadm-cmd.[ch]
Wed, 12 Nov 2014 00:52:44 +0200 Timo Sirainen doveadm who: If parameters are invalid, print help text for who command instead of the whole doveadm usage.
Wed, 12 Nov 2014 00:20:40 +0200 Timo Sirainen doveadm: Code cleanups to prepare server code for non-mail commands.
Tue, 11 Nov 2014 05:06:09 +0200 Timo Sirainen lib: Compiler warning fix in 32bit systems to previous change
Tue, 11 Nov 2014 03:13:16 +0200 Timo Sirainen lib: file_wait/try_lock() treats EINTR differently now for timeouts and for actual signals.
Fri, 31 Oct 2014 04:27:27 +0200 Timo Sirainen lib-storage: Mailbox list index now detects duplicate mailbox names.
Wed, 05 Nov 2014 13:00:14 +0200 Timo Sirainen doveadm: Removed duplicate subcommands from list of commands.
Tue, 04 Nov 2014 14:49:44 +0200 Timo Sirainen imap: If GETMETADATA with wildcards can't open some mailbox, don't assert-crash.
Fri, 31 Oct 2014 17:05:31 -0700 Timo Sirainen ssl-params: Use lib-ssl-iostream's ssl_iostream_generate_params() instead of OpenSSL directly
Fri, 31 Oct 2014 17:04:58 -0700 Timo Sirainen lib-ssl-iostream: Added dh_length parameter to ssl_iostream_generate_params()
Fri, 31 Oct 2014 16:54:07 -0700 Timo Sirainen lib-ssl-iostream: Support non-1024bit DH parameters in ssl-parameters.dat.
Thu, 30 Oct 2014 22:02:52 +0200 Timo Sirainen lib-ssl-iostream: Destroy SSL module later in the atexit-callbacks.
Thu, 30 Oct 2014 22:00:14 +0200 Timo Sirainen lib: Added lib_atexit_priority()
Thu, 30 Oct 2014 04:41:11 +0200 Timo Sirainen *-login: Also increase MASTER_AUTH_MAX_DATA_SIZE and add a check to make sure it's large enough.
Thu, 30 Oct 2014 04:36:50 +0200 Timo Sirainen *-login: And actually make the previous changes work.
Wed, 29 Oct 2014 18:33:46 -0700 Timo Sirainen imap-login: Added "x-session-ext-id" parameter for ID command.
Wed, 29 Oct 2014 18:32:36 -0700 Timo Sirainen lib-master: Removed fixed length limit for session-id.
Wed, 29 Oct 2014 11:46:50 -0700 Timo Sirainen lib: connection_switch_ioloop() should switch also input stream's ioloop.
Wed, 29 Oct 2014 09:58:01 -0700 Timo Sirainen lmtp: Added support for STARTTLS command.
Tue, 28 Oct 2014 17:15:31 -0700 Timo Sirainen lib-http: Make sure we don't access already freed client connection in payload-destroyed callback.
Tue, 28 Oct 2014 17:07:21 -0700 Timo Sirainen lib: io_remove() should finish closing the io before unreferencing its istream.
Tue, 28 Oct 2014 16:12:09 -0700 Stephan Bosch lib-http: client: Fixed assertion failure in http_client_queue_fail().
Mon, 27 Oct 2014 21:48:29 -0700 Timo Sirainen lib: istream-timeout logs how long the stream was open if parent read fails with ECONNRESET/EPIPE.
Mon, 27 Oct 2014 21:43:10 -0700 Timo Sirainen lib-http: If there's an error reading chunked http stream, set the error to the istream.
Tue, 28 Oct 2014 05:45:59 +0200 Timo Sirainen dsync: Fixed notifying replicator (-U parameter) if it didn't answer instantly.
Mon, 27 Oct 2014 23:29:39 +0200 Timo Sirainen lib: Make sure ostream.last_failed_errno is always set when stream_errno is set.
Mon, 27 Oct 2014 23:26:10 +0200 Timo Sirainen lib: o_stream_uncork() could also cause write errors. Make sure last_failed_errno is updated.
Mon, 27 Oct 2014 22:05:27 +0200 Teemu Huovila lib-index: Remove assert that can never happen.
Mon, 27 Oct 2014 20:24:34 +0200 Timo Sirainen master: Don't send broken BYE notifications to log process.
Mon, 27 Oct 2014 20:14:47 +0200 Timo Sirainen log: Don't crash if master sends a negative service_fd number.