]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
16 years agoauth: VERSION should have been sent before MECH, not after.
Timo Sirainen [Wed, 7 Oct 2009 21:44:01 +0000 (17:44 -0400)] 
auth: VERSION should have been sent before MECH, not after.

--HG--
branch : HEAD

16 years agolog: Don't use 100% CPU when log connection closes.
Timo Sirainen [Wed, 7 Oct 2009 19:45:55 +0000 (15:45 -0400)] 
log: Don't use 100% CPU when log connection closes.

--HG--
branch : HEAD

16 years agomaster: Added --help option
Pascal Volk [Wed, 7 Oct 2009 16:48:49 +0000 (16:48 +0000)] 
master: Added --help option

--HG--
branch : HEAD

16 years agodbox: Getting dbox file for non-first unsaved mail crashed.
Timo Sirainen [Wed, 7 Oct 2009 16:28:29 +0000 (12:28 -0400)] 
dbox: Getting dbox file for non-first unsaved mail crashed.

--HG--
branch : HEAD

16 years agomaster: Updated --help.
Timo Sirainen [Wed, 7 Oct 2009 16:02:20 +0000 (12:02 -0400)] 
master: Updated --help.
Patch by Pascal Volk

--HG--
branch : HEAD

16 years agoSplit dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends.
Timo Sirainen [Tue, 6 Oct 2009 23:22:42 +0000 (19:22 -0400)] 
Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends.
This cleans up the code, makes it faster and also fixes some bugs.
Super-fast maildir migration code was also dropped, at least for now.

--HG--
branch : HEAD

16 years agolog: Log input wasn't read correctly.
Timo Sirainen [Tue, 6 Oct 2009 17:24:01 +0000 (13:24 -0400)] 
log: Log input wasn't read correctly.

--HG--
branch : HEAD

16 years agostruct log_service_handshake: Removed unused max_lines_per_sec.
Timo Sirainen [Tue, 6 Oct 2009 17:16:11 +0000 (13:16 -0400)] 
struct log_service_handshake: Removed unused max_lines_per_sec.

--HG--
branch : HEAD

16 years agoDon't assert-crash after noticing cache file corruption.
Timo Sirainen [Tue, 6 Oct 2009 16:57:26 +0000 (12:57 -0400)] 
Don't assert-crash after noticing cache file corruption.

--HG--
branch : HEAD

16 years agoCompiling fix for OpenSSL 0.9.7 and older.
Timo Sirainen [Tue, 6 Oct 2009 14:53:34 +0000 (10:53 -0400)] 
Compiling fix for OpenSSL 0.9.7 and older.

--HG--
branch : HEAD

16 years agoAdded authtest utility for doing passdb and userdb lookups.
Timo Sirainen [Mon, 5 Oct 2009 23:45:10 +0000 (19:45 -0400)] 
Added authtest utility for doing passdb and userdb lookups.

--HG--
branch : HEAD

16 years agolib-index: Fixed v2.0 forwards compatibility support. Expunges were handled wrong.
Timo Sirainen [Mon, 5 Oct 2009 22:31:08 +0000 (18:31 -0400)] 
lib-index: Fixed v2.0 forwards compatibility support. Expunges were handled wrong.

--HG--
branch : HEAD

16 years agoimap, pop3: Process permissions weren't properly dropped.
Timo Sirainen [Mon, 5 Oct 2009 22:20:51 +0000 (18:20 -0400)] 
imap, pop3: Process permissions weren't properly dropped.

--HG--
branch : HEAD

16 years agoimap, pop3: Root mail access wasn't properly disallowed.
Timo Sirainen [Mon, 5 Oct 2009 22:06:13 +0000 (18:06 -0400)] 
imap, pop3: Root mail access wasn't properly disallowed.

--HG--
branch : HEAD

16 years agounicodemap.c now gets recreated if unicodemap.pl changes.
Timo Sirainen [Mon, 5 Oct 2009 20:55:31 +0000 (16:55 -0400)] 
unicodemap.c now gets recreated if unicodemap.pl changes.

--HG--
branch : HEAD

16 years agoIf info/debug log can't be opened, log about it to error log.
Timo Sirainen [Mon, 5 Oct 2009 20:54:53 +0000 (16:54 -0400)] 
If info/debug log can't be opened, log about it to error log.

--HG--
branch : HEAD

16 years agoLSUB "" %: List namespace prefix if namespace has separate subscriptions.
Timo Sirainen [Mon, 5 Oct 2009 18:56:51 +0000 (14:56 -0400)] 
LSUB "" %: List namespace prefix if namespace has separate subscriptions.

--HG--
branch : HEAD

16 years ago*-login: Log more precise reasons for some auth failures.
Timo Sirainen [Mon, 5 Oct 2009 18:17:32 +0000 (14:17 -0400)] 
*-login: Log more precise reasons for some auth failures.

--HG--
branch : HEAD

16 years agoauth-master lookup: Give better error message on connect() EACCES errors.
Timo Sirainen [Mon, 5 Oct 2009 14:46:47 +0000 (10:46 -0400)] 
auth-master lookup: Give better error message on connect() EACCES errors.

--HG--
branch : HEAD

16 years agoCrashfix.
Timo Sirainen [Thu, 1 Oct 2009 21:55:13 +0000 (17:55 -0400)] 
Crashfix.

--HG--
branch : HEAD

16 years agoNew UnicodeMap.txt has >16bit multi-decomposition keys, support them.
Timo Sirainen [Thu, 1 Oct 2009 20:40:32 +0000 (16:40 -0400)] 
New UnicodeMap.txt has >16bit multi-decomposition keys, support them.

--HG--
branch : HEAD

16 years agoimap-login: "Disconnected for inactivity" should be sent as BYE.
Timo Sirainen [Thu, 1 Oct 2009 13:54:52 +0000 (09:54 -0400)] 
imap-login: "Disconnected for inactivity" should be sent as BYE.

--HG--
branch : HEAD

16 years agoimap proxy: Don't fail if LOGIN parameters were sent using literals.
Timo Sirainen [Wed, 30 Sep 2009 23:14:01 +0000 (19:14 -0400)] 
imap proxy: Don't fail if LOGIN parameters were sent using literals.

--HG--
branch : HEAD

16 years agoAdded debug_log_path setting and i_debug() call.
Timo Sirainen [Wed, 30 Sep 2009 21:50:56 +0000 (17:50 -0400)] 
Added debug_log_path setting and i_debug() call.
Patch by Pascal Volk.

--HG--
branch : HEAD

16 years agomaster: Build help and --log-error message to stderr, not stdout.
Timo Sirainen [Wed, 30 Sep 2009 21:25:29 +0000 (17:25 -0400)] 
master: Build help and --log-error message to stderr, not stdout.

--HG--
branch : HEAD

16 years agoprocess_title_set(): Don't include executable name in setproctitle(), it's done inter...
Timo Sirainen [Wed, 30 Sep 2009 21:07:12 +0000 (17:07 -0400)] 
process_title_set(): Don't include executable name in setproctitle(), it's done internally.

--HG--
branch : HEAD

16 years agoimap: Reduce command pool's initial size.
Timo Sirainen [Wed, 30 Sep 2009 20:00:51 +0000 (16:00 -0400)] 
imap: Reduce command pool's initial size.

--HG--
branch : HEAD

16 years agomaster: Fix to previous change, don't crash at service deinit.
Timo Sirainen [Wed, 30 Sep 2009 17:09:18 +0000 (13:09 -0400)] 
master: Fix to previous change, don't crash at service deinit.

--HG--
branch : HEAD

16 years agomaster: If anvil isn't used, read and discard all anvil input coming from mail processes.
Timo Sirainen [Wed, 30 Sep 2009 17:03:07 +0000 (13:03 -0400)] 
master: If anvil isn't used, read and discard all anvil input coming from mail processes.

--HG--
branch : HEAD

16 years agomaster: Use a hard coded backlog=128 when listen()ing.
Timo Sirainen [Wed, 30 Sep 2009 16:44:43 +0000 (12:44 -0400)] 
master: Use a hard coded backlog=128 when listen()ing.

--HG--
branch : HEAD

16 years agoimap proxy: Don't log "unexpected input" errors about tagged CAPABILITY replies.
Timo Sirainen [Wed, 30 Sep 2009 16:27:28 +0000 (12:27 -0400)] 
imap proxy: Don't log "unexpected input" errors about tagged CAPABILITY replies.

--HG--
branch : HEAD

16 years ago*-login: fd limit wasn't set correctly.
Timo Sirainen [Wed, 30 Sep 2009 16:18:16 +0000 (12:18 -0400)] 
*-login: fd limit wasn't set correctly.

--HG--
branch : HEAD

16 years agoAvoid assert-crashing when two processes try to create index at the same time.
Timo Sirainen [Wed, 30 Sep 2009 15:08:18 +0000 (11:08 -0400)] 
Avoid assert-crashing when two processes try to create index at the same time.

--HG--
branch : HEAD

16 years agoAllow config file line lengths to be unlimited.
Timo Sirainen [Wed, 30 Sep 2009 14:45:02 +0000 (10:45 -0400)] 
Allow config file line lengths to be unlimited.

--HG--
branch : HEAD

16 years agodeliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.
Timo Sirainen [Wed, 30 Sep 2009 14:10:51 +0000 (10:10 -0400)] 
deliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.

--HG--
branch : HEAD

16 years agofd_debug_verify_leaks() didn't check the last_fd.
Timo Sirainen [Wed, 30 Sep 2009 12:52:12 +0000 (08:52 -0400)] 
fd_debug_verify_leaks() didn't check the last_fd.

--HG--
branch : HEAD

16 years agoAdded ATTR_HOT and ATTR_COLD macros. Use them in a couple of places.
Timo Sirainen [Tue, 29 Sep 2009 17:21:16 +0000 (13:21 -0400)] 
Added ATTR_HOT and ATTR_COLD macros. Use them in a couple of places.

--HG--
branch : HEAD

16 years agossl: If given ssl key is for a different cert, give a nicer error message.
Timo Sirainen [Tue, 29 Sep 2009 14:15:18 +0000 (10:15 -0400)] 
ssl: If given ssl key is for a different cert, give a nicer error message.

--HG--
branch : HEAD

16 years agoAssert-crashfix when updating saved search results.
Timo Sirainen [Mon, 28 Sep 2009 22:25:56 +0000 (18:25 -0400)] 
Assert-crashfix when updating saved search results.

--HG--
branch : HEAD

16 years agomail_search_args_init(): Added an assert.
Timo Sirainen [Mon, 28 Sep 2009 22:25:22 +0000 (18:25 -0400)] 
mail_search_args_init(): Added an assert.

--HG--
branch : HEAD

16 years agoconfigure: Use mysql_config to find where mysql exists.
Timo Sirainen [Mon, 28 Sep 2009 20:26:44 +0000 (16:26 -0400)] 
configure: Use mysql_config to find where mysql exists.

--HG--
branch : HEAD

16 years agomail_location: If it ends with ":", ignore it instead of adding ":" character.
Timo Sirainen [Mon, 28 Sep 2009 19:57:48 +0000 (15:57 -0400)] 
mail_location: If it ends with ":", ignore it instead of adding ":" character.
If ":" is really wanted, it should be done with "::".

--HG--
branch : HEAD

16 years agoquota: Don't crash with non-Maildir++ quota backend.
Timo Sirainen [Mon, 28 Sep 2009 18:24:14 +0000 (14:24 -0400)] 
quota: Don't crash with non-Maildir++ quota backend.
Patch by Brandon Davidson.

--HG--
branch : HEAD

16 years agologin: ssl_security string now also shows the used compression.
Timo Sirainen [Mon, 28 Sep 2009 15:11:54 +0000 (11:11 -0400)] 
login: ssl_security string now also shows the used compression.

--HG--
branch : HEAD

16 years agoimap proxy: Detect and log invalid remote input.
Timo Sirainen [Wed, 23 Sep 2009 20:12:58 +0000 (23:12 +0300)] 
imap proxy: Detect and log invalid remote input.

--HG--
branch : HEAD

16 years agoauth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.
Timo Sirainen [Mon, 14 Sep 2009 01:40:51 +0000 (21:40 -0400)] 
auth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.

--HG--
branch : HEAD

16 years agoacl: Use namespace prefix when looking up global ACLs.
Timo Sirainen [Mon, 14 Sep 2009 01:22:53 +0000 (21:22 -0400)] 
acl: Use namespace prefix when looking up global ACLs.

--HG--
branch : HEAD

16 years agoacl: Don't crash when creating children under a mailboxes with global ACL.
Timo Sirainen [Mon, 14 Sep 2009 01:10:33 +0000 (21:10 -0400)] 
acl: Don't crash when creating children under a mailboxes with global ACL.

--HG--
branch : HEAD

16 years agomessage_header_decode*() should ignore LWSP between two encoded-words.
Timo Sirainen [Sun, 13 Sep 2009 23:01:01 +0000 (19:01 -0400)] 
message_header_decode*() should ignore LWSP between two encoded-words.

--HG--
branch : HEAD

16 years agomaildir quota: Limits weren't read early enough from maildirsize file.
Timo Sirainen [Sun, 13 Sep 2009 22:37:05 +0000 (18:37 -0400)] 
maildir quota: Limits weren't read early enough from maildirsize file.

--HG--
branch : HEAD

16 years agomaster: Use "master: " prefix in log messages.
Timo Sirainen [Fri, 11 Sep 2009 19:30:45 +0000 (15:30 -0400)] 
master: Use "master: " prefix in log messages.

--HG--
branch : HEAD

16 years agoTODO updated.
Timo Sirainen [Fri, 11 Sep 2009 18:44:31 +0000 (14:44 -0400)] 
TODO updated.

--HG--
branch : HEAD

16 years agoverbose_proctitle setting works again.
Timo Sirainen [Fri, 11 Sep 2009 18:05:59 +0000 (14:05 -0400)] 
verbose_proctitle setting works again.

--HG--
branch : HEAD

16 years ago*-login: Fixes to SSL/login proxy connection counting.
Timo Sirainen [Fri, 11 Sep 2009 17:43:37 +0000 (13:43 -0400)] 
*-login: Fixes to SSL/login proxy connection counting.

--HG--
branch : HEAD

16 years agomaster: auth setting blocks don't exist anymore, removed them.
Timo Sirainen [Fri, 11 Sep 2009 16:47:23 +0000 (12:47 -0400)] 
master: auth setting blocks don't exist anymore, removed them.

--HG--
branch : HEAD

16 years agomaster: Startup warnings written to stderr should end with LF.
Timo Sirainen [Fri, 11 Sep 2009 16:26:05 +0000 (12:26 -0400)] 
master: Startup warnings written to stderr should end with LF.

--HG--
branch : HEAD

16 years agomaster: "auth trouble" message should have been written only to stderr.
Timo Sirainen [Fri, 11 Sep 2009 16:24:19 +0000 (12:24 -0400)] 
master: "auth trouble" message should have been written only to stderr.

--HG--
branch : HEAD

16 years agodoveconf: Crashfix
Timo Sirainen [Fri, 11 Sep 2009 00:09:16 +0000 (20:09 -0400)] 
doveconf: Crashfix

--HG--
branch : HEAD

16 years agoquoted-printable decoding didn't handle QP after soft line breaks correctly.
Timo Sirainen [Thu, 10 Sep 2009 23:13:19 +0000 (19:13 -0400)] 
quoted-printable decoding didn't handle QP after soft line breaks correctly.
Patch by Yamazaki Hideto.

--HG--
branch : HEAD

16 years ago*-login: Fixed dropping oldest connection when reaching all limits.
Timo Sirainen [Thu, 10 Sep 2009 22:56:49 +0000 (18:56 -0400)] 
*-login: Fixed dropping oldest connection when reaching all limits.

--HG--
branch : HEAD

16 years agoconfig: Increased initial memory pool size.
Timo Sirainen [Thu, 10 Sep 2009 22:54:14 +0000 (18:54 -0400)] 
config: Increased initial memory pool size.

--HG--
branch : HEAD

16 years ago*-login: Don't leak client when it's aborted while waiting for reply from master.
Timo Sirainen [Thu, 10 Sep 2009 22:51:09 +0000 (18:51 -0400)] 
*-login: Don't leak client when it's aborted while waiting for reply from master.

--HG--
branch : HEAD

16 years agoCompiler warning fixes.
Timo Sirainen [Thu, 10 Sep 2009 20:49:44 +0000 (16:49 -0400)] 
Compiler warning fixes.

--HG--
branch : HEAD

16 years agomaildir: Save cur/ mtime to index after moving saved messages there, not before.
Timo Sirainen [Thu, 10 Sep 2009 18:10:29 +0000 (14:10 -0400)] 
maildir: Save cur/ mtime to index after moving saved messages there, not before.

--HG--
branch : HEAD

16 years agomaildir: Removed some unnecessary code.
Timo Sirainen [Thu, 10 Sep 2009 17:57:25 +0000 (13:57 -0400)] 
maildir: Removed some unnecessary code.

--HG--
branch : HEAD

16 years agounlink_directory(): Log if unlink()ing some file fails.
Timo Sirainen [Thu, 10 Sep 2009 17:51:47 +0000 (13:51 -0400)] 
unlink_directory(): Log if unlink()ing some file fails.

--HG--
branch : HEAD

16 years agomaildir: Don't force a resync when saving.
Timo Sirainen [Thu, 10 Sep 2009 16:07:53 +0000 (12:07 -0400)] 
maildir: Don't force a resync when saving.

--HG--
branch : HEAD

16 years agozlib: Don't allow clients to save compressed data directly.
Timo Sirainen [Wed, 9 Sep 2009 04:54:01 +0000 (00:54 -0400)] 
zlib: Don't allow clients to save compressed data directly.
This way clients can't try to exploit uncompression bugs in zlib/bzlib.

--HG--
branch : HEAD

16 years agodovecot -p: And fixed it to really work this time.
Timo Sirainen [Wed, 9 Sep 2009 00:05:45 +0000 (20:05 -0400)] 
dovecot -p: And fixed it to really work this time.

--HG--
branch : HEAD

16 years agodovecot -p (ask ssl key password from command line) works again.
Timo Sirainen [Wed, 9 Sep 2009 00:00:18 +0000 (20:00 -0400)] 
dovecot -p (ask ssl key password from command line) works again.

--HG--
branch : HEAD

16 years agoRemoved mail_log_max_lines_per_sec setting and related code.
Timo Sirainen [Tue, 8 Sep 2009 23:34:49 +0000 (19:34 -0400)] 
Removed mail_log_max_lines_per_sec setting and related code.
It's pretty unnecessary and there's really no good way to implement it with
shared log pipes.

--HG--
branch : HEAD

16 years agoLogging via log service: Added support for changing process's log prefix.
Timo Sirainen [Tue, 8 Sep 2009 23:29:54 +0000 (19:29 -0400)] 
Logging via log service: Added support for changing process's log prefix.

--HG--
branch : HEAD

16 years agoconfig: When reporting errors in variable-strings, skip over the "0" prefix.
Timo Sirainen [Tue, 8 Sep 2009 22:45:27 +0000 (18:45 -0400)] 
config: When reporting errors in variable-strings, skip over the "0" prefix.

--HG--
branch : HEAD

16 years agomaster: Require auth source and destination processes to use different UIDs.
Timo Sirainen [Tue, 8 Sep 2009 22:16:27 +0000 (18:16 -0400)] 
master: Require auth source and destination processes to use different UIDs.

--HG--
branch : HEAD

16 years agomaster: When killing idle processes, don't kill the service's last one.
Timo Sirainen [Tue, 8 Sep 2009 22:05:50 +0000 (18:05 -0400)] 
master: When killing idle processes, don't kill the service's last one.

--HG--
branch : HEAD

16 years agomaster: Minor cleanups.
Timo Sirainen [Tue, 8 Sep 2009 22:03:26 +0000 (18:03 -0400)] 
master: Minor cleanups.

--HG--
branch : HEAD

16 years agomaster: Kill extra idling processes.
Timo Sirainen [Tue, 8 Sep 2009 21:49:08 +0000 (17:49 -0400)] 
master: Kill extra idling processes.

--HG--
branch : HEAD

16 years agolib-signals: Don't assert-crash with nested signal handler calls.
Timo Sirainen [Tue, 8 Sep 2009 18:49:35 +0000 (14:49 -0400)] 
lib-signals: Don't assert-crash with nested signal handler calls.

--HG--
branch : HEAD

16 years agomaster: Write "last died with error" only to stderr, not to log.
Timo Sirainen [Tue, 8 Sep 2009 18:48:54 +0000 (14:48 -0400)] 
master: Write "last died with error" only to stderr, not to log.

--HG--
branch : HEAD

16 years agomaster: SIGHUP now logs that config was reread.
Timo Sirainen [Tue, 8 Sep 2009 18:34:04 +0000 (14:34 -0400)] 
master: SIGHUP now logs that config was reread.

--HG--
branch : HEAD

16 years agomaster: SIGUSR1 now reopens logs.
Timo Sirainen [Tue, 8 Sep 2009 18:33:42 +0000 (14:33 -0400)] 
master: SIGUSR1 now reopens logs.

--HG--
branch : HEAD

16 years agoauth: Allow PASS lookups also in userdb sockets, not just master sockets.
Timo Sirainen [Tue, 8 Sep 2009 18:32:53 +0000 (14:32 -0400)] 
auth: Allow PASS lookups also in userdb sockets, not just master sockets.

--HG--
branch : HEAD

16 years agolmtp client, proxy: Several bugfixes.
Timo Sirainen [Tue, 8 Sep 2009 17:28:40 +0000 (13:28 -0400)] 
lmtp client, proxy: Several bugfixes.

--HG--
branch : HEAD

16 years agoRemoved unused code.
Timo Sirainen [Mon, 7 Sep 2009 16:06:15 +0000 (12:06 -0400)] 
Removed unused code.

--HG--
branch : HEAD

16 years agoCompiling fix.
Timo Sirainen [Mon, 7 Sep 2009 16:05:29 +0000 (12:05 -0400)] 
Compiling fix.

--HG--
branch : HEAD

16 years agoCompiling fix.
Timo Sirainen [Mon, 7 Sep 2009 15:59:28 +0000 (11:59 -0400)] 
Compiling fix.

--HG--
branch : HEAD

16 years agomaster: Fixes to logging startup errors.
Timo Sirainen [Mon, 7 Sep 2009 15:57:38 +0000 (11:57 -0400)] 
master: Fixes to logging startup errors.

--HG--
branch : HEAD

16 years agovpopmail: Call vauth_open(), which is required by vpopmail 5.5.0.
Timo Sirainen [Mon, 7 Sep 2009 02:40:21 +0000 (22:40 -0400)] 
vpopmail: Call vauth_open(), which is required by vpopmail 5.5.0.

--HG--
branch : HEAD

16 years agomaster: Log startup errors as well as writing them to stderr.
Timo Sirainen [Mon, 7 Sep 2009 02:28:14 +0000 (22:28 -0400)] 
master: Log startup errors as well as writing them to stderr.

--HG--
branch : HEAD

16 years agoDon't assert-crash when listing subscriptions with a >256 chars long mailbox name.
Timo Sirainen [Mon, 7 Sep 2009 01:47:35 +0000 (21:47 -0400)] 
Don't assert-crash when listing subscriptions with a >256 chars long mailbox name.

--HG--
branch : HEAD

16 years agolib-dict: Changed default dict socket name.
Timo Sirainen [Mon, 7 Sep 2009 01:00:54 +0000 (21:00 -0400)] 
lib-dict: Changed default dict socket name.

--HG--
branch : HEAD

16 years agodict quota: When updating quota, recalculate it when necessary.
Timo Sirainen [Mon, 7 Sep 2009 00:45:21 +0000 (20:45 -0400)] 
dict quota: When updating quota, recalculate it when necessary.

--HG--
branch : HEAD

16 years agodict: Removed unused files.
Timo Sirainen [Mon, 7 Sep 2009 00:51:58 +0000 (20:51 -0400)] 
dict: Removed unused files.

--HG--
branch : HEAD

16 years agodict: Added support for async commits. Changed dict_atomic_inc() behavior.
Timo Sirainen [Mon, 7 Sep 2009 00:51:25 +0000 (20:51 -0400)] 
dict: Added support for async commits. Changed dict_atomic_inc() behavior.

--HG--
branch : HEAD

16 years agolib-sql: Added sql_update_get_rows().
Timo Sirainen [Mon, 7 Sep 2009 00:42:42 +0000 (20:42 -0400)] 
lib-sql: Added sql_update_get_rows().

--HG--
branch : HEAD

16 years agolib-index: Minor code cleanup.
Timo Sirainen [Sun, 6 Sep 2009 23:06:54 +0000 (19:06 -0400)] 
lib-index: Minor code cleanup.

--HG--
branch : HEAD

16 years agodbox: Don't set +x bit for created files.
Timo Sirainen [Sun, 6 Sep 2009 23:01:13 +0000 (19:01 -0400)] 
dbox: Don't set +x bit for created files.

--HG--
branch : HEAD

16 years agodbox: Allow getting streams to messages being saved.
Timo Sirainen [Sun, 6 Sep 2009 22:53:24 +0000 (18:53 -0400)] 
dbox: Allow getting streams to messages being saved.

--HG--
branch : HEAD

16 years agoimap: Some text is required after resp-text-codes (HIGHESTMODSEQ/CLOSED).
Timo Sirainen [Sun, 6 Sep 2009 21:20:04 +0000 (17:20 -0400)] 
imap: Some text is required after resp-text-codes (HIGHESTMODSEQ/CLOSED).

--HG--
branch : HEAD

16 years agoanvil: Recovered from my insanity and reverted changes to fifo reading code.
Timo Sirainen [Sun, 6 Sep 2009 20:09:30 +0000 (16:09 -0400)] 
anvil: Recovered from my insanity and reverted changes to fifo reading code.

--HG--
branch : HEAD