aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2015-03-07Move files the git repositoryReyk Floeter
2015-02-24Allow to specify CGI variables as macros in redirection strings, eg.OPENBSD_5_7_BASEReyk Floeter
block return 301 "http://www.example.com/$REQUEST_URI" OK tedu@ florian@ Add return_uri to serverconfig_reset() to avoid using garbage from the imsg buffer. Debugging & OK halex@ Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL that includes all currently supported protocols (TLSv1.0, TLSv1.1 and TLSv1.2). Change all users of libtls to use TLS_PROTOCOLS_ALL so that they maintain existing behaviour. Discussed with tedu@ and reyk@.
2014-11-20syncReyk Floeter
2014-08-18syncReyk Floeter
2014-07-13syncReyk Floeter
2014-07-13Simple file servingReyk Floeter
2014-07-12Enable debug for nowReyk Floeter
2014-07-12Import httpd experiment based on relayd.Reyk Floeter