1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-18 09:49:51 +02:00
Go to file
kakwa 6e687f2fe2 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
cmake use civetweb 2016-08-19 00:04:13 +02:00
conf fix default configuration 2016-08-26 19:31:12 +02:00
docs init project skeleton 2015-12-16 23:11:08 +01:00
goodies modification in timestamp-file.sh script 2016-08-29 19:36:56 +02:00
inc passing the launch working dir to the configuration handler 2016-09-01 07:59:02 +02:00
src passing the launch working dir to the configuration handler 2016-09-01 07:59:02 +02:00
tests removing the serial file parameter, the serial is now random 2016-08-30 22:51:13 +02:00
vendor adding civetweb as a submodule 2016-08-25 23:38:04 +02:00
.gitignore adding some entries in gitignore 2016-08-27 01:34:08 +02:00
.gitmodules adding civetweb as a submodule 2016-08-25 23:38:04 +02:00
CMakeLists.txt adding a DEBUG option in cmake to compile wth debug flags 2016-08-26 19:28:12 +02:00
LICENSE Initial commit 2015-12-16 22:13:06 +01:00
README.md Initial commit 2015-12-16 22:13:06 +01:00

uts-server

micro timestamp server (RFC 3161) written in C