summaryrefslogtreecommitdiff
path: root/libexec/httpd/bozohttpd.h
AgeCommit message (Expand)Author
2022-09-12Add a -q option to make http quiet (no log messages).martin
2022-05-18call this bozohttpd 20220517.mrg
2022-01-04bozohttpd: remove obsolete .bzdirect handlingkim
2021-08-24implement tls minimum version setting.mrg
2021-05-05don't assume host BUFSIZ is sufficent. small BUFSIZ leads tomrg
2021-02-27belated call version 20210211 after previous memory leak fix.mrg
2021-02-11clean up issues detected by address sanitizer (just some memorymrg
2021-02-11changes in bozohttpd 20210210:mrg
2020-10-15various updates from <henrik@gulbra.net> / freebsd. the list from Henrik:mrg
2020-10-15set -D_GNU_SOURCE in Makefile.boot. from hadrien.lacour@posteo.net.mrg
2020-08-20send close_notify for the ssl connection before closing the TCP connectionspz
2020-07-11Add blocklistd(8) support.jruoho
2020-07-06Add -R flag to specify a README file to add at the bottom of directoryjmcneill
2019-03-08on m68010 set BOZO_WRSZ to 16k and BOZO_WRSZ to 64k.mrg
2019-02-28add ssl specific timeout value (30s). if SSL_accept() doesn'tmrg
2019-01-22o don't display special files in the directory index. they aren'tmrg
2018-11-24one semicolon is usually enough.christos
2018-11-22many clean ups:mrg
2018-11-21- move special files defines into bozohttpd.h, so we can ...mrg
2018-11-20also fix have_dynamic_content from the previous previous. re-ordermrg
2018-11-20fix previous: have_debug was reversed.mrg
2018-11-20move some #if support into bozohttpd.h.mrg
2018-11-20from CHANGES:mrg
2018-11-19fix a denial of service attack against header contents, whichmrg
2018-05-04fix the rest of the compilers.christos
2018-05-04fix lintchristos
2017-01-31call this bozohttpd 20170201.mrg
2016-05-24As proposed in:agc
2016-04-15updates and bozohttpd 20160415:mrg
2016-01-02Add the concept of ``reply headers'', that is a SIMPLEQ of headers thatelric
2015-12-29- convert most asprintf() calls to bozoasprintf().mrg
2015-12-28rename bozo_err/bozo_warn/bozo_asprintf to bozoerr/etc.mrg
2015-12-27several clean ups:mrg
2015-12-12Introduce bozo_strdup and bozo_asprintf to add error checking and reducechristos
2015-12-12- restrict the default list of ciphers to something more securechristos
2015-10-28* add CGI support for ~user translation (-E switch)shm
2015-10-25s/USE_NBUTIL/HAVE_NBUTIL_H/, to match the Makefile.mrg
2015-08-05on QNX, use nbutil.h.mrg
2015-05-02fix content type handling to not hard code (wrong) values for length,mrg
2014-11-21Fixed memory leak in case of multiple authentication headers sent by theshm
2014-07-17rewrite much of the SSL code:mrg
2014-02-09some fixes for virtual hosting support from Rajeev V. Pillai:mrg
2014-01-02- update CHANGES with recent changesmrg
2013-10-12add Lua scripting support to bozohttpd, see httpd(8) for detailsmbalmer
2013-10-12remove trailing whitespacembalmer
2013-09-04allow compile-time overriding of BOZO_WRSZ/MMAPSZ parameterspooka
2013-07-11prepare for netbsd to be mastersrc for bozohttpd.mrg
2013-07-11copyright maint.mrg
2013-07-11- update CHANGES with recent changesmrg
2013-06-27Redo previous (fixing a memory leak introduced), and while there reworkmartin