NetBSD/libexec/httpd
alnsn 9a921db489 Cosmetic changes to Lua binding in bozohttpd.
- Don't use negative indicies to read arguments of Lua functions.
- On error, return nil, "error string".
- Use ssize_t for return values from bozo_read() and bozo_write().
- Prefer lstring especially when if saves you from appending NUL and
  doing len + 1 which can potentially wraparound.
- Don't mix C allocations with Lua functions marked with "m" in the Lua
  manual. Those functions may throw (longjump) and leak data allocated
  by C function. In one case, I use luaL_Buffer, in the other case,
  I rearranged calls a bit.
2017-05-28 22:37:36 +00:00
..
debug
libbozohttpd Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
lua several clean ups: 2015-12-27 10:21:35 +00:00
small link against main.c and ssl-bozo.c (which provides the IO backend.) 2014-07-17 06:24:57 +00:00
testsuite - fix a bug in cgi processing. from Dennis Lindroos. 2017-01-31 14:33:54 +00:00
auth-bozo.c several clean ups: 2015-12-27 10:21:35 +00:00
bozohttpd.8 call this bozohttpd 20170201. 2017-01-31 14:36:09 +00:00
bozohttpd.c uh, this is actually called 20170201 :-) 2017-02-05 01:55:03 +00:00
bozohttpd.h call this bozohttpd 20170201. 2017-01-31 14:36:09 +00:00
cgi-bozo.c call this bozohttpd 20170201. 2017-01-31 14:36:09 +00:00
CHANGES - fix a bug in cgi processing. from Dennis Lindroos. 2017-01-31 14:33:54 +00:00
content-bozo.c Do not send encoding header for compressed formats. 2016-07-19 09:27:40 +00:00
daemon-bozo.c rename bozo_err/bozo_warn/bozo_asprintf to bozoerr/etc. 2015-12-28 07:37:59 +00:00
dir-index-bozo.c - convert most asprintf() calls to bozoasprintf(). 2015-12-29 04:21:46 +00:00
lua-bozo.c Cosmetic changes to Lua binding in bozohttpd. 2017-05-28 22:37:36 +00:00
main.c update the -V documentation to be more clear about what it does. 2016-10-04 18:33:00 +00:00
Makefile Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
Makefile.boot update for 20140102. 2014-01-02 08:30:22 +00:00
netbsd_queue.h prepare for netbsd to be mastersrc for bozohttpd. 2013-07-11 08:24:47 +00:00
printenv.lua Improve the httpd(8) printenv.lua Lua example 2015-12-07 03:11:48 +00:00
ssl-bozo.c rename bozo_err/bozo_warn/bozo_asprintf to bozoerr/etc. 2015-12-28 07:37:59 +00:00
tilde-luzah-bozo.c rename bozo_err/bozo_warn/bozo_asprintf to bozoerr/etc. 2015-12-28 07:37:59 +00:00