1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Commit Graph

398 Commits

Author SHA1 Message Date
bel
65d019b734 Lua script http keep-alive test 2: Use chunked transfer (content length is not known) 2014-01-04 00:27:00 +01:00
bel
4af24a48bc Lua script http keep-alive test 2: Use chunked transfer 2014-01-04 00:05:37 +01:00
bel
dd17fd91fb Lua script http keep-alive test 1: Set content length 2014-01-04 00:04:23 +01:00
bel
154e862dfd Lua script http keep-alive test 1: Set content length 2014-01-03 19:49:55 +01:00
bel
38e842f484 Test 'require' of other Lua libs 2014-01-02 00:26:50 +01:00
bel
a9cdd7960c Test 'require' of other Lua libs 2014-01-02 00:17:13 +01:00
bel
b7760846b5 Improve the Lua test: Test 'require' and escape all characters correctly 2014-01-01 21:12:34 +01:00
bel
9ac3f563d1 Add test for get_cookie Lua function 2013-12-31 12:12:45 +01:00
bel
5f3884f650 Add test for new Lua functions 2013-12-30 10:02:30 +01:00
bel
77323dc4af resource_script_demo needs '/' in the pattern 2013-12-25 23:21:20 +01:00
bel
a4b652d16c Add get_mime_type function for Lua, add test 2013-12-25 21:13:49 +01:00
bel
c6bc192c77 Initial version of a Lua resource script test 2013-12-25 00:15:13 +01:00
bel
33a5dbaca4 Add page.lua with the same functionality as page.lp 2013-12-24 12:03:23 +01:00
bel
9bb13c9232 Add parameter checking in var_get 2013-12-24 10:58:48 +01:00
bel
67b4283fce Add get_var to Lua 2013-12-24 09:45:05 +01:00
bel
491b2e45d4 Add a test for mg.send_file 2013-12-24 00:23:58 +01:00
bel
5a51795323 Support <?= in LSP 2013-12-19 08:01:02 +01:00
bel
8b2f8450eb Add clock hands to the websocket clock demo 2013-12-13 18:36:50 +01:00
bel
c4669103f1 The websocket.lua script sends positions for the clock hands as well 2013-12-13 00:19:33 +01:00
bel
378722090a Remove data base logging from the websocket example. Do not serve regular (non websocket) requests with websocket.lua 2013-12-12 23:43:50 +01:00
bel
d4ee6a1dc6 Lua websockets should use the cooperative Lua threading model with timeouts 2013-11-30 00:53:20 +01:00
bel
b648dfccb9 Add html page for websocket test 2013-11-23 00:12:26 +01:00
bel
cef3eb30a3 Provide websockets for Lua 2013-11-22 23:26:02 +01:00
bel
956e15e1c2 Test: Lua server page (lp/lsp) vs. plain Lua (lua) 2013-11-20 00:19:49 +01:00
bel
66daec3ed7 Use .lua in the .lp test 2013-11-18 21:51:55 +01:00
bel
ec0aa95d55 Append plain Lua scripts to the test 2013-11-18 21:23:17 +01:00
bel
551b941e83 Clean up Lua integration - carve out the LP-SSI and the LUA-CGI analogy 2013-11-18 21:05:38 +01:00
bel
b7364c1f1f Check relation between a lua script, a CGI script and a lp file 2013-11-02 09:52:18 +01:00
bel
f04a3e6723 retry database operation if database is busy 2013-11-02 03:15:46 +01:00
bel
f598f10d72 WebSocket test could use busy_timeout of DB instead of busy loop 2013-10-27 01:26:51 +02:00
bel
b235587791 First working draft of a websocket binding for Lua 2013-10-26 23:25:21 +02:00
bel
4a771e33ed Extend ajax test to use both, cgi (with Lua as standalone cgi interpreter) and lp (with Lua embedded in the server) 2013-10-16 20:48:52 +02:00
bel
9fde8e3320 Replacement for pthread_cond in Windows 2013-10-16 07:35:42 +02:00
bel
087cb745e5 Replacement for pthread_cond in Windows 2013-10-16 00:13:33 +02:00
bel
2236f89213 Let the ajax test count the errors itself 2013-10-09 23:52:14 +02:00
bel
f914beea06 Add lfs (LuaFileSystem) support 2013-10-07 23:31:03 +02:00
Thomas Davis
cd94fb9bdc Changed exec permissions on perl test programs 2013-10-07 14:22:24 -04:00
Thomas Davis
16b31002e7 Updated test makefile to eb easier to read. 2013-10-07 14:22:23 -04:00
Thomas Davis
c67fbc7caf Added new C embedding example 2013-10-07 14:22:22 -04:00
Thomas Davis
ed2e3ec50b Aligned remote packaging with the build 2013-10-07 14:22:17 -04:00
Thomas Davis
b2aee90d14 Regorganized directories to make them more intuitive 2013-10-07 14:22:16 -04:00
Thomas Davis
57a5276677 Updated guthub URI's 2013-10-07 14:22:13 -04:00
Thomas Davis
a8bc92a305 Renamed to Civetweb 2013-10-07 14:22:09 -04:00
Sergey Lyubka
2055d41a9f Corrected misplaced brackets in parse_http_message() 2013-08-14 10:55:36 +01:00
Sergey Lyubka
743f48b8e0 Added mg_exec_lua_script, mg_prepare_lua_environment -> prepare_lua_environment 2013-08-08 13:11:05 +01:00
Sergey Lyubka
e53d05637a Binding to IPv6 addresses 2013-07-28 12:15:16 +01:00
Sergey Lyubka
62d66201c9 make match_prefix() case-insensitive 2013-07-25 07:07:25 +01:00
Sergey Lyubka
c80a88a407 Added test for uploading 2 files 2013-07-23 08:17:00 +01:00
Sergey Lyubka
35cb27dbe6 Always use absolute path for document_root. If relative path is used, it is relative to mongoose.exe directory. See https://github.com/valenok/mongoose/issues/181 2013-07-20 14:11:05 +01:00
Sergey Lyubka
e003236a03 Made SSI #include file= relative to the current doc, as per spec 2013-07-19 07:57:47 +01:00