| 2010-10-25 |
Timo Sirainen | dsync: Error handling fixes. |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | dsync: If msg input reading fails, don't also log a... |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | lib-storage: Comment update to mail_get_stream() |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | master: Use env_clean_except() instead of doing it... |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | lib-master: Use env_clean_except() for master_service_e... |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | Added env_clean_except() |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | lib-master: Code cleanup for master_service_env_clean() |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | doveadm expunge: Sync mailbox after commit to make... |
commit | commitdiff | tree | snapshot |
| 2010-10-25 |
Timo Sirainen | maildir: Duplicate GUIDs during a single save transacti... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | file_preallocate(): Don't ignore ENOSPC with OSX either... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | file_preallocate(): Added support for OS X. |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | doveadm fetch: Added support for pop3.uidl field. |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | NEWS: mdbox_preallocate_space is for ext4, not ext3. |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | configure: Use sdbox name instead of dbox in the help. |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | Added signature for changeset 8a838dcf8e76 |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | Added tag 2.0.6 for changeset 8a838dcf8e76 |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | Released v2.0.6. 2.0.6 |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | Static analyzer warning fix. |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | doveadm import: Code correctness fix (wasn't visible... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | lib-fs: Fixed error handling for posix.write_stream_fin... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | dbox: Reverted the "check if altpath is mounted" change... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | dsync: Make sure POP3 UIDL string isn't corrupted while... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | lib-storage: Make sure POP3 UIDLs aren't tried to be... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | Compiler warning fix. |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | auth: userdb passwd iteration now lists only users... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | dbox: If alt path is lost, fail with an error rather... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | dsync: Don't crash if USER environment isn't set and... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | example-config: Added a warning about mail_attachment... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | example-config: Added mail_attachment_* settings. |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | zlib: Hook into mail.istream_opened() method rather... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | lib-storage: Added istream_opened() method to struct... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | istream-concat: Avoid assert-crashing. |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | mdbox: Added mdbox_preallocate_space setting to preallo... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | Added file_preallocate() to preallocate space to a... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | dbox, maildir: When copying messages, copy the cached... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | lib-storage: mailbox_get_status(): return cache fields... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | lib-index: Added mail_cache_register_get_field(). |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | pop3: Don't crash if client disconnects in output handler. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | ioloop: If io_add() is called twice for same fd, give... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | istream-header-filter: Fix to previous change. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | lib-storage: Added support for saving mail attachments... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | liblib: Added istream for reading binary data as base64... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | doveadm: Added commands for managing SiS directories. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | Added lib-fs for simple filesystem accessing. Implement... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | liblib: Added API for easily building hash strings... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | liblib: Added a common API for accessing all hash methods. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | istream-header-filter: Drop duplicate headers instead... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | acl: Recent change broke setting acls. |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | doveadm: Added import command for importing mails from... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | doveadm: Call mail command's init() only after service... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | lib-storage: Added no_userdb_lookup flag to storage... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | ostream-file: Fixed potential crash in write_at() and... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | lib-index: More undoing of locking code changes. |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | acl: Fixed memory leaks. |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | auth: Default for auth_cache_negative_ttl was supposed... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | auth: Log userdb cache hits and misses with auth_debug=yes |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | lib-storage: Log a debug message if shared user's stora... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | acl: Avoid passing NULL parameter to printf %s when... |
commit | commitdiff | tree | snapshot |
| 2010-10-16 |
Timo Sirainen | pop3: Recent corking change caused hangs. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Removed some dead code. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-index: Work around clang static analyzer's false... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-lda: Make sure duplicate_init() handles non-existen... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: mail_user_get_home(): Make sure user_r... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: mailbox_get_guid() crashed if storage... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | istream-concat: Fixed another memory leak. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lmtp: Don't access freed memory if input couldn't be... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | istream-header-filter: Assert-crash if headers aren... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Compiler warning/error fix to recent logging API changes. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lmtp: Reverted last change after all. Besides, the... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lmtp: Don't allow saving zero byte sized messages. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | epoll: Suggest not-so-UUOC if epoll_ctl() fails for... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | istream-concat: Fixed a memory leak. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Added assert to transaction rollback to... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | auth: Make sure auth request is kept referenced during... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-master: Properly fixed accepting FIFO connections... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | log: Avoid calling time() unnecessary when logging... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Failure logging supports now getting timestamp as param... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Cleaned up log callbacks and made them more extensible. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | acl: Log mailbox names that are skipped due to missing... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Log attempted accesses to nonexistent... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Use MAIL_STORAGE_FLAG_NO_AUTOVERIFY for... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Added MAIL_STORAGE_FLAG_NO_AUTOVERIFY... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | ldap: Compare LDAP attribute names case-insensitively. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | ldap: Log a warning if iterate_attrs has other fields... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | maildir: Check correctly if file is a symlink. |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-index: Put back some of the removed locking complexity. |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | *-login: If client didn't log in, don't log mpid in... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | imap, pop3: Cork TCP connection before trying to flush... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-storage: If mailbox deletion failed, we crashed... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-index: Don't reopen mailbox log file too often. |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-index: Mailbox log writing was trying to write... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | auth: Give a better error message if pass=yes can't... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | quota: Log a warning if Maildir++ quota is enabled... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | master: Parse and check full config at startup. |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-master: Added support for parse_full_config input... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | doveconf: Added -p parameter to parse full config even... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | maildir: Write only base filenames to uidlist. |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | imap search: Fixed YOUNGER/OLDER |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | search: If body search fails due to I/O error, keep... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lda: -m parameter's UTF-8 validity wasn't checked corre... |
commit | commitdiff | tree | snapshot |
| next |