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
small
testsuite - fix a bug in cgi processing. from Dennis Lindroos. 2017-01-31 14:33:54 +00:00
CHANGES - fix a bug in cgi processing. from Dennis Lindroos. 2017-01-31 14:33:54 +00:00
Makefile Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
Makefile.boot
auth-bozo.c
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
content-bozo.c
daemon-bozo.c
dir-index-bozo.c
lua-bozo.c Cosmetic changes to Lua binding in bozohttpd. 2017-05-28 22:37:36 +00:00
main.c
netbsd_queue.h
printenv.lua
ssl-bozo.c
tilde-luzah-bozo.c