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

2616 Commits

Author SHA1 Message Date
bel
7aa712c8a2 Change appveyor build order 2015-08-28 23:40:34 +02:00
bel
20d1467a32 Fix some TODOs 2015-08-28 23:40:27 +02:00
bel2125
c9bb894b84 Redirect stderr of CGI process to error log (Step 3/3) 2015-08-27 21:52:59 +02:00
bel2125
acfeddfd93 Add header for uname 2015-08-27 21:29:42 +02:00
bel
6b0603777d Add command line option -I to display information about the system
Dump all information required for support
2015-08-26 23:51:09 +02:00
bel
d8adf7d640 Redirect stderr of CGI process to error log (Step 2/3) 2015-08-25 23:48:15 +02:00
bel
390457c535 Redirect stderr of CGI process to error log (Step 1/3) 2015-08-25 22:27:55 +02:00
bel
62e4d79ac3 Auto format source code 2015-08-25 22:14:43 +02:00
bel
ac3968c850 Add patch of pull request #196 to unit_test.c
The pull request can not be applied automatically, due to merge conflicts.
It is easier to change the few lines manually than to resolve all these conflicts.
2015-08-25 22:02:20 +02:00
bel2125
533eac37cd Add library test for Lua5.3 2015-08-24 22:31:50 +02:00
bel2125
ed68c6a277 Check if Lua version specified by make WITH_LUA_VERSION matches with the version in lua.h
See comment on #194
2015-08-24 22:04:35 +02:00
bel2125
de4bd492c8 Do not use in Lua 5.1
See comment on #194
2015-08-24 21:39:58 +02:00
bel
d082320ba0 Do not use lua_pushglobaltable in Lua 5.1
See comment on #194
2015-08-24 21:31:51 +02:00
bel2125
b63b03be67 Add support for Lua 5.3.1
see #195
2015-08-24 20:40:07 +02:00
bel2125
8f5c3eceb6 LuaJIT support (Step 3/3) 2015-08-23 10:52:45 +02:00
bel2125
059386c86d Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 7/7)
See #195
2015-08-23 10:37:18 +02:00
bel2125
e5adc3377d Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 6/?)
See #195
2015-08-23 10:16:36 +02:00
bel2125
19b7e4d12e Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 5/?)
See #195
2015-08-22 23:10:58 +02:00
bel2125
5197106e0a Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 4/?)
See #195
2015-08-22 22:22:08 +02:00
bel
5f189803bb Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 3/?)
See #195
2015-08-22 21:50:17 +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
2c614b584c Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 1/?)
See #195
2015-08-22 21:21:38 +02:00
bel
ba1c07d7bb Increase test timeout
There are still tests exceeding the 10 second limit,
although they usually take 1 second.
e.g. https://travis-ci.org/civetweb/civetweb/jobs/76692175
2015-08-22 21:04:02 +02:00
bel2125
d50aef8b61 LuaJIT support (Step 2/?) 2015-08-21 21:54:10 +02:00
bel2125
7687e25db8 LuaJIT support (Step 1/?) 2015-08-21 21:15:58 +02:00
bel
79ad5cb4b4 Use MG_LEGACY_INTERFACE define for deprecated interfaces 2015-08-19 21:23:18 +02:00
bel
9f3f8baac0 Update websocket example - use the current interface 2015-08-19 21:15:22 +02:00
bel
615970e9d1 Update websocket example to use the current interface 2015-08-19 20:58:40 +02:00
bel
17f3949f24 Set deprecated remote_ip member as LEGACY_INTERFACE 2015-08-19 19:51:57 +02:00
bel2125
1c3577891b Do not log messages if sendfile does not work on Linux
send_file_data is not only called for real files,
but also pipes of CGI processes, SSI output pipes,
and maybe pseudo files (like /sys/class/net/eth0/address, see #190).
2015-08-18 23:16:18 +02:00
bel2125
e063d2e98c Allow CGI environment to grow dynamically
See #187
2015-08-18 22:48:25 +02:00
bel2125
9754c53bab Fix TODO: CGI port for IPv6 2015-08-18 20:50:32 +02:00
bel2125
49b19deaad Error handling in remove_directory 2015-08-18 20:31:01 +02:00
bel2125
c5d806bf44 Set proper #ifdeds for some unused functions for Windows 2015-08-17 19:22:07 +02:00
bel2125
30afbf03f7 Set a minumum test timeout for all unit tests
See #94 (https://github.com/civetweb/civetweb/issues/94#issuecomment-131843701)
2015-08-17 19:15:09 +02:00
bel2125
c1832493a4 Roll back merge #193
Merge "added public mg_is_context_stopped() function #193" adds a function,
which will cause a memory use after free during normal operation.
See comment https://github.com/civetweb/civetweb/pull/193#issuecomment-131705655
2015-08-17 15:34:21 +02:00
bel
86cc4c9e4b Set #ifdef for unused variable 2015-08-17 00:51:00 +02:00
bel
03e65fa601 Increase test timeout for server tests 2015-08-17 00:29:12 +02:00
bel
5c94f638a7 Add wss:// to unit test 2015-08-17 00:04:55 +02:00
bel
f3bf12b0f5 Autoformat after merging pull request 2015-08-16 23:56:57 +02:00
bel2125
d7acd43548 Merge pull request #193 from jmucchiello/master
added public mg_is_context_stopped() function
2015-08-16 23:52:13 +02:00
bel
3d569971b8 Build all feature combinations with Travis 2015-08-16 23:42:07 +02:00
bel
98a099653d Currently supported Lua version for civetweb is 5.2.4 2015-08-16 23:13:11 +02:00
bel
7be1331c87 Set #ifdef to avoid unreachable code 2015-08-16 22:59:42 +02:00
bel
b1e93e70e5 Fix for mg_inet_pton on Linux
While getaddrinfo on Windows will work with [::1],
getaddrinfo on Linux only works with ::1 (without []).
2015-08-16 22:32:33 +02:00
bel
a440a482e8 Additional builds on appveyor 2015-08-16 21:32:29 +02:00
bel
18ddb5e1bd Check appveyor build server settings (same checks as travis) 2015-08-16 21:26:59 +02:00
bel
1a775bedac More builds for Travis CI 2015-08-16 20:56:48 +02:00
bel
d4aedf6420 forward_body_data is required by CGI and file PUT 2015-08-16 13:42:20 +02:00
bel
3257b82e68 Correct some #ifdef conditions in the unit test 2015-08-16 13:41:29 +02:00