]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2019-02-12  Stephan Boschsubmission: relay backend: Handle the LMTP per-RCPT...
2019-02-12  Stephan Boschsubmission: relay backend: Log an error when relayed...
2019-02-12  Stephan Boschsubmission: relay backend: Fix comment in RCPT command...
2019-02-12  Stephan Boschsubmission: recipient: Add field for associating backen...
2019-02-12  Stephan Boschlmtp: DATA command: Assert that the server transaction...
2019-02-12  Stephan Boschlib-smtp: server: Allow enabling the LMTP per-RCPT...
2019-02-12  Stephan Boschsubmission: relay backend: Do not close the client...
2019-02-12  Stephan Boschsubmission: relay backend: Use (potentially) modified...
2019-02-12  Stephan Boschsubmission: relay backend: Use smtp_reply_is_success...
2019-02-12  Stephan Boschlib-smtp: server: Add smtp_server_command_get_reply_cou...
2019-02-12  Stephan Boschlib-smtp: client: Make smtp_client_transaction_unref...
2019-02-12  Stephan Boschlib-smtp: client: Make smtp_client_transaction_destroy...
2019-02-12  Stephan Boschsubmission: Allocate recipients for the client transact...
2019-02-12  Stephan Boschlmtp: proxy: Allocate recipients for the client transac...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add alternative function...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Fix and amend a few...
2019-02-12  Stephan Boschlib-smtp: client: Remove unused "failed" field from...
2019-02-12  Stephan Boschsubmission: Fix starting secondary backends created...
2019-02-12  Stephan Boschsubmission: relay backend: Properly manage the trans_st...
2019-02-12  Stephan Boschsubmission: relay backend: Set the immediate for the...
2019-02-12  Stephan Boschsubmission: RCPT command: Move starting the backend...
2019-02-12  Stephan Boschsubmission: relay backend: Add support for relaying...
2019-02-12  Stephan Boschlib-smtp: client: Allow connecting to SMTP/LMTP service...
2019-02-12  Stephan Boschlib-smtp: client: Move creation of connection object...
2019-02-12  Stephan Boschlib-smtp: server: Record the associated server command...
2019-02-12  Stephan Boschsubmission: Use the recipient index in the server recip...
2019-02-12  Stephan Boschlmtp: Use the recipient index in the server recipient...
2019-02-12  Stephan Boschsubmission: Use the path in the server recipient object...
2019-02-12  Stephan Boschlmtp: Use the path in the server recipient object rathe...
2019-02-12  Stephan Boschsubmission: Start using the new lib-smtp/server recipie...
2019-02-12  Stephan Boschlmtp: Start using the new lib-smtp/server recipient...
2019-02-12  Stephan Boschlib-smtp: server: Create the definitive recipient objec...
2019-02-12  Stephan Boschlib-smtp: server: Record the index in the list of appro...
2019-02-12  Stephan Boschlib-smtp: server: Add hooks API for recipient.
2019-02-12  Stephan Boschlib-smtp: server: Allocate each recipient on its own...
2019-02-12  Stephan Boschsubmission: Rename struct smtp_server_recipient *trcpt...
2019-02-12  Stephan Boschsubmission: Rename struct submission_recipient *rcpt...
2019-02-12  Stephan Boschlmtp: Rename struct smtp_server_recipient *trcpt variab...
2019-02-12  Stephan Boschlmtp: local: Rename struct lmtp_local_recipient *rcpt...
2019-02-12  Stephan Boschlmtp: proxy: Rename struct lmtp_proxy_recipient *rcpt...
2019-02-12  Stephan Boschlmtp: common: Rename struct lmtp_recipient *rcpt variab...
2019-02-12  Stephan Boschlmtp: local: Do not use array_idx() to obtain transacti...
2019-02-12  Stephan Boschlmtp: Reformat commands.h.
2019-02-12  Stephan Boschsubmission: client: Add API for adding extra (non-stand...
2019-02-12  Stephan Boschlib-smtp: syntax: Add verification functions for EHLO...
2019-02-12  Stephan Boschsubmission: Add support for module contexts to recipient.
2019-02-12  Stephan Boschsubmission: Add support for module contexts to client.
2019-02-12  Stephan Boschsubmission: Implement client vfuncs for transaction...
2019-02-12  Stephan Boschsubmission: Implement client vfuncs for all normal...
2019-02-12  Stephan Boschsubmission: Implement basic client vfuncs.
2019-02-12  Stephan Boschsubmission: Allocate each recipient object on its own...
2019-02-12  Stephan Boschsubmission: Provide ephemeral pool for transaction...
2019-02-12  Stephan Boschsubmission: Allocate client on alloconly mempool.
2019-02-12  Stephan Boschlib-smtp: server: Add proper infrastructure for adding...
2019-02-12  Stephan Boschlib-smtp: params: Add functions for dropping extra...
2019-02-12  Stephan Boschlib-smtp: params: Add functions for adding extra MAIL...
2019-02-12  Stephan Boschlib-smtp: params: Allow only specific custom parameter...
2019-02-12  Stephan Boschlib-smtp: params: Fix segfault occurring in smtp_param_...
2019-02-12  Stephan Boschsubmission: relay backend: Use SMTP client transaction...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add option to submit...
2019-02-12  Stephan Boschlib-smtp: client: Fully disconnect the connection upon...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add support for aborting...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add support for aborting...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add support for creating...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add support for pipelini...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add infrastructure for...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Rename mail_from_callbac...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Use linked lists rather...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add support for ending...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Move initiation of comma...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Perform pipeline plug...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Annotate sub-parts of...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Move smtp_client_transac...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Move initiation of comma...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Rename smtp_client_trans...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Move the code executed...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Don't trigger next trans...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Prevent calling callback...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Annotate sub-parts of...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add debug message for...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Make sure the transactio...
2019-02-12  Stephan Boschlib-smtp: client: connection: Add debug messages for...
2019-02-12  Stephan Boschlib-smtp: server: RCPT command: Improve replacement...
2019-02-12  Stephan Boschlib-smtp: server: MAIL command: Improve replacement...
2019-02-12  Stephan Boschlib-smtp: server: Add ability to determine whether...
2019-02-12  Stephan Boschlib-smtp: server: MAIL command: Reliably start the...
2019-02-12  Stephan Boschlib-smtp: client: Properly manage command timeout durin...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Set the number of expect...
2019-02-12  Stephan Boschlib-smtp: client: Clear command callback early to preve...
2019-02-12  Stephan Boschlib-smtp: client: Add smtp_client_command_drop_callback().
2019-02-12  Stephan Boschlib-smtp: client: Fix memory issue caused when reconnec...
2019-02-12  Phil Carmodylib-fts: replace repeated explicit hex utf8 with cleane...
2019-02-12  Phil Carmodylib-fts: tokenizer-generic - tr29 explicit-prefix parsing
2019-02-12  Phil Carmodylib-fts: test-fts-tokenizer - explicit-prefix tests
2019-02-12  Phil Carmodylib-fts: tokenizer-generic - simple explicit prefix...
2019-02-12  Phil Carmodylib-fts: tokenizer-generic - add more history to break...
2019-02-12  Phil Carmodylib-fts: tokenizer-generic - recognise request for...
2019-02-12  Phil Carmodylib-fts/test-fts-tokenizer - have different possible...
2019-02-12  Phil Carmodylib-fts: generic simple tokeniser - distinguish "letter...
2019-02-12  Phil Carmodylib-fts: tokenizer-generic - move related helpers toget...
next