This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
Simple-Web-Server
Watch
1
Star
0
Fork
You've already forked Simple-Web-Server
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a316310815
Simple-Web-Server
/
tests
History
Download ZIP
Download TAR.GZ
eidheim
45d39e3c18
Merge branch 'new_asio' of
https://gitlab.com/eidheim/Simple-Web-Server
2019-06-14 20:14:56 +02:00
..
assert.hpp
Further improvements to the ASSERT-macro: replaced fprintf with std::cerr and added std::-prefix to abort
2019-03-28 10:56:16 +01:00
CMakeLists.txt
use NAME and COMMAND tags in add_test function
2019-02-08 15:30:42 +00:00
crypto_test.cpp
Improved ASSERT macro, and renamed tests/check.hpp to tests/assert.hpp
2019-03-23 13:46:31 +01:00
io_test.cpp
Related to
#246
: added test where multiple clients sends posts concurrently to a server
2019-06-13 19:37:43 +02:00
parse_test.cpp
Added support for new asio api
2019-04-10 11:07:33 +02:00
status_code_test.cpp
Fixes
#261
: SimpleWeb::status_code(const std::string &) now only regards the status code number when searching for status code enum, and can also return undefined enums that can be cast to an integer value
2019-04-29 13:30:22 +02:00