Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-13 | keep queues around when anchors are being loaded | Martin Pelikan | |
ok mikeb | |||
2014-11-10 | add required vertical spacing before lists that begin | Ingo Schwarze | |
at the beginning of the first item of an enclosing list right at the beginning of a new section or subsection; minibug reported by Steffen Nurpmeso <sdaoden at yandex dot com> | |||
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 | |
more reliable. | |||
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | |
1. Support specifying the .Bd and .Bl -offset as a macro default width; while here, simplify the code handling the same for .Bl -width. 2. Correct handling of .Bl -offset arguments: unlike .Bd -offset, the arguments "left", "indent", and "indent-two" have no special meaning. 3. Fix the scaling of string length -offset and -width arguments in -Thtml. Triggered by an incomplete documentation patch from bentley@. | |||
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 | |
are plain local routes. | |||
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 | |
mikeb@ in pfctl/parse.y rev 1.641. with feedback from mikeb sthen and henning | |||
2014-10-28 | some new and/or updated regression tests for -Tascii, -Tutf8 | Ingo Schwarze | |
and -Thtml rendering of character escape sequences | |||
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 | |
this is relevant because we use the HTML output module for man.cgi(8), where broken output can cause security issues. | |||
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 | |
with unchecked return values). | |||
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing | |
2014-10-18 | Simple malloc() to reallocarray(). | Doug Hogan | |
ok deraadt@ | |||
2014-10-13 | implement font modifiers in table layouts | Ingo Schwarze | |
2014-10-13 | Stricter syntax checking of Unicode character names: | Ingo Schwarze | |
Require exactly 4, 5 or 6 hex digits and allow nothing else. This avoids mishandling stuff like \[ua] and \C'uA' as Unicode and also fixes underlining in eqn(7) -Thtml output which uses \[ul]. Problem found and semantics suggested by kristaps@. | |||
2014-10-13 | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | Joel Sing | |
gethostname being declared properly on Compaq platforms that use DEC C... | |||
2014-10-13 | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | Joel Sing | |
need to have additional checks here. | |||
2014-10-13 | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | Joel Sing | |
with a failure if the NPN verification fails. | |||
2014-10-11 | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze | |
particularly useful when converting from other languages to mdoc(7); feature suggested by bentley@ | |||
2014-10-09 | Add POLLHUP to expected revents for POLLIN on writer EOF. | Todd C. Miller | |
2014-10-09 | remove gzsig regression tests since gzsig is gone | Lawrence Teo | |
ok tedu@ | |||
2014-10-09 | unhook gzsig | Lawrence Teo | |
2014-10-08 | Add tests for EOF behavior (which currently fail) and expected output. | Todd C. Miller | |
The expected output for the POLLIN test could also include POLLHUP, though it does not currently do so. | |||
2014-10-05 | Test that the specified libevent backend kqueue(2) or poll(2) or | Alexander Bluhm | |
select(2) is used by syslogd. | |||
2014-10-03 | Add a test that checks that there are no trailing new-lines or | Alexander Bluhm | |
spaces in the syslog messages. | |||
2014-09-28 | Make the goressl regress test compile again. | Joel Sing | |
2014-09-27 | Fix mmap() calls that check for a result other than MAP_FAILED. | Doug Hogan | |
ok tedu@ | |||
2014-09-21 | Add support for word anchors \< and \> to regex regression tests. | Doug Hogan | |
These are copied from the existing [[:<:]] and [[:>:]] tests. | |||
2014-09-20 | texlive blasts thru the 999 chunks barrier | Marc Espie | |
2014-09-20 | a small debug script to extract chunks from a chunked archive, as it is | Marc Espie | |
very difficult to do so with standard tools | |||
2014-09-19 | Fix on 32bit platforms where 0xdeadbeef > LONG_MAX. | Ingo Schwarze | |
To avoid making tests machine dependent, only test values inside 32bit LONG_{MIN,MAX} and outside 64bit LONG_{MIN,MAX}, but none in between. While here, cover 32bit edge cases, negative values, and overflows. ok jsing@ | |||
2014-09-17 | Stop using the Z malloc option which has been tedu'd by tedu@ sometime | Lawrence Teo | |
ago. ok espie@ | |||
2014-09-13 | Add tests for syslogd's memory buffer and read it with syslogc. | Alexander Bluhm | |
2014-09-07 | Add Henri Kemppainen's copyright | Philip Guenther | |
2014-09-07 | Add dependency tests from Henri Kemppainen (duclare (at) guu.fi) | Philip Guenther | |
2014-09-07 | Add dependency tests from Henri Kemppainen (duclare (at) guu.fi). | Philip Guenther | |
order1 demonstrates why the fix in ld.so/library_subr.c rev 1.34 is necessary order2 demonstrates that that fix isn't completely correct | |||
2014-09-04 | Check that messages from sendsyslog(2) or unix domain sockets contain | Alexander Bluhm | |
the short host name. |