1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-10 13:44:29 +01:00

20 Commits

Author SHA1 Message Date
kakwa
50afe67175 better help in command line 2016-09-06 08:51:48 +02:00
kakwa
d247816f5b fix memleak 2016-09-05 20:06:15 +02:00
kakwa
b44af1e309 fix command line in case the pid file is not set 2016-09-01 21:10:26 +02:00
kakwa
77cd1dba5c fix the way relative paths are handled and pid file handler
* add a pid file option on command line + implement it
* make the relative path in conf param relative to the configuration
  file directory and not the running directory
2016-09-01 19:43:29 +02:00
kakwa
d8f75a23f5 code reformatting 2016-09-01 08:29:07 +02:00
kakwa
7401799cb5 fix ordering between daemonize and get working dir 2016-09-01 08:13:57 +02:00
kakwa
d6a7ba86ff passing the launch working dir to the configuration handler
as many configuration paths can be relative to the execution working
directory, this directory is recorded at launch time, and the set_params
function does a chdir(<start work dir>); <load conf>; chdir("/") when
it's called.
2016-09-01 07:59:02 +02:00
kakwa
f22c4cfc87 fix ordering between start log and actual start 2016-08-31 07:36:27 +02:00
kakwa
ec467ba646 general reorganization
* rename the logger function to uts_logger
* add logging to the create_tsctx fucntion
* fix some warning *
2016-08-26 20:39:45 +02:00
kakwa
57d7c6ebc2 better stdout debugging mode 2016-08-24 23:41:55 +02:00
kakwa
30e06d8db8 add the passing of the configuration file path and debug flag 2016-08-24 23:14:15 +02:00
kakwa
63739e858f pass context to the logging function 2016-08-24 23:03:49 +02:00
kakwa
74f07cbd0e big code reorganization:
* split the rfc3161 and the http part
* add a logger function
* add a debugging logger function for the requests
* add a specific handler for rfc3161 request
2016-08-24 22:13:11 +02:00
kakwa
8fc0360824 reformat source code 2016-08-23 19:38:07 +02:00
pcarpent
e14e9af3ed begin implementing the http part 2015-12-18 00:29:43 +01:00
pcarpent
19aade9650 implementing -d (daemonize command line option) 2015-12-17 23:30:30 +01:00
pcarpent
9b12df7893 fix misplaced static definition 2015-12-17 21:46:45 +01:00
pcarpent
0017a079aa implementing argument parsing 2015-12-17 15:49:58 +01:00
pcarpent
0ba0c0914d begin implementing 2015-12-17 14:09:44 +01:00
pcarpent
18e30a81ae init project skeleton 2015-12-16 23:11:08 +01:00