1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-06 11:07:49 +02:00
Commit Graph

50 Commits

Author SHA1 Message Date
kakwa
d8637ba0a0 passing the civetweb git url as an env variable 2017-04-27 21:47:36 +02:00
kakwa
03f8660f97 variabilsize CIVETWEB REPO URL 2017-04-27 21:30:57 +02:00
kakwa
35681c5052 better handling of C Language version (11 FYI) 2017-04-22 02:22:55 +02:00
kakwa
1d7c9cd588 add changelog entry and version bump 2017-04-21 09:10:39 +02:00
kakwa
7fd42b2bd0 slight reordering of messages in cmake (cosmetic) 2017-04-21 09:01:17 +02:00
kakwa
e4d93f6e01 remove cmake warning + better comment 2017-04-21 08:59:20 +02:00
kakwa
5cf50b4b42 adding small cmake module to detect LibreSSL and using it in CMakeLists.txt 2017-04-21 08:52:25 +02:00
kakwa
901d8f9709 fix cmake... hopefully 2017-04-21 02:34:07 +02:00
kakwa
1e5f11599d linking libpthread is necessary everywhere if bundling civetweb 2017-04-21 02:25:03 +02:00
kakwa
114a7f28ad adding handling of OpenBSD 2017-04-21 02:07:28 +02:00
Carpentier Pierre-Francois
d5c0e69545 Remove duplicate option in external project 2017-01-31 14:26:46 +01:00
kakwa
da6cfd99ce version bump 2017-01-31 01:27:43 +01:00
kakwa
b46a456e2e fix option and documentation + changelog 2017-01-31 01:26:51 +01:00
kakwa
68017436dd more cleaning for static compilation 2017-01-31 01:21:13 +01:00
kakwa
4b40fd97a7 add custom args for civetweb external project 2017-01-30 08:29:17 +01:00
kakwa
73038b0ec5 fix link dl option 2017-01-29 18:58:01 +01:00
kakwa
cc49f2aa3e fixing description of option LINK_GCC_S 2017-01-29 18:44:11 +01:00
kakwa
0cacce58fc version bump 2017-01-29 17:46:54 +01:00
kakwa
e701cd7211 add some dynamic optional linkage for FreeBSD on gcc_s 2017-01-29 17:44:45 +01:00
kakwa
4abe7a0f3d adding a switch to link against glibc/dl for static compilation 2017-01-29 17:33:31 +01:00
kakwa
18123ab448 adding code in cmake for static compilation 2017-01-29 16:31:03 +01:00
kakwa
e41051e331 update version 2017-01-28 03:28:49 +01:00
Carpentier Pierre-Francois
2f75ee32f9 Update CMakeLists.txt 2017-01-27 10:15:38 +01:00
kakwa
74ecce8d1a verion bump 2017-01-27 00:36:46 +01:00
kakwa
e3af432637 add missing definition for FreeBSD 2017-01-27 00:35:58 +01:00
kakwa
e97c7fe0ce including module to include argp 2017-01-27 00:28:46 +01:00
kakwa
e708987872 fix matching of OpenSSL version 2017-01-26 23:26:39 +01:00
kakwa
dbe37d9b18 fix sed command in patching civetweb on FreeBSD
* sed -i requires an extension parameter on FreeBSD, providing one
2017-01-26 19:54:03 +01:00
Carpentier Pierre-Francois
c885b63767 remove __DATE__ in civetweb.c too
remove it as it causes fatal warning on non-reproducible build
2016-12-22 10:30:07 +01:00
kakwa
69998f94d1 add step in CMakeLists.txt to adapt civetweb Bundling to openssl
versions
2016-12-22 03:12:49 +01:00
kakwa
c697886620 fixing missing dependency on compilation order
add a dependency to compile civetweb before uts-server if civetweb
is bundled with uts-server.
2016-12-04 15:08:46 +01:00
kakwa
9470b0177f version bump 2016-12-04 14:32:39 +01:00
kakwa
fdb478ca8d removing the date Macro to avoid error at compile time
as it breaks reproductability, it raises errors
2016-12-04 14:27:46 +01:00
kakwa
23e1799ce0 fix Waring on compilation 2016-11-02 18:57:26 +01:00
kakwa
0bf5ff8c6c version bump 2016-09-14 20:23:47 +02:00
kakwa
b98d15b5d6 fix compilation error due to unspecified -std and missing -D and include 2016-09-14 20:08:21 +02:00
kakwa
0a8166d380 version bump 2016-09-12 22:59:12 +02:00
kakwa
8b5906f550 version bump 2016-09-12 19:35:22 +02:00
kakwa
4558b502b9 version bump 2016-09-12 00:44:58 +02:00
kakwa
2626b439f9 switch version to 0.0.1 2016-09-09 22:19:02 +02:00
kakwa
dc7c599216 adding link option for bundleling 2016-09-07 21:33:07 +02:00
kakwa
5e91614dd4 implementing a way to recover civetweb as an external project 2016-09-07 20:59:10 +02:00
kakwa
f78c039203 adding a DEBUG option in cmake to compile wth debug flags 2016-08-26 19:28:12 +02:00
kakwa
2545223c71 remove ini parser as we will use the openssl configuratio parser 2016-08-25 23:34:57 +02:00
kakwa
74f07cbd0e big code reorganization:
* split the rfc3161 and the http part
* add a logger function
* add a debugging logger function for the requests
* add a specific handler for rfc3161 request
2016-08-24 22:13:11 +02:00
kakwa
950c9fc26c use civetweb 2016-08-19 00:04:13 +02:00
pcarpent
bcb13836c2 fix CMakeList 2015-12-17 21:47:41 +01:00
pcarpent
ee91ec3ff6 fix version define in CMakeList 2015-12-17 15:48:55 +01:00
pcarpent
f86edd7c00 adding openssl in CMakeLists.txt 2015-12-17 14:09:09 +01:00
pcarpent
18e30a81ae init project skeleton 2015-12-16 23:11:08 +01:00