]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2017-10-11  Timo Sirainenglobal: Use check-local in Makefile.am instead of overr...
2017-10-11  Timo Sirainenlib-sql, lib-ldap: Fix link dependencies
2017-10-10  Timo Sirainenlib: ostream-multiplex - ignore flush return value
2017-10-10  Timo Sirainenlib: ostream-multiplex - remove unnecessary flushes
2017-10-10  Timo Sirainenlib: istream-multiplex - Minor optimization
2017-10-10  Aki Tuomiostream-multiplex: Check flush return value
2017-10-10  Aki Tuomiglobal: Use i_close_fd instead of close
2017-10-10  Aki Tuomitest-ostream-escaped: Check flush return value
2017-10-10  Aki Tuomidoveadm-server: Remove flush before multiplex
2017-10-10  Aki Tuomiiostream-multiplex: Check return values in tests
2017-10-10  Aki Tuomidoveadm: Return after destroying connection
2017-10-09  Aki Tuomiostream-multiplex: Unreference stream parent
2017-10-09  Timo Sirainendoveadm: Add remote(host) prefix to all proxied logs
2017-10-09  Timo Sirainendoveadm log test: Fix it to work again
2017-10-09  Timo Sirainenlib: ostream-multiplex - set ostream_private.parent
2017-10-09  Timo Sirainenlib: istream-multiplex - Forward i_stream_switch_ioloop...
2017-10-09  Timo Sirainenacl: Fix compiler warning with -Wstrict-bool
2017-10-09  Martti Rannanjärvidoveadm-mail-crypt: Print existing folder key hash...
2017-10-06  Timo Sirainenacl: Fix checking create (k) permission in global acl...
2017-10-06  Timo Sirainenacl: Cleanup - move code to a new acl_vfile_validity_ha...
2017-10-06  Timo Sirainenacl: Fix checking whether global acl-file has changed
2017-10-06  Timo Sirainendict-sql: dict doesn't support NULL values, so convert...
2017-10-06  Timo Sirainenlib-sql: Add comments about NULL values.
2017-10-06  Martti Rannanjärviglobal: Use PRIdTIME_T and PRIxTIME_T format specifiers
2017-10-06  Martti Rannanjärvimaster,stats: Use time_t instead of unsigned long to...
2017-10-06  Martti Rannanjärvim4: Add PRIdTIME_T and PRIxTIME_T format specifiers
2017-10-06  Martti Rannanjärviglobal: Use PRI* macros and %zu instead of casting
2017-10-06  Timo Sirainenpop3: Expand settings to fix rawlog_dir
2017-10-06  Timo Sirainenlib-settings: Add assert to help static analyzer
2017-10-06  Timo Sirainenmail-crypt: test-mail-key - Fix potential crash on...
2017-10-06  Timo Sirainenlib: test-mempool-alloconly - help static analyzer...
2017-10-06  Timo Sirainenlib: istream-multiplex - remove dead assignment
2017-10-06  Martti Rannanjärvidoveadm-mail-crypt: Print existing userkey hash when...
2017-10-05  Josef 'Jeff... lib: don't use foo_real()-style symbols in a header...
2017-10-05  Josef 'Jeff... lib: move i_fd_close*() to fd-util.[ch]
2017-10-05  Josef 'Jeff... lib: move fd_close_maybe_stdio() to fd-util.[ch]
2017-10-05  Josef 'Jeff... lib: move fd_set_nonblock() to fd-util.[ch]
2017-10-05  Josef 'Jeff... lib: move fd-close-on-exec.[ch] code into fd-util.[ch]
2017-10-05  Josef 'Jeff... global: stop including fd-set-nonblock.h & fd-close...
2017-10-05  Josef 'Jeff... lib: always include fd-close-on-exec.h & fd-set-nonbloc...
2017-10-05  Timo Sirainenlib: iostream-multiplex tests - Fix hangs by setting...
2017-10-05  Timo Sirainenlib: istream-multiplex - Minor code cleanup
2017-10-05  Timo Sirainendict-ldap: Link directly to dict binary, unless --with...
2017-10-05  Timo Sirainendict-ldap: Move from plugins/dict-ldap to lib-dict...
2017-10-05  Timo Sirainenlib-dict-backend: Build test-dict-sql even without...
2017-10-05  Timo Sirainenlib-dict: Move libdict_backend to lib-dict-backend
2017-10-05  Aki Tuomimail-crypt: Improve doveadm output
2017-10-05  Aki Tuomimail-crypt: Fix key generation handling
2017-10-05  Timo Sirainendirector: When ring is synced, purge any pending "remov...
2017-10-05  Timo Sirainendirector: Rename director_delayed_dir_remove_timeout...
2017-10-05  Timo Sirainendirector: Fix potential panic when director is alone
2017-10-05  Timo Sirainenglobal: Remove dead code
2017-10-05  Timo Sirainendict-memcached: Response status may not be included...
2017-10-05  Timo Sirainenlib-test: Use i_unreached() for marking unreachable...
2017-10-05  Timo Sirainenauth: LDAP request queue has no size limit anymore...
2017-10-05  Timo Sirainenmbox: Remove unnecessary check from assert - move_diff...
2017-10-05  Timo Sirainenzlib: zlib_mailbox_open_input() can't fail - remove...
2017-10-05  Timo Sirainenlib-storage: imapc_mailbox_get_selected_status() can...
2017-10-05  Aki Tuomidoveadm-server: Use i_close_fd
2017-10-05  Aki Tuomidoveadm: Deliver remote logs over doveadm socket
2017-10-05  Aki Tuomidoveadm: Refactor server/client code to support version...
2017-10-05  Aki Tuomidoveadm-server: Refactor connection handshake and authe...
2017-10-05  Aki Tuomilib: Add multiplex stream support
2017-10-05  Timo Sirainendirector: Allow doveadm director ring remove for the...
2017-10-05  Timo Sirainendirector: Don't crash on doveadm director ring remove...
2017-10-05  Timo Sirainendirector: Don't crash if DIRECTOR-REMOVE is received...
2017-10-05  Timo Sirainenlib: istream-file - set blocking=TRUE automatically...
2017-10-05  Timo Sirainenlib: istream-file/unix - don't ignore EINTR for blockin...
2017-10-05  Timo Sirainenlib: test-istream-unix - Use i_stream_set_blocking()
2017-10-05  Timo Sirainenlib: Add i_stream_set_blocking()
2017-10-04  Stephan Boschlib-smtp: smtp-submit: Made submission_timeout a settin...
2017-10-04  Stephan Boschlib-lda: Dropped now useless settings from lib-lda...
2017-10-04  Stephan Boschimap: Drop dependencies on lib-lda settings.
2017-10-04  Stephan Boschlib-lda: Use hostname and postmaster_address settings...
2017-10-04  Stephan Boschlib-lda: Use SMTP submit settings directly.
2017-10-04  Stephan Boschlib-storage: Renamed duplicate to mail_duplicate.
2017-10-04  Stephan Boschlib-lda: Moved duplicate handling to lib-storage.
2017-10-04  Stephan Boschlib-lda: Removed old smtp-client API.
2017-10-04  Stephan Boschlib-storage: Added hostname, postmaster_address and...
2017-10-04  Stephan Boschlda/lmtp: Parse SMTP submit settings.
2017-10-04  Stephan Boschlda: main: main(): Put result from mail_user_var_expand...
2017-10-04  Stephan Boschlmtp: commands: client_deliver(): Put client->state...
2017-10-04  Stephan Boschlmtp: commands: client_deliver(): Put result from mail_...
2017-10-04  Stephan Boschlib-smtp: smtp-submit: Made settings parseable.
2017-10-04  Stephan Boschlib-lda: Moved most of mail_deliver_save_open() to...
2017-10-04  Stephan Boschlib-storage: Created mailbox_alloc_delivery(), which...
2017-10-04  Stephan Boschlib-storage: Implemented new mailbox flag MAILBOX_FLAG_...
2017-10-04  Stephan Boschlib-storage: Implemented new mailbox flag MAILBOX_FLAG_...
2017-10-04  Stephan Boschlib-storage: Implemented mailbox_is_autosubscribed().
2017-10-04  Timo Sirainendirector: Fix HOST-RESET-USERS when all hosts are down
2017-10-04  Timo Sirainendirector: Fix tracking user move count when user is...
2017-10-04  Timo Sirainenquota: quota_get_resource() - return enum to make the...
2017-10-04  Timo Sirainenimap-quota: Return NO reply if GETQUOTA fails only...
2017-10-04  Aki Tuomidoveadm-mail: Handle parse_arg return value
2017-10-03  Timo Sirainenlib-master: master_service_init_log() - Switch log...
2017-10-03  Aki Tuomilib-dcrypt: Use cpu32_to_be instead of htonl
2017-10-03  Josef 'Jeff... global: use i_close_fd{,_path}() instead of open-coding...
2017-10-03  Josef 'Jeff... lib: introduce i_close_fd_path()
2017-10-03  Josef 'Jeff... lib: remove close_keep_errno()
2017-10-03  Josef 'Jeff... lib: improve i_close_fd() error message
next