CVS commit: src/libexec/httpd/lua

2018-05-04 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri May 4 19:45:27 UTC 2018 Modified Files: src/libexec/httpd/lua: glue.c Log Message: Do not try and process empty requests. This resolves a crash when issuing a carriage return to read_request() in foreground mode. In the C daem

CVS commit: src/libexec/httpd/lua

2018-05-01 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed May 2 00:03:27 UTC 2018 Modified Files: src/libexec/httpd/lua: optparse.lua Log Message: Unbreak script for Lua 5.3. This change breaks support for older releases of Lua. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/libexec/httpd/lua

2018-05-01 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed May 2 00:00:30 UTC 2018 Modified Files: src/libexec/httpd/lua: bozo.lua Log Message: Pass the expected httpd instance when calling set_pref() process_request() only takes a single argument. To generate a diff of this commit:

CVS commit: src/libexec/httpd/lua

2018-05-01 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue May 1 23:51:53 UTC 2018 Modified Files: src/libexec/httpd/lua: glue.c Log Message: Enable checking arguments for validity. Remove disabled code. Fix function parameters. Add support for Lua 5.3 To generate a diff of this com