[dovecot/core] 49d0f8: lib-imap: Fix compiler warning

GitHub noreply at github.com
Mon Jan 30 17:00:32 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 49d0f8cb2ee08083c1da6cea969f1390ba643a5a
      https://github.com/dovecot/core/commit/49d0f8cb2ee08083c1da6cea969f1390ba643a5a
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/lib-imap/imap-envelope.c

  Log Message:
  -----------
  lib-imap: Fix compiler warning

Unnecessary, but older gcc complains.


  Commit: dfa2201c6ac8ddb2d2798dee15662cfe774e644e
      https://github.com/dovecot/core/commit/dfa2201c6ac8ddb2d2798dee15662cfe774e644e
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/config/doveconf.c
    M src/imap-urlauth/imap-urlauth.c
    M src/imap/main.c
    M src/lda/main.c
    M src/lib-http/test-http-payload.c
    M src/lib-master/master-instance.c
    M src/lib-master/master-service-settings.c
    M src/lib-master/master-service.c
    M src/lib-storage/index/dbox-common/dbox-storage.c
    M src/lib-storage/mailbox-list.c
    M src/lib/Makefile.am
    R src/lib/abspath.c
    R src/lib/abspath.h
    M src/lib/eacces-error.c
    M src/lib/nfs-workarounds.c
    A src/lib/path-util.c
    A src/lib/path-util.h
    M src/lib/unlink-directory.c
    M src/lmtp/main.c
    M src/master/main.c
    M src/pop3/main.c

  Log Message:
  -----------
  lib: Rename abspath to path-util


  Commit: 8da8e8a206b474caaa5b2ec9de0aab17767b6f59
      https://github.com/dovecot/core/commit/8da8e8a206b474caaa5b2ec9de0aab17767b6f59
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/lib/path-util.c

  Log Message:
  -----------
  lib: Add asserts to t_abspath and t_abspath_to


  Commit: dd645357a6b851a3a9527d16e2bced731e46dcaa
      https://github.com/dovecot/core/commit/dd645357a6b851a3a9527d16e2bced731e46dcaa
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/config/doveconf.c
    M src/lib-master/master-instance.c
    M src/lib-master/master-service.c
    M src/lib-storage/index/dbox-common/dbox-storage.c
    M src/lib-storage/mailbox-list.c
    M src/lib/path-util.c
    M src/lib/path-util.h

  Log Message:
  -----------
  lib: Add error_r to t_readlink and its callers


  Commit: f0913bab58841032fa0ac719771f78bc3a4fd23e
      https://github.com/dovecot/core/commit/f0913bab58841032fa0ac719771f78bc3a4fd23e
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/lib/eacces-error.c
    M src/lib/nfs-workarounds.c
    M src/lib/path-util.c
    M src/lib/path-util.h
    M src/lib/unlink-directory.c
    M src/lmtp/main.c

  Log Message:
  -----------
  lib: Rename t_get_current_dir to t_get_working_dir

Also add an error_r parameter that cannot be NULL.


  Commit: f6925c43f4cad8ae63ed6a5c821ecc98c2149c97
      https://github.com/dovecot/core/commit/f6925c43f4cad8ae63ed6a5c821ecc98c2149c97
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/lib/path-util.c
    M src/lib/path-util.h

  Log Message:
  -----------
  lib: Add Pigeonhole realpath functions to path-util


  Commit: b28403dc4da6ee942ff18315596b43d4c4e9b7bd
      https://github.com/dovecot/core/commit/b28403dc4da6ee942ff18315596b43d4c4e9b7bd
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/lib/Makefile.am
    M src/lib/test-lib.inc
    A src/lib/test-path-util.c

  Log Message:
  -----------
  lib: Add tests for path-util


  Commit: b1c85a1f889a5e71f491e320bdac95df3c9fe550
      https://github.com/dovecot/core/commit/b1c85a1f889a5e71f491e320bdac95df3c9fe550
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/imap-urlauth/imap-urlauth.c
    M src/imap/main.c
    M src/lda/main.c
    M src/lib/path-util.c
    M src/lib/path-util.h
    M src/lmtp/main.c
    M src/master/main.c
    M src/pop3/main.c

  Log Message:
  -----------
  lib: Add error_r to t_abspath and its callers


  Commit: d764f67e463b5d8ea3dc9f5c932bf83d76cad1f0
      https://github.com/dovecot/core/commit/d764f67e463b5d8ea3dc9f5c932bf83d76cad1f0
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/lib-master/master-service-settings.c
    M src/lib/path-util.c
    M src/lib/path-util.h

  Log Message:
  -----------
  lib, lib-master: Add error_r to t_binary_abspath


  Commit: b02cd3fca17f636e73ee9e12be73734f74da6e4b
      https://github.com/dovecot/core/commit/b02cd3fca17f636e73ee9e12be73734f74da6e4b
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M src/lib-imap/imap-bodystructure.c

  Log Message:
  -----------
  lib-imap: Fix another compiler warning

Unnecessary, but older gcc complains.


Compare: https://github.com/dovecot/core/compare/30116399ebac...b02cd3fca17f


More information about the dovecot-cvs mailing list