1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-17 22:21:06 +03:00
Commit Graph

131 Commits

Author SHA1 Message Date
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
Sergey Lyubka
d864d72470 On windows, enclosing path to CGI script in quotes to allow paths with spaces 2013-07-17 08:24:52 +01:00
Sergey Lyubka
bc40aa5442 fixed strtoll() for win32: using _atoi64 2013-07-14 12:49:24 +01:00
Sergey Lyubka
e7c34c26cb mg_read() with no Content-Length would read until socket is closed 2013-07-01 08:45:07 +01:00
Sergey Lyubka
6e59ad8a0d Fix for prepare_lua_environment 2013-05-19 01:25:10 +01:00
Sergey Lyubka
2e232b3304 Lua functionality change: print renamed to mg.write, read renamed to mg.read. Expanded user manual, fixed example pages. 2013-05-15 17:42:34 +01:00
Sergey Lyubka
e579355b01 url_decode -> mg_url_decode 2013-05-08 11:40:13 +01:00
Sergey Lyubka
4120b9bcc0 mg_get_cookie() signature change 2013-04-11 12:49:41 -07:00
Sergey Lyubka
4505b00733 Removed support for option names 2013-03-05 18:26:10 +00:00
Sergey Lyubka
69cb94f3fb Removed header printing from page.lp 2013-02-27 18:06:35 +00:00
Sergey Lyubka
a58bb71c19 Added Lua section to the user manual 2013-02-27 10:44:59 +00:00
Sergey Lyubka
fbf1ccee45 Fix out-of-bounds acces in url_decode() 2013-02-16 14:31:37 +00:00
Sergey Lyubka
0bd43bcae3 Using mg_strcasestr() instead of strstr() 2013-02-16 14:17:38 +00:00
Sergey Lyubka
b809665cad Squashed warning 2013-02-16 12:54:16 +00:00
Sergey Lyubka
9baf2d4ba4 Using keep alive in unit test 2013-02-08 08:19:01 +00:00
Sergey Lyubka
cde25a8b82 Removed embedded test 2013-02-03 19:56:24 +00:00
Sergey Lyubka
1b7f036199 Removed embedded test 2013-02-03 19:56:16 +00:00
Sergey Lyubka
b80157b7ea Setting user data pointer properly 2013-02-03 19:15:27 +00:00