about summary refs log tree commit diff
path: root/configure (follow)
Commit message (Expand)AuthorAge
* Use compat_readpassphrase.c on LinuxJune McEnroe2022-02-12
* Support custom pkg-config executable namesAlyssa Ross2021-11-22
* Add support for BINDIR, fix default MANDIR, use LDADD varsJune McEnroe2021-05-04
* Set OPENSSL_BIN to /usr/bin/openssl on FreeBSD 1.1p1June McEnroe2020-08-06
* Remove dependency on libcrypto for compatJune McEnroe2020-07-30
* Define explicit_bzero using memset_s on macOSJune McEnroe2020-07-30
* Support --prefix and --mandir in configure script 1.1June McEnroe2020-07-23
* Rewrite configure script for all platformsJune McEnroe2020-07-23
* Add warning to configure scriptJune McEnroe2020-06-11
* Don't compress man page or use configure on FreeBSDJune McEnroe2020-05-23
* Add -g for generating certificatesJune McEnroe2020-02-13
* Make sure -D_GNU_SOURCE ends up in CFLAGS on LinuxJune McEnroe2020-02-11
* Use pkg(8) to configure on FreeBSDJune McEnroe2020-02-11
* Add simple configure scriptJune McEnroe2020-02-06
ebdb3&follow=1'>Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe