log

age author description
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.