log

age author description
Sun, 18 Dec 2016 12:03:10 +0200 Timo Sirainen lib-storage: Update mail_get_headers() API comment
Sun, 18 Dec 2016 13:20:20 +0100 Stephan Bosch lib: Created i_zero() wrapper for memset(p, 0, sizeof(*p)).
Fri, 23 Dec 2016 13:58:38 -0800 Nick Wallingford Fix link failure against libressl.
Tue, 12 Apr 2016 13:08:05 +0300 Baofeng storage: do NOT feed p_strconcat() with NULL.
Mon, 19 Dec 2016 15:31:50 +0200 Timo Sirainen lib-index: Fix assert-crash if .log creation unexpectedly fails at the end
Tue, 20 Dec 2016 13:40:17 +0200 Martti Rannanjärvi stats: use o_stream_nsend in client-export
Thu, 22 Dec 2016 11:58:29 -0500 Timo Sirainen fs-randomfail: Fix failure handling for fs_read()
Wed, 21 Dec 2016 20:56:58 +0200 Timo Sirainen lib-index: Fix checking if cache file becomes >4GB
Tue, 20 Dec 2016 13:34:43 +0200 Martti Rannanjärvi imap: use o_stream_nsend when not checking failure
Tue, 20 Dec 2016 10:03:40 +0200 Martti Rannanjärvi replication: ignore o_stream_send errors in doveadm-connection
Thu, 22 Dec 2016 11:53:06 -0500 Timo Sirainen lib-mail: message_binary_part_deserialize(): Return error if body line count is too large
Thu, 22 Dec 2016 10:48:27 -0500 Timo Sirainen dovecot.service.in: Improve [service] examples
Wed, 21 Dec 2016 21:33:35 +0200 Timo Sirainen replication plugin: Error handling code cleanup
Wed, 21 Dec 2016 19:50:10 +0200 Timo Sirainen Fix compiling when compiler doesn't support typeof()
Mon, 19 Dec 2016 12:16:20 +0200 Aki Tuomi lib-index: Make sure buffer is not null before freeing
Sun, 18 Dec 2016 22:54:11 +0200 Timo Sirainen configure: Define __STDC_LIMIT_MACROS for CXXFLAGS
Sun, 18 Dec 2016 13:20:39 +0200 Timo Sirainen master: Update assert to make sure optind != 0
Sun, 18 Dec 2016 12:54:34 +0200 Timo Sirainen lib: Remove dead code from unit test
Tue, 29 Nov 2016 23:37:43 +0200 Timo Sirainen lib: Allow only known %chars in printf_format_fix_noalloc()
Tue, 29 Nov 2016 23:29:04 +0200 Timo Sirainen lib: Fix %n detection in printf_format_fix_noalloc()
Tue, 29 Nov 2016 23:21:17 +0200 Timo Sirainen lib: Optimize printf_format_fix_noalloc()
Sat, 17 Dec 2016 20:03:46 +0100 Stephan Bosch lib-imap-client: Fixed boolean vs integer mixup in debug message format argument.
Fri, 16 Dec 2016 23:38:58 +0100 Stephan Bosch lib-http: client: Added test for premature connection loss to test-http-client-errors.
Fri, 16 Dec 2016 23:58:43 +0100 Stephan Bosch lib-http: client: Added test for normal connection backoff behavior to test-http-client-errors.
Fri, 16 Dec 2016 23:36:19 +0100 Stephan Bosch lib-http: client: Treat connections that get disconnected prematurely as connection failures.
Fri, 16 Dec 2016 22:30:42 +0100 Stephan Bosch lib-http: client: Consolidated connection loss handling into a single function.
Fri, 16 Dec 2016 22:00:47 +0100 Stephan Bosch lib-http: client: Moved connection backoff timer management to separate functions.
Fri, 16 Dec 2016 21:41:29 +0100 Stephan Bosch lib-http: client: Prevent infinite event loop involving the request handler.
Mon, 11 Apr 2016 21:20:48 +0300 Baofeng auth: do NOT feed p_strconcat() with NULL
Sat, 17 Dec 2016 11:31:42 +0200 Timo Sirainen master: PROCESS-STATUS output was duplicated many times
Thu, 15 Dec 2016 17:43:11 +0200 Timo Sirainen imapc: Log server disconnection error only once.
Thu, 15 Dec 2016 17:45:06 +0200 Timo Sirainen imapc: Minor debug logging improvement
Thu, 15 Dec 2016 17:36:39 +0200 Timo Sirainen imapc: Don't retry a failed reconnection before 10 secs have passed
Thu, 15 Dec 2016 17:31:18 +0200 Timo Sirainen imapc: Fix infinite reconnect loop to remote server that is down
Sat, 17 Dec 2016 10:55:01 +0200 Timo Sirainen lib: Compiler warning fix for 32bit systems
Mon, 12 Dec 2016 07:28:00 +0200 Timo Sirainen global: Make sure *_malloc() calculations won't cause integer overflows.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Mon, 12 Dec 2016 05:16:28 +0200 Timo Sirainen lib: Optimization - p_strconcat() doesn't need to allocate from data stack
Mon, 12 Dec 2016 04:55:47 +0200 Timo Sirainen lib: *_new(): Use the new MALLOC_MULTIPLY() macro to avoid overflows
Mon, 12 Dec 2016 04:53:02 +0200 Timo Sirainen lib: Add MALLOC_MULTIPLY() and MALLOC_ADD()
Mon, 12 Dec 2016 03:55:54 +0200 Timo Sirainen lib: Remove t_buffer_*_type()
Mon, 12 Dec 2016 03:48:49 +0200 Timo Sirainen master: Removed unused process_exec(extra_args) parameter
Thu, 15 Dec 2016 18:15:21 +0200 Timo Sirainen lib-storage: Make dovecot.list.index's filename configurable.
Thu, 15 Dec 2016 18:13:34 +0200 Timo Sirainen lib-storage: Deduplicate code into mailbox_list_settings_init_defaults()
Fri, 16 Dec 2016 18:52:23 +0200 Timo Sirainen director: Fix crash when using director_flush_socket
Thu, 15 Dec 2016 19:03:39 +0200 Timo Sirainen director: Fix USER-KICK and USER-KICK-ALT forwarding
Thu, 15 Dec 2016 19:02:56 +0200 Timo Sirainen director: doveadm command handling was missing USER-KICK-ALT
Thu, 15 Dec 2016 15:00:54 +0200 Timo Sirainen imap: Fix STORE UNCHANGEDSINCE to work with >32bit modseqs.
Thu, 15 Dec 2016 15:20:02 +0200 Timo Sirainen lib-storage: Fix "*" in SEARCH seqset/uidset
Thu, 15 Dec 2016 15:01:47 +0200 Timo Sirainen imapc: Don't allow "*" in SEARCH replies
Wed, 14 Dec 2016 19:36:43 +0200 Timo Sirainen fts-squat: Use file_cache_new_path() for squat indexes
Wed, 14 Dec 2016 19:35:29 +0200 Timo Sirainen lib-index: Use file_cache_new_path() for dovecot.index.cache
Wed, 14 Dec 2016 19:35:05 +0200 Timo Sirainen lib: Add file_cache_new_path() to include path in error messages.
Wed, 14 Dec 2016 23:20:12 +0200 Aki Tuomi driver-mysql: Do not hex-encode again
Tue, 13 Dec 2016 16:04:53 +0200 Timo Sirainen lib-storage: Fix crash in obox's dsync-merge
Fri, 09 Dec 2016 16:01:20 +0200 Aki Tuomi mail-crypt: Treat empty values correctly
Wed, 14 Dec 2016 17:39:04 +0200 Aki Tuomi mail-crypt: Skip tests if dcrypt cannot be initialized
Wed, 14 Dec 2016 11:42:56 +0200 Aki Tuomi auth-policy: Allow unsupported attributes in response
Wed, 14 Dec 2016 10:32:44 +0200 Aki Tuomi sha3: Fix typo in ifdef
Mon, 12 Dec 2016 15:21:13 +0200 Timo Sirainen lib-test: Change test_fatal_func_t to take unsigned int stage as parameter.