Redis: fix lookups to handle (quoted) spaces embedded in parts
[exim.git] / src /
2015-12-11 Jeremy HarrisRedis: fix lookups to handle (quoted) spaces embedded...
2015-12-09 Jeremy HarrisI18N: Move EAI support from Experimental to mainline exim-4_87_RC1
2015-12-08 Jeremy HarrisPROXY: fix mismerge
2015-12-08 Jeremy HarrisSOCKS: Add log_selector support.
2015-12-08 Jeremy HarrisPROXY: Move Proxy Protocol support from Experimental...
2015-12-08 Jeremy HarrisSOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS...
2015-12-07 Jeremy HarrisSOCKS: move from Experimental to mainline
2015-12-04 Jeremy HarrisSPAMD/malware: Log service identity with errors. Bug...
2015-12-04 Jeremy HarrisDKIM: replace pdkim module debugging trace facility...
2015-12-02 Jeremy HarrisDKIM: fix simple body verify for trailing empty lines...
2015-12-01 Jeremy HarrisDKIM: $dkim_key_length visibility variable. Bug 1311
2015-11-30 Jeremy HarrisDKIM: Project coding standards
2015-11-29 Jeremy HarrisDKIM: fix relaxed body verify for a newline-only body...
2015-11-29 Andreas MetzlerSeparate PolarSSL from PDKIM. Bug 1192
2015-11-29 Jeremy HarrisDKIM: relaxed body canonicalisation should ignore white...
2015-11-29 Heiko Schlitterman... LDAP: Fix separator for multiple attrs and ldapm
2015-11-29 Heiko Schlitterman... LDAP: Fix comment formatting
2015-11-29 Heiko Schlitterman... LDAP: Fix debug messages
2015-11-29 Heiko Schlitterman... LDAP: internal rename of attr_count
2015-11-29 Heiko Schlitterman... LDAP: Fix comment about delimiter
2015-11-26 Jeremy HarrisFix potential misaligned ipv6 result records from DNS...
2015-11-25 Jeremy HarrisMIME: fix crash on filenames having null charset. ...
2015-11-22 Jeremy HarrisSOCKS: Support priority groups and weighted-random...
2015-11-22 Jeremy HarrisMySQL: support MySQL config file option group names...
2015-11-17 Graeme FowlerGF: Fix esoteric race condition in exicyclog
2015-11-14 Jasen BettsEvents: add recipient-deferred events, both per-host...
2015-11-13 Heiko Schlitterman... Hide hidden lines for -bP config
2015-11-12 Heiko Schlitterman... Add -bP config_file
2015-11-12 Heiko Schlitterman... Add support for -bP config
2015-11-12 Jeremy HarrisLogging: support +outgoing_port on defer lines and...
2015-11-08 Jeremy HarrisExpansions: New ${ipv6denorm:<string>} and ${ipv6norm...
2015-11-08 Jeremy HarrisTLS: Default tls_advertise_hosts to "*". Bug 1709
2015-11-07 Jasen BettsDKIM: fix non-debug build. Bug 1713
2015-11-06 Jeremy HarrisTransport: permit an empty string for the transport_fil...
2015-11-03 Jeremy HarrisPRDR: Introduce $prdr_requested flag variable. Bug...
2015-11-03 Jeremy HarrisRadius: Change name of header file for RADIUSCLIENTNEW...
2015-11-02 Jeremy HarrisAvoid misaligned access in cached lookup. Bug 1708
2015-11-01 Heiko Schlitterman... Source: Remove trailing whitespaces from src/*.{h,c}
2015-10-30 Jeremy HarrisLookups: Do not escape percent or underbar in the ...
2015-10-30 Jeremy HarrisCygwin: update from Exim Cygwin maintainer. Bug 1707
2015-10-27 Eric AndresenManualroute: use same host for all RCPTs of a message...
2015-10-26 Jeremy HarrisTestsuite: deal better with -bt output and long test...
2015-10-25 Jeremy HarrisPipe transport: fix log_defer_output option. Bug 840
2015-10-25 Jeremy HarrisDKIM: ignore space & tab embedded in base64 during...
2015-10-25 Jeremy Harriscode tidying
2015-10-17 Phil PennockMerge remote-tracking branch 'github/pr/34'
2015-10-17 Jeremy HarrisUtils: exiqgrep error/usage if there are non-understood...
2015-10-17 Alexander TsoyFix conflicting types errors in radius auth
2015-10-13 Jeremy HarrisCheck maximum (folded) line length in default spec...
2015-10-13 Jeremy HarrisLog deferred deliveries for transport max_parallel
2015-10-13 Jeremy Harrismax_parallel transport option. Bug 1698
2015-10-13 Jeremy Harrismax_parallel transport option
2015-10-11 Heiko Schlitterman... Fix typo in debug output
2015-10-11 Jeremy HarrisHandle >1 parallelism in serialize db entries
2015-10-11 Jeremy Harriscode tidying
2015-10-03 Jeremy HarrisTidying
2015-10-03 Jeremy HarrisSOCKS: fix function prototype
2015-09-30 Jeremy HarrisIncrease verbosity of (panic)log message for string_spr...
2015-09-29 Jeremy HarrisFix gnutls library version check, for system certs...
2015-09-22 Jeremy HarrisTestsuite: move regex testcase to Content-scanning...
2015-09-20 Jeremy HarrisDNS: avoid overflow in cache TTL for negative entries...
2015-09-19 Jeremy HarrisRetry: always use interface, if set, for retry DB key...
2015-09-17 Jeremy HarrisDNS: time-limit cached returns, using TTL. Bug 1395
2015-09-14 Heiko Schlitterman... Add the Exim version to process info (exiwhat)
2015-09-13 Jeremy Harris TLS: downgrade fail of cert-based authentication...
2015-09-12 Jeremy HarrisNew $callout_address variable to record spamd (etc...
2015-09-09 Jeremy HarrisDSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce...
2015-09-08 Jeremy Harris Capture substrings in ACL regex= . Bug 425.
2015-08-25 Jeremy HarrisClose logs after daemon-process exceptional write....
2015-08-21 Jeremy HarrisRemember the fail reason for verify=headers_syntax...
2015-08-21 Heiko Schlitterman... Fix post-transport-crash: safeguard for missing spool...
2015-08-21 Heiko Schlitterman... Add a .ctags file to src
2015-08-19 Heiko Schlitterman... Fix post-transport-crash.
2015-08-14 Tony FinchImprove the consistency of logging incoming and outgoin...
2015-08-14 Tony FinchOverhaul the debug_selector and log_selector machinery...
2015-08-12 Heiko Schlitterman... Fix timeout adjustment in c528cec4
2015-08-12 Heiko Schlitterman... Adjust the timeout after interrupted select()
2015-08-11 Jeremy HarrisGnuTLS: avoid whining about OCSP when not requested...
2015-08-11 Heiko Schlitterman... Fix ESMTP MAIL command option processing
2015-08-11 Heiko Schlitterman... Build: Make test_{os,parse,dbfn,string} work
2015-08-09 Heiko Schlitterman... Really re-select() when interrupted.
2015-08-09 Heiko Schlitterman... Compiler quietening
2015-08-06 Jeremy HarrisOpenSSL: fix complile on pre-EC-capable library versions
2015-08-02 Jeremy HarrisGnuTLS: avoid using OCSP on buggy library versions...
2015-08-02 Jeremy HarrisTestsuite: Add testcase for OCSP-nonaware client, to...
2015-07-30 Heiko Schlitterman... Docs: Add a note about the maximum spam bar length
2015-07-26 Jeremy HarrisCompiler quietening
2015-07-15 Jeremy HarrisAdd check on tls_auth pseudo-command. Bug 1659
2015-07-12 Phil PennockCompile with DISABLE_PRDR set
2015-07-04 Andreas MetzlerBump LOCAL_SCAN_ABI_VERSION.
2015-06-23 Jeremy HarrisFix error message for router headers_remove expansion...
2015-06-22 Jeremy HarrisFix support of $spam_ variables at delivery time. ...
2015-06-22 Jeremy HarrisTestsuite: fix operator precedence in dns_extract_auth_...
2015-06-22 Jeremy HarrisBefore importing a certificate, free any previous one...
2015-06-21 Heiko Schlitterman... Extract NS/SOA in dns_extract_auth_name() more precisly.
2015-06-21 Heiko Schlitterman... Fix and extend the checks in dns_is_secure()
2015-06-21 Jeremy HarrisBefore importing a certificate, free any previous one...
2015-06-20 Jeremy HarrisAdd docs and massage coding standards for dns_trust_aa
2015-06-19 Heiko Schlitterman... Add dns_trust_aa
2015-06-15 Wolfgang BreyhaDSN: fix null deref when bounce is due to conn-timeout...
next