kakwa
35681c5052
better handling of C Language version (11 FYI)
2017-04-22 02:22:55 +02:00
kakwa
822b97a035
add handling of NULL strings in logs
...
replace NULL char * by const char * "<undef>" in log messages
as printf("%s", NULL) behavior is not formalized.
2017-04-22 01:42:58 +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
kakwa
5df1bc189e
add special matching for LibreSSL
...
Thank you LibreSSL for setting OPENSSL_VERSION_NUMBER to 0x20000000L...
It breaks traditional OpenSSL API matching by OPENSSL_VERSION_NUMBER...
2017-04-21 01:59:18 +02:00
Carpentier Pierre-Francois
d5c0e69545
Remove duplicate option in external project
2017-01-31 14:26:46 +01:00
kakwa
21912b4897
fix changelog
2017-01-31 01:28:21 +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
55dea707b9
explicitly mention BUNDLE_CIVETWEB has a developpment/testing option
2017-01-30 19:21:58 +01:00
kakwa
4b40fd97a7
add custom args for civetweb external project
2017-01-30 08:29:17 +01:00
kakwa
310a76104c
revert change in stress.py test script
2017-01-29 19:58:14 +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
e711c6ed95
adding changelog
2017-01-28 03:30:42 +01:00
kakwa
e41051e331
update version
2017-01-28 03:28:49 +01:00
kakwa
c440d30769
Merge branch 'master' of https://github.com/kakwa/uts-server
2017-01-28 03:26:58 +01:00
kakwa
66c055b3a4
using more portable dirname() function
...
* removing include of <string.h> (which include GNU dirname, which
doesn't follow posix spec, and force using libgen.h
* removing #ifdef for FreeBSD handling of dirname as it's not necessary
anymore.
2017-01-28 03:21:11 +01:00
Carpentier Pierre-Francois
2f75ee32f9
Update CMakeLists.txt
2017-01-27 10:15:38 +01:00
kakwa
e9d4d97437
add changelog entry
2017-01-27 00:47:19 +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
89246d9f43
add ssl line (commented) for stress script
2016-12-22 03:13:34 +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
294e22adc1
changelog
2016-12-04 14:34:32 +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
a56c1d4477
cleaning the travis.yml file
2016-12-04 14:10:30 +01:00
kakwa
fe51b57adc
format code
2016-12-04 13:39:27 +01:00
kakwa
5384ccd45e
adding a few #define to handle multiple openssl API version
2016-12-04 13:38:09 +01:00
kakwa
86ece83f51
adapt code to newer openssl API
2016-12-04 13:18:33 +01:00
kakwa
483365a75a
fix typo 2
2016-11-02 19:25:01 +01:00
kakwa
b8b71d3a2a
typo in README.rst
2016-11-02 19:23:46 +01:00
kakwa
f7d8e6b2fe
better README.rst (add RFC 3161 presentation)
2016-11-02 19:21:48 +01:00
kakwa
8f1a9b1250
code reformat
2016-11-02 18:58:14 +01:00