Go to file
kakwa 9a05006d1e fix default log_level, and fix chdir
* the chdir was done after the loading of the conf file, reversing it
* in case log_level is not set, the application would segfault, now
  handled properly (default is info)
* remove logging to the daemon facility
2016-09-01 08:25:28 +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 fix default log_level, and fix chdir 2016-09-01 08:25:28 +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

README.md

uts-server

micro timestamp server (RFC 3161) written in C