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

59 Commits

Author SHA1 Message Date
bel
87e8f2e8c2 Remove TODO mark 2015-11-25 23:37:29 +01:00
bel
407e628b0b Merge #217 with a another (incomplete) implementation of the same issue, and format code 2015-10-30 01:25:19 +01:00
bel
a0678bf835 Use recursive mutex for Linux 2015-09-30 21:52:26 +02:00
bel
a6bcffcfc5 Rename rel_uri to local_uri (#197) 2015-09-29 22:45:24 +02:00
bel
ebc667a121 Test for bug report #205 2015-09-26 22:36:19 +02:00
bel
5fbb1db308 Experimental support for duktape (Step 3/?) 2015-09-21 21:43:37 +02:00
bel
72204bdc0f Experimental support for duktape (Step 2/?) 2015-09-21 21:02:08 +02:00
bel
97c77c200e Experimental support for duktape (Step 1/?) 2015-09-20 22:26:13 +02:00
bel
41331e29c6 Add shared test to Visual Studio and format script 2015-09-04 21:25:48 +02:00
bel
eb3d9c414a Update Visual Studio unit test project 2015-09-04 20:27:22 +02:00
bel
bb855fe6c4 First unit test for main.c 2015-08-30 21:25:52 +02:00
bel
b06ded3056 Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 2/?)
See #195
2015-08-22 21:43:38 +02:00
bel
ab10c5383d Update Visual Studio VS2012 unit test project 2015-08-16 11:51:25 +02:00
bel
b1924ecd99 Système D for checking why HTTPS does not run on travis and appveyor 2015-08-02 22:09:53 +02:00
bel
cc19be6e0a Some IPv6 fixes for Win32 (see #119) 2015-05-10 22:21:35 +02:00
bel
4c12d0cafc Set _CRT_SECURE_NO_DEPRECATE and _CRT_SECURE_NO_WARNINGS for Visual Studio
According to
https://social.msdn.microsoft.com/Forums/vstudio/en-US/3373dd77-ed73-44a6-a52c-53dfd95099ac/crtsecurenowarnings-vs-crtsecurenodeprecate?forum=vcgeneral
one probably needs both for different compiler/sdk versions
2015-04-22 22:06:43 +02:00
bel
62a46e647f Test for memory leaks in unit test
Add a test for issue #92 to the unit test
2015-04-21 22:00:46 +02:00
bel
121ae6c7f6 Handler for websocket connection (Step 6/7)
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 22:09:09 +02:00
bel
67230b00c1 Use multibyte character set in all Visual Studio projects 2015-04-19 20:37:38 +02:00
bel
3684a1fda2 Add _CRT_SECURE_NO_WARNINGS for Visual Studio build of Lua
This avoid a flood of warnings with Microsoft Visual Studio compilers
for not using Microsoft specific *_s CRT replacement functions.
2015-04-19 19:55:04 +02:00
bel
0016b36204 Handler for websocket connection (Step 1/?)
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-18 18:14:20 +02:00
bel
00877a1649 Add windows build for the chunked transfer test client 2015-04-18 13:07:10 +02:00
bel
1d611a7ba5 Test keep-alive in testclient 2015-04-13 21:44:48 +02:00
bel2125
acd1df40c9 Update to Lua 5.2.4 2015-03-29 20:51:42 +02:00
bel
f646ecbda4 VS2012 project lua_lib contains only third party modules - disable warnings for them 2015-03-21 22:48:14 +01:00
bel
0af7de4426 Rewrite and comment request processing
Replace some of the lengthy "else if" cascades of the request handling core
methods by a new, more comprehensible implementation. Document the source of
the new implementation.

Introduce a new define NO_FILES for server configurations that only use
callbacks and do not access any directory.
2014-12-27 16:05:50 +01:00
bel
dee4c04502 Update Lua version in lib_lua Visual Studio project 2014-12-10 22:55:14 +01:00
bel
c717dbaa07 Create Visual Studio project for upload example 2014-09-27 23:16:07 +02:00
bel
aaf1efae93 Unit test Visual Studio project should use the same output path as the other projects 2014-09-27 22:16:47 +02:00
bel
ec902803d5 Create console and attach stdin/stdout/stderr 2014-09-12 23:20:47 +02:00
bel
1a4d6f2cfb Add CONSOLE debug build for test purposes 2014-09-12 22:55:16 +02:00
bel
7743dcae7c Add LuaXML to VS filters file 2014-08-30 00:32:24 +02:00
bel
f64a9b8c81 Add Visual Studio project for websocket_client example 2014-08-28 23:28:16 +02:00
bel
26cc3a98d6 Updater Lua in Visual Studio project 2014-08-27 22:11:41 +02:00
bel
56389ad023 Update websocket example - use new API functions 2014-08-10 23:49:49 +02:00
bel
173b0c7214 Update Lua to 5.2.3 2014-07-30 20:43:11 +02:00
bel
7d218d63d8 Integrate LuaXML for XML file processing in Lua server pages and scripts 2014-07-27 00:04:16 +02:00
bel
ec8c557589 Update version number 2014-07-08 21:57:03 +02:00
bel
edadd7ebf2 Rewrite websocket for Lua (Step 14 of ?) 2014-06-01 14:50:32 +02:00
bel
2a2efc26f7 Rewrite websocket for Lua (Step 13 of ?) 2014-06-01 00:16:47 +02:00
bel
0eee4c0bec Add the inl files to the Visual Studio project, so they can be conveniently opened from the Visual Studio IDE 2014-04-16 13:31:59 +02:00
bel
9576339a75 Implement user defined error pages 2014-04-06 22:34:44 +02:00
bel
5ca68ecbfa Unit test for Windows 2014-03-20 21:12:44 +01:00
bel
7ebe84d9db civetweb_lua build may use websockets 2014-02-21 22:55:37 +01:00
bel
aa2cded31f New + better websocket example 2013-12-10 20:41:32 +01:00
Thomas Davis
ed5689b791 Updated VS2012 Build for WinXP 2013-10-20 21:02:32 -04:00
Thomas Davis
4d9a202f76 Added ZIP installation build for Windows
Also moved version define to the header.
2013-10-13 13:51:19 -04:00
bel
f914beea06 Add lfs (LuaFileSystem) support 2013-10-07 23:31:03 +02:00
Thomas Davis
0c3cb15f58 Changed Windows installer to use Inno Setup.
Advanced Installer had problems with directory permissions
in its free version.

https://github.com/sunsetbrew/civetweb/issues/11
2013-10-07 14:22:24 -04:00
Thomas Davis
b2b62edd57 Fixed Lua compile error with recent change to conn2() 2013-10-07 14:22:23 -04:00