drogon/unittest
VayuDev d4d5adf88b
Added additional formats for getHttpDate function and fixed undefined behavior upon error (#453) (#456)
This patch adds support for the RFC 850 and asctime format. If an error
occurs, we now return a date with the epoch value of -1 and warn instead of
triggering undefined behavior. This is checked by a new set of tests.

Co-authored-by: VayuDev <vayudev@protonmail.com>
Co-authored-by: antao <antao2002@gmail.com>
2020-06-05 20:57:36 +08:00
..
Base64Unittest.cpp Support url safe base64 codec (#417) 2020-04-26 23:23:03 +08:00
BrotliUnittest.cpp Add support for brotli compression (#406) 2020-04-04 18:15:15 +08:00
CMakeLists.txt Added additional formats for getHttpDate function and fixed undefined behavior upon error (#453) (#456) 2020-06-05 20:57:36 +08:00
DrObjectUnittest.cpp Fix a bug in compressing by zlib (#308) 2019-12-07 01:26:12 +08:00
GzipUnittest.cpp Port drogon to Windows (#335) 2020-01-25 11:58:20 +08:00
HttpDateUnittest.cpp Added additional formats for getHttpDate function and fixed undefined behavior upon error (#453) (#456) 2020-06-05 20:57:36 +08:00
MD5Unittest.cpp Add some unit tests (#311) 2019-12-09 22:16:09 +08:00
MsgBufferUnittest.cpp Fix a bug in compressing by zlib (#308) 2019-12-07 01:26:12 +08:00
OStringStreamUnitttest.cpp Use drogon::OStringStream instead of std::stringstream in text template (#322) 2020-01-01 16:15:11 +08:00
PubSubServiceUnittest.cpp Create a class template for publish subscribe pattern (#443) 2020-05-24 20:42:00 +08:00
SHA1Unittest.cpp Add some unit tests (#311) 2019-12-09 22:16:09 +08:00