Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flatten extras to top-level directory | June McEnroe | 2022-06-18 | 1 | -0/+3 |
| | |||||
* | Clean up Makefiles, configure scripts | C. McEnroe | 2021-05-02 | 1 | -2/+1 |
| | | | | | | Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. | ||||
* | Revert compression of man pages for installation | C. McEnroe | 2020-05-19 | 1 | -1/+0 |
| | | | | | Better to leave this up to the packager to do, as FreeBSD ports does, for example. | ||||
* | Rewrite build and install to be more amenable to packaging | C. McEnroe | 2020-05-19 | 1 | -4/+3 |
| | | | | Hopefully. Trying to write a FreeBSD port against this. | ||||
* | Template rc scripts with %%PREFIX%% | C. McEnroe | 2020-05-18 | 1 | -0/+2 |
| | | | | The way that the ports tree does it. | ||||
* | Revert "Test getopt_config" | C. McEnroe | 2019-11-11 | 1 | -2/+0 |
| | | | | | | This reverts commit c8a771828e1d5fc8c476bbd650fafcfb7ba390a8. It just feels gross... idk. | ||||
* | Test getopt_config | C. McEnroe | 2019-11-11 | 1 | -0/+2 |
| | |||||
* | Add calico rc script | C. McEnroe | 2019-11-02 | 1 | -2/+2 |
| | |||||
* | Add SNI socket dispatcher | C. McEnroe | 2019-11-02 | 1 | -0/+1 |
| | | | | pounce can't accept connections from it yet though! | ||||
* | Add make target for localhost.crt | Curtis McEnroe | 2019-10-30 | 1 | -1/+2 |
| | | | | Adapted from <https://letsencrypt.org/docs/certificates-for-localhost/>. | ||||
* | Implement getopt_long-integrated configuration parsing | Curtis McEnroe | 2019-10-29 | 1 | -0/+1 |
| | |||||
* | Rename project pounce | Curtis McEnroe | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Add argument parsing and dumb TLS server | Curtis McEnroe | 2019-10-15 | 1 | -0/+5 |
I can connect to this from Textual using a localhost certificate I manually made on macOS, at least. |