dovecot.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Dovecot-test

Thread Start a new thread
Threads by month
  • ----- 2025 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
dovecot-test@dovecot.org

  • 49 discussions
[dovecot/core | refs/heads/master] d52239c0: lib-storage: Fix mail_get_headers() API comment
by noreply@dovecot.org 11 Dec '18

11 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: d52239c0e63820232aea05710b64ffaad79f936a https://github.com/dovecot/core/commit/d52239c0e63820232aea05710b64ffaad79f… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lib-storage/mail-storage.h Log Message: ----------- lib-storage: Fix mail_get_headers() API comment Patch: https://github.com/dovecot/core/compare/59f8828316e3...d52239c0e638.patch
1 0
0 0
[dovecot/core | refs/heads/master] 59f88283: master: Before child process closes log fds, switch logging to stderr
by noreply@dovecot.org 11 Dec '18

11 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 59f8828316e34ef5baf99df958a1cc743c482f4a https://github.com/dovecot/core/commit/59f8828316e34ef5baf99df958a1cc743c48… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/master/service-process.c Log Message: ----------- master: Before child process closes log fds, switch logging to stderr Otherwise any logging could cause the process to fail with FATAL_LOGWRITE without writing the error message anywhere. This is especially unwanted when using --enable-devel-checks and logging a debug message about growing data stack. Patch: https://github.com/dovecot/core/compare/90f5df3993de...59f8828316e3.patch
1 0
0 0
[dovecot/core] 90f5df39: lib-http: client: Fix panic occurring at connection failure.
by noreply@dovecot.org 10 Dec '18

10 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 90f5df3993ded3d4a47bcb9587e5d003fbace7b3 https://github.com/dovecot/core/commit/90f5df3993ded3d4a47bcb9587e5d003fbac… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-07 (Fri, 07 Dec 2018) Changed paths: M src/lib-http/http-client-peer.c Log Message: ----------- lib-http: client: Fix panic occurring at connection failure. In http_client_peer_connection_failed_pool(), all linked queues are notified about the connection failure through http_client_queue_connection_failure(). That function can internally link and unlink peers to the queue, including the calling one. This means that the peer->queues array can be modified while it is iterated in the array_foreach() loop. The problem is fixed by making a local copy of the peer->queues array. Commit: a2ac8c0b4a3e39b638c979e4676138a27fb4ebfd https://github.com/dovecot/core/commit/a2ac8c0b4a3e39b638c979e4676138a27fb4… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/lib-http/http-client-queue.c M src/lib-http/test-http-client-errors.c Log Message: ----------- lib-http: client: Fix handling of servers with several alternative IP addresses. This also addresses an assert failure occurring with parallel clients: Panic: file http-client-queue.c: line 518 (http_client_queue_connection_failure): assertion failed: (queue->cur_peer == peer) Patch: https://github.com/dovecot/core/compare/16db408725f5...90f5df3993de.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. testiääkkösiä Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. testiääkkösiä Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.