Age | Commit message (Expand) | Author |
2019-01-17 | Test handling of escaped backslashes because the code related to | Ingo Schwarze |
2019-01-11 | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze |
2019-01-07 | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-05 | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze |
2019-01-05 | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze |
2019-01-05 | Slowly start doing more HTML output tests, in this case for the | Ingo Schwarze |
2019-01-04 | fix the dates that got broken by cvs commit | Ingo Schwarze |
2019-01-04 | Test interaction of low-level roff(7) filling requests with .Bd in general | Ingo Schwarze |
2019-01-04 | test the roff(7) .ce and .rj requests; | Ingo Schwarze |
2019-01-01 | regress bits for banner processing refactor (this test was depending | Damien Miller |
2018-12-31 | catch up with the changed order of warnings; | Ingo Schwarze |
2018-12-27 | ssh_packet_set_state() now frees ssh->kex implicitly, so don't | Damien Miller |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-16 | make test output less ugly | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-15 | remove unused and problematic sudo clean. ok espie | Ted Unangst |
2018-12-07 | Test that "b" and "t" (branch) commands can be followed by a semicolon | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-12-03 | adapt to the change in mansearch.c rev. 1.62; | Ingo Schwarze |
2018-11-26 | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze |
2018-11-23 | Remove now-unneeded ifdef SIGINFO around handler since it is now always | Darren Tucker |
2018-11-22 | Output info on SIGUSR1 as well as SIGINFO to resync with portable. | Darren Tucker |
2018-11-22 | Append pid to temp files in /var/run and set a cleanup trap for them. | Darren Tucker |
2018-11-12 | - Fix UTF-8 regression test when running with LC_{CTYPE,ALL}=C by setting | Martijn van Duren |
2018-11-06 | Regression test for UTF-8 separator for join(1). | Martijn van Duren |
2018-10-31 | UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox". | Darren Tucker |
2018-10-23 | Add regression test for joining on NULL columns. | Martijn van Duren |
2018-10-18 | Enable regress tests testing the bugs reported in | Otto Moerbeek |
2018-10-17 | add some knobs: | Damien Miller |
2018-10-15 | Add join tests | Otto Moerbeek |
2018-10-15 | Basic set of tests taken from spec plus some extra. Extra ones are failing | Otto Moerbeek |
2018-10-02 | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze |
2018-09-30 | For -w output in -m mode, tweak the handling of bytes that do not | Ingo Schwarze |
2018-09-30 | fix the rest of the bug mitigated in the previous commit: | Ingo Schwarze |
2018-09-15 | Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.x | Kinichiro Inoguchi |
2018-09-14 | Add interoperability test mode for regress appstest.sh | Kinichiro Inoguchi |
2018-09-13 | missed a bit of openssl-1.0.x API in this unittest | Damien Miller |
2018-09-13 | use only openssl-1.1.x API here too | Damien Miller |
2018-09-12 | Include certs with multiple RSA signature variants in test data | Damien Miller |
2018-09-12 | test revocation by explicit hash and by fingerprint | Damien Miller |
2018-09-12 | s/sshkey_demote/sshkey_from_private/g | Damien Miller |
2018-09-08 | Fix indent and adjust line fit to 80 columns. | Kinichiro Inoguchi |
2018-09-08 | Split test blocks into a function. Test contents are not changed. | Kinichiro Inoguchi |
2018-09-08 | Test more ciphers and randomize the order in regress appstest.sh | Kinichiro Inoguchi |
2018-09-07 | tests all available TLSv1.2 ciphers | Kinichiro Inoguchi |
2018-08-27 | Add protocol and cipher patterns in regress appstest.sh | Kinichiro Inoguchi |