summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Rename bouncer to bounceJune McEnroe2019-10-22
|
* Remove pollfd from listen interfaceJune McEnroe2019-10-20
|
* Move listen code to listen.cJune McEnroe2019-10-19
|
* Bind to all available addressesJune McEnroe2019-10-15
| | | | To accept connections on both IPv4 and IPv6.
* Add argument parsing and dumb TLS serverJune McEnroe2019-10-15
| | | | | I can connect to this from Textual using a localhost certificate I manually made on macOS, at least.
* Add manual page with initial argumentsJune McEnroe2019-10-15