[dovecot/core] cd722d: lib: include inttypes.h to get PRIu64 & friends

GitHub noreply at github.com
Wed Jan 3 19:00:17 EET 2018


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: cd722dfc704128f8d675dfe6411dc9a66676a1ce
      https://github.com/dovecot/core/commit/cd722dfc704128f8d675dfe6411dc9a66676a1ce
  Author: Josef 'Jeff' Sipek <jeff.sipek at dovecot.fi>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M configure.ac
    M src/lib/compat.h
    M src/lib/lib.h

  Log Message:
  -----------
  lib: include inttypes.h to get PRIu64 & friends

Including it in lib.h allows all of the Dovecot code (as well as any
external plugins) to just use these macros without worrying about what
system headers to include.


  Commit: 982569d2774eb9346a919e82266bea493af6b2b0
      https://github.com/dovecot/core/commit/982569d2774eb9346a919e82266bea493af6b2b0
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M src/lib-storage/index/imapc/imapc-mail-fetch.c
    M src/lib-storage/index/imapc/imapc-settings.c
    M src/lib-storage/index/imapc/imapc-settings.h

  Log Message:
  -----------
  imapc: Add imapc_features=fetch-empty-is-expunged

When FETCH returns an empty mail, the mail is assumed to be expunged.


  Commit: a791e0db0315f0b3d2e8b9b263fb4189ce716d50
      https://github.com/dovecot/core/commit/a791e0db0315f0b3d2e8b9b263fb4189ce716d50
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M src/doveadm/client-connection.c
    M src/doveadm/client-connection.h

  Log Message:
  -----------
  doveadm-server: Switch to TCP connection's ioloop while sending logs to remote

Fixes:
Warning: I/O leak: 0x558d7c074ed0 (ostream-file.c:349, fd 16)
Panic: file ioloop.c: line 127 (io_remove_full): assertion failed: (io->callback != NULL)


Compare: https://github.com/dovecot/core/compare/f8767e077b4c...a791e0db0315


More information about the dovecot-cvs mailing list