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

269 Commits

Author SHA1 Message Date
kakwa
eb2b6ae66e code cleaning an reorganization 2016-09-12 08:39:03 +02:00
kakwa
064f0f8161 fix potential memleak + comments 2016-09-12 08:20:07 +02:00
kakwa
4558b502b9 version bump 2016-09-12 00:44:58 +02:00
kakwa
cb29ac9e42 change the attributes of the test certificates (cosmetic only) 2016-09-12 00:41:34 +02:00
kakwa
0185f87d46 adding test case for ssl setup 2016-09-11 23:59:52 +02:00
kakwa
78c50ace54 adding test configuration for ssl setup 2016-09-11 23:57:25 +02:00
kakwa
5b3c90bf07 fix relative path loading for https certificate/key/ca file 2016-09-11 23:55:38 +02:00
kakwa
a09db515ca adding a changelog message 2016-09-11 22:11:21 +02:00
kakwa
2f866957d3 fix the order of some strings in some log messages 2016-09-11 22:09:39 +02:00
kakwa
a70f2fe754 the max serial size is 160 bits, not 160 bytes... 2016-09-11 22:04:03 +02:00
kakwa
c2d0bdfecb add many comments 2016-09-11 22:01:22 +02:00
kakwa
5eec6c6f27 Merge branch 'master' of https://github.com/kakwa/uts-server 2016-09-11 21:10:12 +02:00
kakwa
aa632e6c13 implement logging of startup civetweb error 2016-09-11 21:09:35 +02:00
Carpentier Pierre-Francois
abecef0b7d Update README.rst 2016-09-11 20:46:38 +02:00
kakwa
fe73ef6cfd adding a 64px png version of the logo 2016-09-11 20:43:15 +02:00
Carpentier Pierre-Francois
48b9d58564 Update README.rst 2016-09-11 20:41:53 +02:00
kakwa
4cfc042498 adding error handling in case civetweb fails to start 2016-09-11 20:07:14 +02:00
kakwa
04f145fb4a adding a sleep 1 (waiting for the server to be up 2016-09-11 19:29:20 +02:00
kakwa
418bccc800 more complete and accurate quick start guide 2016-09-11 19:24:27 +02:00
kakwa
9b0a122b0c better links to external resources 2016-09-11 19:14:40 +02:00
kakwa
5506db0ca6 fix some typo in documenation 2016-09-11 19:08:51 +02:00
kakwa
a52869092d http headers are case-insensitive replacing strcmp by strcasecmp 2016-09-11 18:27:51 +02:00
kakwa
7d053ddc0b first batch of the rst documentation 2016-09-10 12:03:03 +02:00
kakwa
8e841cf46e adding some resource files for the documenation 2016-09-10 11:19:14 +02:00
kakwa
eea38f368c cosmetic changes 2016-09-10 03:30:09 +02:00
kakwa
1c2627c79c cosmetic change 2016-09-10 03:29:12 +02:00
kakwa
0cc8eaa6cc few cosmetic fixes in documentation 2016-09-10 03:27:41 +02:00
kakwa
7fa609bfbf fixing some issues with the configuration table generator 2016-09-10 03:22:04 +02:00
kakwa
5735ced73b fix tests 2016-09-10 03:14:02 +02:00
kakwa
44fc2d9f8d switching to rst
* rename README
* more cleaning in the configuration
* build real tables for configuration parameters
2016-09-10 03:10:21 +02:00
kakwa
ec35f0233a another reformatting of the default configuration file 2016-09-10 00:55:46 +02:00
kakwa
bfd85fd439 adding documentation for each conf file parameters 2016-09-10 00:55:19 +02:00
kakwa
c577f0c190 reformat configuration file 2016-09-10 00:50:24 +02:00
kakwa
5fe1096862 python script to gen doc from conf file comments 2016-09-10 00:48:24 +02:00
kakwa
2626b439f9 switch version to 0.0.1 2016-09-09 22:19:02 +02:00
kakwa
3eeaadb62a cleanup documentation 2016-09-09 21:45:22 +02:00
kakwa
f4feb480c7 fix default configuration 2016-09-09 21:45:00 +02:00
kakwa
5c14508b16 adding vim swap files in the git ignore 2016-09-09 08:28:21 +02:00
kakwa
633bbcccad more consistent log messages 2016-09-09 08:26:31 +02:00
kakwa
0ef4a83010 displaying the timer every 1000 requests instead of every 10000 2016-09-09 00:03:42 +02:00
kakwa
443e7a2f1c increasing the size of the test keys 2016-09-09 00:02:24 +02:00
kakwa
14852855b9 enabling multi-threads support
as TS_RESP_CTX is not thread safe, this commit implement a pool of
TS_RESP_CTX in which a thread can pick one in a thread safe maner.

* implement a ts_resp_ctx_wrapper containing a TS_RESP_CTX and a
  lock and bool to mark the availability of the TS_RESP_CTX
* implement the get_ctxw to recover a given TS_RESP_CTX in a thread safe
   maner
* adapt the rest of the code to accomodate the new way of doing things
* set the default number of threads to 10 as it's now safe to do so
2016-09-08 23:21:53 +02:00
kakwa
de4f796b33 enable num_threads > 1 in the test configuration 2016-09-08 23:20:25 +02:00
kakwa
fcea2e8fc8 making the stress.py stress test executable 2016-09-08 23:19:51 +02:00
kakwa
fb13156844 adding a switch to disable request debug log treatement 2016-09-08 21:18:15 +02:00
kakwa
29defe1610 switching success log to debug 2016-09-08 21:17:35 +02:00
kakwa
b962e31461 adding a ts request file for tests 2016-09-08 20:44:52 +02:00
kakwa
7249db64f5 adding a small stress script 2016-09-08 20:44:28 +02:00
kakwa
08dcf50add fix the ssl certificate creation script 2016-09-07 21:45:48 +02:00
kakwa
e2e254480a small improvement on test script 2016-09-07 21:43:15 +02:00