1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-20 18:53:01 +02:00
Commit Graph

220 Commits

Author SHA1 Message Date
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
kakwa
23e1799ce0 fix Waring on compilation 2016-11-02 18:57:26 +01:00
kakwa
a4a17e14b3 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
69386d966f 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
0bf5ff8c6c version bump 2016-09-14 20:23:47 +02:00
kakwa
c841afecae Merge branch 'master' of https://github.com/kakwa/uts-server 2016-09-14 20:16:37 +02:00
kakwa
fc09e04638 add changelog entries 2016-09-14 20:16:11 +02:00
kakwa
141b8f11f7 exit at the first TS_RESP_CTX initialization fail 2016-09-14 20:15:18 +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
cada495115 cleaning README 2016-09-12 22:58:34 +02:00
kakwa
607014926b adding init script 2016-09-12 22:55:26 +02:00
kakwa
56701022d6 adding systemd service and tmp file crap 2016-09-12 22:52:47 +02:00
kakwa
63c4c33a70 more secure cryptographic algorithm in example configuration 2016-09-12 22:43:00 +02:00
kakwa
964d1f088e update the documentation 2016-09-12 22:25:29 +02:00
kakwa
e55f8c81b6 remove the awkward default_tsa parameter
default_tsa pointing to a specific tsa section doesn't make sense.
removing it.
2016-09-12 22:21:22 +02:00
kakwa
8b5906f550 version bump 2016-09-12 19:35:22 +02:00
kakwa
6550551230 adding goodies documentation 2016-09-12 19:34:57 +02:00