about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
* Clean up Makefiles, configure scriptsJune McEnroe2021-05-02
* Refactor certificate loading and load all certs from config pathsJune McEnroe2020-08-28
* Remove rc scriptsJune McEnroe2020-08-27
* Import xdg.c from catgirlJune McEnroe2020-08-24
* Remove compat.hJune McEnroe2020-08-01
* Rewrite configure script for all platformsJune McEnroe2020-07-24
* Revert compression of man pages for installation 1.3June McEnroe2020-05-19
* Rewrite build and install to be more amenable to packagingJune McEnroe2020-05-19
* Add RUNDIR make variableJune McEnroe2020-05-18
* Template rc scripts with %%PREFIX%%June McEnroe2020-05-18
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
* Replace .mk files with configure scriptJune McEnroe2020-03-01
* Reference openssl(1) by absolute pathedef2019-11-27
* Don't always create ${ETCDIR}/rc.dJune McEnroe2019-11-26
* Link calico with libcrypto on Linux 1.0p1June McEnroe2019-11-21
* Revert "Test getopt_config"June McEnroe2019-11-11
* Test getopt_configJune McEnroe2019-11-11
* Separate tags from all targetJune McEnroe2019-11-10
* Rename listen to localJune McEnroe2019-11-10
* Allow unsetting LIBRESSL_PREFIXJune McEnroe2019-11-06
* Don't install rc scripts or dirs on LinuxJune McEnroe2019-11-06
* Declare more missing functions and deal with lack of SO_NOSIGPIPEJune McEnroe2019-11-06
* Use explicit_bzero from LibreSSLJune McEnroe2019-11-06
* Don't set directory modes on installJune McEnroe2019-11-04
* Hash client passwords with cryptJune McEnroe2019-11-04
* Set up /var/run/calico and /usr/local/etc/pounceJune McEnroe2019-11-03
* Add calico rc scriptJune McEnroe2019-11-02
* Add SNI socket dispatcherJune McEnroe2019-11-02
* Add make target for localhost.crtJune McEnroe2019-10-30
* Implement getopt_long-integrated configuration parsingJune McEnroe2019-10-29
* Use ETCDIR variable for install targetJune McEnroe2019-10-29
* Add rc scriptJune McEnroe2019-10-26
* Add install and uninstall targetsJune McEnroe2019-10-25
* Rename project pounceJune McEnroe2019-10-25
* Implement ringWriteJune McEnroe2019-10-24
* Add dynamic poll listJune McEnroe2019-10-23
* Add stateJune McEnroe2019-10-23
* Implement serverConnectJune McEnroe2019-10-22
* Rename bouncer to bounceJune McEnroe2019-10-22
* Move listen code to listen.cJune McEnroe2019-10-19
* Add argument parsing and dumb TLS serverJune McEnroe2019-10-15
0500'>2019-12-20Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe