1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-28 22:52:57 +02:00
Commit Graph

154 Commits

Author SHA1 Message Date
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
kakwa
235f23bcac adding a small external test 2016-09-07 21:41:21 +02:00
kakwa
604e509ea7 removing osx as a targeted platform (kind of useless) 2016-09-07 21:34:12 +02:00
kakwa
dc7c599216 adding link option for bundleling 2016-09-07 21:33:07 +02:00
kakwa
284b3be90b trying to fix the cmake version issue 2016-09-07 21:29:18 +02:00
kakwa
a36e06bc09 adding travis badge 2016-09-07 21:19:27 +02:00
kakwa
718535713d adding a travis file for continuous integration 2016-09-07 21:17:21 +02:00
kakwa
5950ff1286 documenting the civetweb bundleling 2016-09-07 21:14:12 +02:00
kakwa
6d48931d1d adding gitignore 2016-09-07 21:02:02 +02:00
kakwa
5e91614dd4 implementing a way to recover civetweb as an external project 2016-09-07 20:59:10 +02:00
kakwa
e3a631f41b removing vendor directory 2016-09-07 20:56:56 +02:00
kakwa
8e292c0a15 remove submodule for civetweb 2016-09-07 20:56:02 +02:00
kakwa
a8fb3636ae adding a few sections 2016-09-06 09:05:55 +02:00
kakwa
f8587e497f fix link to openssl project 2016-09-06 09:03:54 +02:00
kakwa
1f5e6ec1dc better README file 2016-09-06 09:02:50 +02:00
kakwa
50afe67175 better help in command line 2016-09-06 08:51:48 +02:00