1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-21 03:02:59 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
kakwa
8f1a9b1250 code reformat 2016-11-02 18:58:14 +01:00
kakwa
eb2b6ae66e code cleaning an reorganization 2016-09-12 08:39:03 +02:00
kakwa
d8f75a23f5 code reformatting 2016-09-01 08:29:07 +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
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
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
355d32c585 adding a context which will be passed from query to query 2016-08-24 22:37:05 +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