Age | Commit message (Expand) | Author |
2014-11-24 | Kill old crap that is unbelievably slow and produces hundreds of false | Ingo Schwarze |
2014-11-24 | forgot to add this file; noticed by daniel@ | Ingo Schwarze |
2014-11-23 | Add regress for atexit() vs DSO unloading and start on a similar test | Philip Guenther |
2014-11-22 | using /dev/random is ok | Theo de Raadt |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-20 | fix things post signature, as noticed by various people | Marc Espie |
2014-11-20 | Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>: | Ingo Schwarze |
2014-11-19 | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze |
2014-11-19 | do not need an ovbcopy replacement anymore | Theo de Raadt |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-19 | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze |
2014-11-18 | GOST regression tests; from Dmitry Eremin-Solenikov | Miod Vallat |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-17 | Multiple fixes with respect to in-line macros: | Ingo Schwarze |
2014-11-17 | check spacing and behaviour in the SEE ALSO section as well | Ingo Schwarze |
2014-11-17 | fix KRL generation when multiple CAs are in use | Damien Miller |
2014-11-16 | When a line (in the sense of term_flushln()) contains white space only, | Ingo Schwarze |
2014-11-16 | Delete a test which required behavior not defined by the spec | Philip Guenther |
2014-11-13 | keep queues around when anchors are being loaded | Martin Pelikan |
2014-11-10 | add required vertical spacing before lists that begin | Ingo Schwarze |
2014-11-10 | more tests found in my tree | Ingo Schwarze |
2014-11-10 | SKIP_GROFF tests need to adapt to the changed rendering of \(bu, too | Ingo Schwarze |
2014-11-10 | adapt to the changed rendering of \(bu | Ingo Schwarze |
2014-11-09 | GOST tests, not connected to the build yet. | Miod Vallat |
2014-11-07 | at the end of make obj-clean, run make clean in the right directory | Ingo Schwarze |
2014-11-02 | Tests for constructs such as 'foo >= a.version foo != another.version'. | Jeremie Courreges-Anglas |
2014-11-02 | Consistency. | Jeremie Courreges-Anglas |
2014-11-02 | Tests for pkg-config 'foo != some.version' | Jeremie Courreges-Anglas |
2014-11-01 | Initial regress for libtls hostname verification. | Joel Sing |
2014-10-31 | Update regress for the libressl to libtls rename. | Joel Sing |
2014-10-30 | Add some pkill and sleep to make socket splicing performance tests | Alexander Bluhm |
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze |
2014-10-30 | for convenience, let obj-clean imply clean | Ingo Schwarze |
2014-10-29 | Add a test the checks the syslogd !prog !!prog !* feature. | Alexander Bluhm |
2014-10-29 | Update test outputs to reflect the fact that routes to loopback addresses | Martin Pieuchot |
2014-10-29 | test various recent improvements of special character rendering | Ingo Schwarze |
2014-10-28 | add a regression test for the pfctl parser bug recently fixed by | Sebastian Benoit |
2014-10-28 | some new and/or updated regression tests for -Tascii, -Tutf8 | Ingo Schwarze |
2014-10-27 | allow to separately skip groff-mandoc comparisons in -Tascii and -Tutf8 mode | Ingo Schwarze |
2014-10-27 | Infrastructure for testing HTML output; | Ingo Schwarze |
2014-10-22 | #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test. | Joel Sing |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most | Joel Sing |
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing |
2014-10-18 | Simple malloc() to reallocarray(). | Doug Hogan |
2014-10-13 | implement font modifiers in table layouts | Ingo Schwarze |
2014-10-13 | Stricter syntax checking of Unicode character names: | Ingo Schwarze |
2014-10-13 | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | Joel Sing |
2014-10-13 | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | Joel Sing |
2014-10-13 | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | Joel Sing |