You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Falk Werner 214d6b738d
removed NULL-checks after malloc: they are not necessary, they were not consequently used and objects constructed by 3rd party libs are also unchecked
5 years ago
..
die_if.cc organized unit tests 5 years ago
die_if.hpp organized unit tests 5 years ago
file_utils.cc organized unit tests 5 years ago
file_utils.hpp organized unit tests 5 years ago
path.c removed NULL-checks after malloc: they are not necessary, they were not consequently used and objects constructed by 3rd party libs are also unchecked 5 years ago
path.h made static_filesystem private (used for test purposes only) 5 years ago
static_filesystem.c removed NULL-checks after malloc: they are not necessary, they were not consequently used and objects constructed by 3rd party libs are also unchecked 5 years ago
static_filesystem.h removed some dead code 5 years ago
tempdir.cc organized unit tests 5 years ago
tempdir.hpp organized unit tests 5 years ago
timeout_watcher.cc organized unit tests 5 years ago
timeout_watcher.hpp organized unit tests 5 years ago
ws_server.cc made client protocol test single threaded 5 years ago
ws_server.hpp made client protocol test single threaded 5 years ago