Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | tidying | Jeremy Harris | |
2016-08-08 | Testsuite: accept debug & testscript output sizes varying with testhost name | Jeremy Harris | |
2016-08-07 | CHUNKING: fix transmit with long headers | Jeremy Harris | |
When the buffer used for SMTP commands and message headers filled to flush point, protocol sequencing was wrong. | |||
2016-04-08 | Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPE | Jeremy Harris | |
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b. | |||
2016-04-06 | Pass on SIZE to cutthrough connection | Jeremy Harris | |
2015-09-19 | Retry: always use interface, if set, for retry DB key. Bug 1678 | Jeremy Harris | |
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct. | |||
2015-01-12 | Move DSN support to mainline | Jeremy Harris | |
Affects bug 893 | |||
2013-01-06 | Restrict lifetime of $router_name and $transport_name. Bug 308. | Jeremy Harris | |
The router name is explicitly nulled after the router exits; the transport name is set only in the subprocess it runs in. | |||
2012-12-25 | Add $router_name and $transport_name variables. Bug 308. | Jeremy Harris | |
2012-07-06 | Make +smtp_confirmation be a default logging option. | Todd Lyons | |
2006-07-26 | Fixed a number of test suite problems as reported (and partly patched) | Philip Hazel | |
by Martin Mrazik. | |||
2006-02-07 | More test commits. | Philip Hazel | |