summaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Flatten extras to top-level directoryJune McEnroe2022-06-181-0/+3
|
* Clean up Makefiles, configure scriptsC. McEnroe2021-05-021-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 installationC. McEnroe2020-05-191-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 packagingC. McEnroe2020-05-191-4/+3
| | | | Hopefully. Trying to write a FreeBSD port against this.
* Template rc scripts with %%PREFIX%%C. McEnroe2020-05-181-0/+2
| | | | The way that the ports tree does it.
* Revert "Test getopt_config"C. McEnroe2019-11-111-2/+0
| | | | | | This reverts commit c8a771828e1d5fc8c476bbd650fafcfb7ba390a8. It just feels gross... idk.
* Test getopt_configC. McEnroe2019-11-111-0/+2
|
* Add calico rc scriptC. McEnroe2019-11-021-2/+2
|
* Add SNI socket dispatcherC. McEnroe2019-11-021-0/+1
| | | | pounce can't accept connections from it yet though!
* Add make target for localhost.crtCurtis McEnroe2019-10-301-1/+2
| | | | Adapted from <https://letsencrypt.org/docs/certificates-for-localhost/>.
* Implement getopt_long-integrated configuration parsingCurtis McEnroe2019-10-291-0/+1
|
* Rename project pounceCurtis McEnroe2019-10-251-1/+1
|
* Add argument parsing and dumb TLS serverCurtis McEnroe2019-10-151-0/+5
I can connect to this from Textual using a localhost certificate I manually made on macOS, at least.