Age | Commit message (Collapse) | Author |
|
|
|
|
|
This option makes runtest's exit status !0 on any failure in any test.
(Useful in -c mode and git-bisect)
|
|
This makes it possible to use `runtest -c <xx>` for `git bisect run …`
|
|
|
|
Broken-by: 649c209e19
|
|
Broken-by: 649c209e19
|
|
|
|
|
|
|
|
|
|
|
|
before before feeding the message
This is to keep debug output in similar order on different platforms
|
|
|
|
|
|
Broken-by: d6870e76cf
|
|
|
|
|
|
|
|
|
|
|
|
Linux was behaving oddly with the TCP_CORK method, and using MSG_MORE
is one fewer syscall.
|
|
TLS-on-connect client connections
|
|
We can't get the QUICKACK turned off on the accepted socket fast enough to
stop the ACK for the ClientHello - but we get the rest, under OpenSSL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 625cd9501315e1010ecbf8718c88c8b79ce09e94.
|
|
Broken-by: 48e9099006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options to using it
|
|
|