kakwa
f01f72f913
adding small cmake module to detect LibreSSL and using it in CMakeLists.txt
2017-04-21 08:52:25 +02:00
kakwa
730aa230b8
fix cmake... hopefully
2017-04-21 02:34:07 +02:00
kakwa
50a4288c63
linking libpthread is necessary everywhere if bundling civetweb
2017-04-21 02:25:03 +02:00
kakwa
25a150124c
adding handling of OpenBSD
2017-04-21 02:07:28 +02:00
kakwa
65357fe736
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
dca9231b9f
Remove duplicate option in external project
2017-01-31 14:26:46 +01:00
kakwa
88fd08baec
fix changelog
0.1.7
2017-01-31 01:28:21 +01:00
kakwa
a2cc1dadb3
version bump
2017-01-31 01:27:43 +01:00
kakwa
f362f06b56
fix option and documentation + changelog
2017-01-31 01:26:51 +01:00
kakwa
e6de3133c7
more cleaning for static compilation
2017-01-31 01:21:13 +01:00
kakwa
c74187c9f9
explicitly mention BUNDLE_CIVETWEB has a developpment/testing option
2017-01-30 19:21:58 +01:00
kakwa
724fd697fa
add custom args for civetweb external project
2017-01-30 08:29:17 +01:00
kakwa
6c9df43b5c
revert change in stress.py test script
2017-01-29 19:58:14 +01:00
kakwa
5b8d4b301a
fix link dl option
2017-01-29 18:58:01 +01:00
kakwa
a7955e12fc
fixing description of option LINK_GCC_S
2017-01-29 18:44:11 +01:00
kakwa
948a81f8be
version bump
0.1.5
2017-01-29 17:46:54 +01:00
kakwa
9c9604f495
add some dynamic optional linkage for FreeBSD on gcc_s
2017-01-29 17:44:45 +01:00
kakwa
2caed98049
adding a switch to link against glibc/dl for static compilation
2017-01-29 17:33:31 +01:00
kakwa
01ec7b5a74
adding code in cmake for static compilation
2017-01-29 16:31:03 +01:00
kakwa
79be3ce7a5
adding changelog
2017-01-28 03:30:42 +01:00
kakwa
ca06db0a37
update version
0.1.4
2017-01-28 03:28:49 +01:00
kakwa
847c86b649
Merge branch 'master' of https://github.com/kakwa/uts-server
2017-01-28 03:26:58 +01:00
kakwa
3542a13ab1
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
4b3bf70697
Update CMakeLists.txt
2017-01-27 10:15:38 +01:00
kakwa
05051d783d
add changelog entry
0.1.3
2017-01-27 00:47:19 +01:00
kakwa
24c824a537
verion bump
2017-01-27 00:36:46 +01:00
kakwa
5cf8f304db
add missing definition for FreeBSD
2017-01-27 00:35:58 +01:00
kakwa
53823817cf
including module to include argp
2017-01-27 00:28:46 +01:00
kakwa
ad35f179c9
fix matching of OpenSSL version
2017-01-26 23:26:39 +01:00
kakwa
0b15956d0c
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
10f504db61
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
a60a6a295d
add ssl line (commented) for stress script
2016-12-22 03:13:34 +01:00
kakwa
18100cee44
add step in CMakeLists.txt to adapt civetweb Bundling to openssl
...
versions
2016-12-22 03:12:49 +01:00
kakwa
f98e0b6c9d
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
ed8244a16c
changelog
2016-12-04 14:34:32 +01:00
kakwa
27b8c75009
version bump
0.1.2
2016-12-04 14:32:39 +01:00
kakwa
cf096345af
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
f1476f5189
cleaning the travis.yml file
2016-12-04 14:10:30 +01:00
kakwa
158f49dc46
format code
2016-12-04 13:39:27 +01:00
kakwa
9391f6348a
adding a few #define to handle multiple openssl API version
2016-12-04 13:38:09 +01:00
kakwa
4bdd9f0272
adapt code to newer openssl API
2016-12-04 13:18:33 +01:00
kakwa
75bbf41171
fix typo 2
2016-11-02 19:25:01 +01:00
kakwa
f4bdf43856
typo in README.rst
2016-11-02 19:23:46 +01:00
kakwa
15190cf7ba
better README.rst (add RFC 3161 presentation)
2016-11-02 19:21:48 +01:00
kakwa
ef97018644
code reformat
2016-11-02 18:58:14 +01:00
kakwa
fc1a736672
fix Waring on compilation
2016-11-02 18:57:26 +01:00
kakwa
1b70725d86
adding the configure.rst file in gitignore
...
it's generated at each doc build now, no need for a static file
2016-09-23 22:39:26 +02:00
kakwa
077c14398f
make the generation of the parameters completely automatic
...
The code in build_param_table.py is modified to write directly
to a file, and this code is included in the conf.py file.
The static configure.rst file is removed
2016-09-23 22:35:34 +02:00
kakwa
8698856b5f
version bump
0.1.1
2016-09-14 20:23:47 +02:00
kakwa
3461d11f94
Merge branch 'master' of https://github.com/kakwa/uts-server
2016-09-14 20:16:37 +02:00