[dovecot/core] 43f4e5: fts: Parser move try_init arguments to a single st...

GitHub noreply at github.com
Mon Dec 11 11:00:10 EET 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 43f4e550efe7afa72aab3a7ded7ad7ce606526fb
      https://github.com/dovecot/core/commit/43f4e550efe7afa72aab3a7ded7ad7ce606526fb
  Author: Sergey Kitov <sergey.kitov at open-xchange.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M src/plugins/fts/fts-build-mail.c
    M src/plugins/fts/fts-parser-html.c
    M src/plugins/fts/fts-parser-script.c
    M src/plugins/fts/fts-parser-tika.c
    M src/plugins/fts/fts-parser.c
    M src/plugins/fts/fts-parser.h
    M src/plugins/fts/xml2text.c

  Log Message:
  -----------
  fts: Parser move try_init arguments to a single structure parser_context.


  Commit: 72d301f5751986396533088b769a9e74735a467c
      https://github.com/dovecot/core/commit/72d301f5751986396533088b769a9e74735a467c
  Author: Sergey Kitov <sergey.kitov at open-xchange.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M src/plugins/fts/fts-api-private.h
    M src/plugins/fts/fts-build-mail.c
    M src/plugins/fts/fts-parser-html.c
    M src/plugins/fts/fts-parser-script.c
    M src/plugins/fts/fts-parser-tika.c
    M src/plugins/fts/fts-parser.c
    M src/plugins/fts/fts-parser.h

  Log Message:
  -----------
  fts: Extend parser's deinit function interface with retriable_err_msg_r parameter

the new parameter will be set to a error string in case indexing may
need retrying, so it will be logged later when decision about retry will be made.


  Commit: 8e1eaf849ce4668c0941338e3e3671db159da575
      https://github.com/dovecot/core/commit/8e1eaf849ce4668c0941338e3e3671db159da575
  Author: Sergey Kitov <sergey.kitov at open-xchange.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M src/plugins/fts/fts-api-private.h
    M src/plugins/fts/fts-build-mail.c
    M src/plugins/fts/fts-parser-tika.c
    M src/plugins/fts/fts-parser.h

  Log Message:
  -----------
  fts: Retry indexing for tika backend in case of internal server error


  Commit: dc1e69cd9e53e2fa38668f819222740fad050072
      https://github.com/dovecot/core/commit/dc1e69cd9e53e2fa38668f819222740fad050072
  Author: Sergey Kitov <sergey.kitov at open-xchange.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M src/plugins/fts/fts-parser-tika.c

  Log Message:
  -----------
  fts: fts_parser_tika replace empty path with "/"

indexing doesn't crash if fts_tika = http://host:port setting is
missing trailing '/'


Compare: https://github.com/dovecot/core/compare/d4002fe1f64d...dc1e69cd9e53


More information about the dovecot-cvs mailing list