Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-03 | testsuite: fix runtest (File::Copy used in another place) | Heiko Schlittermann (HS12-RIPE) | |
2021-04-02 | build: Allow environment EXIM_RELEASE_VERSION | Heiko Schlittermann (HS12-RIPE) | |
This should easy automated testing where no .git directory is available (as is happens with git worktrees) Setting this environment variable makes the reversion script using it instead of searching for version.sh or using `git describe`. | |||
2021-04-02 | Docs: clarify list-separator requirements | Jeremy Harris | |
2021-04-02 | typoes | Jeremy Harris | |
2021-04-01 | testsuite: provide cp() if File::Copy is too old. | Heiko Schlittermann (HS12-RIPE) | |
2021-03-31 | testsuite: use File::Copy "cp" to copy the permissions (x-bit) | Heiko Schlittermann (HS12-RIPE) | |
2021-03-28 | testsuite: add --fail-any option to runtest | Heiko Schlittermann (HS12-RIPE) | |
This option makes runtest's exit status !0 on any failure in any test. (Useful in -c mode and git-bisect) | |||
2021-03-28 | Memory handling: fix size backoff on store-reset | Jeremy Harris | |
2021-03-28 | Memory debug: do not try to save allocation bytes used for debug as ACL can ↵ | Jeremy Harris | |
modify debugging status | |||
2021-03-27 | testsuite: make runtest exit(!0) on failure in continue mode | Heiko Schlittermann (HS12-RIPE) | |
This makes it possible to use `runtest -c <xx>` for `git bisect run …` | |||
2021-03-27 | testsuite: tidy runtest | Heiko Schlittermann (HS12-RIPE) | |
2021-03-27 | GnuTLS: use a less bogus-looking temporary filename for DH-parameters | Jeremy Harris | |
2021-03-27 | Avoid all tail-end pipelining on retries | Jeremy Harris | |
2021-03-25 | Build: use PHDRS set in the toplevel Makefile | Heiko Schlittermann (HS12-RIPE) | |
They're passed as HDRS, but the lookups/Makefile referenced the PHDRS (which was empty) E.g. touch src/functions.h didn't force a rebuild of the lookups.a | |||
2021-03-23 | Avoid building routines calling other not incuded in utilities link stage | Jeremy Harris | |
This should fix a Solaris build error probably inserted by 92583637b2 | |||
2021-03-22 | Avoid clearing first_delivery flag on the initial half of a 2-phase queue run | Jeremy Harris | |
2021-03-21 | Builtin macros for Experimental features | Jeremy Harris | |
2021-03-21 | DNS: explicit alloc/free of workspace | Jeremy Harris | |
2021-03-20 | Memory debug: track max pool order, fix nonpool accounting | Jeremy Harris | |
2021-03-20 | Memory handling: exponentially-increasing alloc size | Jeremy Harris | |
2021-03-20 | DKIM: Force use of tainted mem for headers | Jeremy Harris | |
2021-03-20 | Avoid needless alloc for null header | Jeremy Harris | |
2021-03-20 | DKIM: verify using separate pool-pair, reset per message | Jeremy Harris | |
2021-03-19 | testsuite output changes resulting | Jeremy Harris | |
Broken-by: 649c209e19 | |||
2021-03-17 | Linux and the BSDs have getifaddrs(). Use it and save a bunch of ↵ | Jeremy Harris | |
complex coding. | |||
2021-03-17 | testsuite output changes resulting | Jeremy Harris | |
Broken-by: 649c209e19 | |||
2021-03-16 | Pipeline QUIT after data | Jeremy Harris | |
2021-03-16 | Debug: tag client SMTP output with buffering qualifier | Jeremy Harris | |
2021-03-15 | Fix error messages in dbfn_open | Heiko Schlittermann (HS12-RIPE) | |
2021-03-15 | Doc: more explicit hinting on tls_try_verify_hosts. | Jeremy Harris | |
2021-03-09 | Fix uClibc build | Bernd Kuhls | |
structs.h:757:18: error: ‘NS_MAXMSG’ undeclared here (not in a function); did you mean ‘N_MASC’? uschar answer[NS_MAXMSG]; /* the answer itself */ | |||
2021-03-07 | wip | Jeremy Harris | |
2021-03-07 | Revert "Docs: typos" | Jeremy Harris | |
This reverts commit 1ad20e19a669731c19852c865facabe4816ae4f9. These are not typos; "provably" is a real word and accurate in context. | |||
2021-03-07 | Docs: typos | Jim Pazarena | |
2021-02-27 | Docs: fix description of hosts_try_dane. Bug 2704 | Jeremy Harris | |
2021-02-24 | Queryprogram router: call extract fn directly rather than via string-expansion | Jeremy Harris | |
This is not only safer (vs. unexpected expansions), but more efficient | |||
2021-02-23 | Bulid: fix DISABLE_PIPE_CONNECT build. Bug 270333 | Jeremy Harris | |
2021-02-22 | Fix list-expansion for various domainlists, having included sublist ↵ | Jeremy Harris | |
elements. Bug 2701 | |||
2021-02-22 | Testsuite: fix error message. Bug 2700 | Jasen Betts | |
2021-02-19 | spamd: Use macro for default priority. Bug 2694 | Heiko Schlichting | |
2021-02-19 | Use random_number rather than random, for external server distribution. Bug ↵ | Heiko Schlichting | |
2694 | |||
2021-02-19 | Fix weight calculation for socks_proxy. Bug 2694 | Heiko Schlichting | |
2021-02-19 | Fix weight calculation for spamd_address. Bug 2694 | Heiko Schlichting | |
2021-02-18 | Docs: yet more on $domain_data | Jeremy Harris | |
2021-02-18 | Docs: typo | Jim Pazarena | |
2021-02-18 | Debugging: avoid expansion problem with foolish-length list output | Jeremy Harris | |
2021-02-13 | Testsuite: when generating a bounce message, allow time for exec to run ↵ | Jeremy Harris | |
before before feeding the message This is to keep debug output in similar order on different platforms | |||
2021-02-13 | Fix build for platforms not having ulong | Jeremy Harris | |
2021-02-13 | wip | Jeremy Harris | |
2021-02-13 | Docs: more notes on dnslists | Jeremy Harris | |