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