1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-05 18:47:49 +02:00
Go to file
kakwa d54c661eef multiple modification on ts response creation
* pass the size of the query to the create_response function
* implement a serial generator based on random numbers
* fix the creation of the bio for the query content
* add logging for the create_reponse

TODO:
* some REAL memory cleaning...
2016-08-30 22:55:25 +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 multiple modification on ts response creation 2016-08-30 22:55:25 +02:00
src multiple modification on ts response creation 2016-08-30 22:55:25 +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