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

2454 Commits

Author SHA1 Message Date
bel
d33ff62ab1 MinGW: correct compiler defines
It seems MinGW uses __MINGW32_MAJOR_VERSION (major before version) for 32 bit,
but __MINGW64_VERSION_MAJOR (version befor major) for 64 bit.
2015-09-07 20:23:29 +02:00
bel
0037369809 MinGW: correct compiler defines 2015-09-07 19:45:34 +02:00
bel
22a38b7c39 MinGW: include _mingw.h, to access mingw version defines 2015-09-07 19:25:31 +02:00
bel
ad746c8365 Add #ifdef _WIN32 for vsnprintf blocking define again 2015-09-06 23:02:48 +02:00
bel
f3a22fab38 Linux/Travis does not support ifconfig 2015-09-06 21:46:05 +02:00
bel
da2f30cb48 Some MacOS compile fixes 2015-09-06 21:45:37 +02:00
bel
38fecc8961 Travis/MacOS does not support /sbin/ip, use ifconfig instead 2015-09-06 21:13:30 +02:00
bel
9a69a05905 Update source code format details 2015-09-06 21:03:52 +02:00
bel
810a34d828 Set MINGW compiler define for windows GCC diagnostic pragmas 2015-09-06 20:46:58 +02:00
bel
7995c9ba6d Disable unused-function warning for POSIX standard Win32 replacement functions 2015-09-05 23:30:19 +02:00
bel
8165305549 Rearrange definition of main for exe test 2015-09-04 22:10:14 +02:00
bel
41331e29c6 Add shared test to Visual Studio and format script 2015-09-04 21:25:48 +02:00
bel
6cc1f017f2 Fix wrong include guard in exe test 2015-09-04 20:32:19 +02:00
bel
eb3d9c414a Update Visual Studio unit test project 2015-09-04 20:27:22 +02:00
bel
3212e78e54 Initialize hostend to avoid false warning 2015-09-04 20:12:46 +02:00
bel
acdec461ab Disable Microsoft does not like standard C library functions warning for all tests 2015-09-04 20:10:44 +02:00
bel2125
f8cd0ab565 Auto-format test main 2015-09-03 22:32:00 +02:00
bel2125
db985a162b Add exe test suite and make CI testing more verbose 2015-09-03 22:29:11 +02:00
bel
37e28a7318 Support absolute uri (#197) - (Step 8/?) 2015-09-03 00:36:34 +02:00
bel
cb53155885 Support absolute uri (#197) - (Step 7/?) 2015-09-03 00:09:30 +02:00
bel
e29dbdc5a0 Support absolute uri (#197) - (Step 6/?) 2015-09-02 23:53:38 +02:00
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