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

2433 Commits

Author SHA1 Message Date
bel
b51c2cd50c Support absolute uri (#197) - (Step 5/?) 2015-09-02 23:47:08 +02:00
bel
2a2155ce0f Support absolute uri (#197) - (Step 4/?) 2015-09-02 22:33:19 +02:00
bel
de04b44535 Support absolute uri (#197) - (Step 3/?) 2015-09-02 21:59:55 +02:00
bel
26c510913c Support absolute uri (#197) - (Step 2/?) 2015-09-02 21:25:00 +02:00
bel
0dc10e0dc6 Support absolute uri (#197) - (Step 1/?) 2015-09-02 21:20:32 +02:00
bel
ac14cd6d7b Make CTest verbose to check errors on the build server 2015-09-02 20:13:36 +02:00
bel
a65d852a09 Third attempt to avoid a implicit declaration of function ‘realpath’ error on the remote build server 2015-09-01 23:05:00 +02:00
bel
5cf6afbaeb Disable Wimplicit-function-declaration for executable test build on CI build server 2015-09-01 22:56:16 +02:00
bel
f5f918cef8 Set defines for realpath in Linux 2015-08-31 23:32:23 +02:00
bel
95637af83d Fix some compile warnings in main.c 2015-08-31 22:26:58 +02:00
bel
5437f5d37e Add TODO-mark to support absolute URIs (#197) 2015-08-31 22:11:26 +02:00
bel
1e0745cda2 Move redefinition of main to test header 2015-08-30 22:20:42 +02:00
bel
f7eb8a1e5b Move printf blocking define below include civetweb.h 2015-08-30 22:07:27 +02:00
bel
bb855fe6c4 First unit test for main.c 2015-08-30 21:25:52 +02:00
bel
5a2678e73e Replace printf by fprintf(stdout) in main 2015-08-30 21:25:15 +02:00
bel
9de3f4fdd0 Add unit test for main.c 2015-08-30 21:19:38 +02:00
bel
61b9afa121 Fix system specific pre-processor defines 2015-08-30 20:50:10 +02:00
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