1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-01-13 19:56:40 +00:00
kamokan/src/tawashi_implem
2017-05-16 22:16:33 +01:00
..
pathname Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
cgi_env.cpp Delete get_env, which confused me a lot. 2017-05-08 19:46:14 +01:00
cgi_env.hpp Remove test-only stuff that is not necessary anymore. 2017-05-15 09:18:11 +01:00
cgi_environment_vars.cpp Calculate string lengths at build time. 2017-05-15 23:38:39 +01:00
cgi_environment_vars.hpp Add some missing environment variables. 2017-05-14 14:51:50 +01:00
cgi_post.cpp Pass the istream to read_post instead of assuming std::cin. 2017-05-10 20:42:42 +01:00
cgi_post.hpp Pass the istream to read_post instead of assuming std::cin. 2017-05-10 20:42:42 +01:00
CMakeLists.txt Organize exceptions so it's easy to log errors locally. 2017-05-16 18:54:00 +01:00
error_reasons.hpp Organize exceptions so it's easy to log errors locally. 2017-05-16 18:54:00 +01:00
error_response.cpp Organize exceptions so it's easy to log errors locally. 2017-05-16 18:54:00 +01:00
error_response.hpp Redirect to error.cgi when saving fails. 2017-05-12 22:46:54 +01:00
escapist.cpp Add unit test for utf8 sanitization. 2017-05-10 20:47:24 +01:00
escapist.hpp Add unit test for utf8 sanitization. 2017-05-10 20:47:24 +01:00
index_response.cpp Revert "Pass the ResponseFactory object down to the Response itself." 2017-05-12 22:18:03 +01:00
index_response.hpp Revert "Pass the ResponseFactory object down to the Response itself." 2017-05-12 22:18:03 +01:00
ini_file.cpp Add todo comment. 2017-05-06 21:57:31 +01:00
ini_file.hpp Add unit test for the SettingsBag. 2017-05-05 09:48:46 +01:00
list_highlight_langs.cpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
list_highlight_langs.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
logger.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
logging_levels.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
num_to_token.cpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
num_to_token.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
pastie_response.cpp Add http status codes and save dummy error into the mstch context. 2017-05-14 03:38:41 +01:00
pastie_response.hpp Revert "Pass the ResponseFactory object down to the Response itself." 2017-05-12 22:18:03 +01:00
response.cpp Clarify log entry 2017-05-16 22:16:33 +01:00
response.hpp Redirect to error.cgi when saving fails. 2017-05-12 22:46:54 +01:00
response_factory.cpp Revert "Pass the ResponseFactory object down to the Response itself." 2017-05-12 22:18:03 +01:00
response_factory.hpp Revert "Pass the ResponseFactory object down to the Response itself." 2017-05-12 22:18:03 +01:00
safe_stack_object.hpp Make SafeStackObject implicitly up-castable. 2017-05-06 21:48:45 +01:00
sanitized_utf8.cpp Replace nullchars with #. 2017-05-10 20:45:26 +01:00
sanitized_utf8.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
settings_bag.cpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
settings_bag.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
spdlog.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
split_get_vars.cpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
split_get_vars.hpp Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
string_lengths.hpp Use a smaller type for string lengths. 2017-05-15 23:41:47 +01:00
submit_paste_response.cpp Bugfix, don't redirect when the returned token is empty. 2017-05-16 22:06:36 +01:00
submit_paste_response.hpp Organize exceptions so it's easy to log errors locally. 2017-05-16 18:54:00 +01:00
tawashi_exception.cpp Organize exceptions so it's easy to log errors locally. 2017-05-16 18:54:00 +01:00
tawashi_exception.hpp Organize exceptions so it's easy to log errors locally. 2017-05-16 18:54:00 +01:00
tiger.c Protect against fast flooding from the same ip. 2017-05-11 09:48:18 +01:00
tiger.h Protect against fast flooding from the same ip. 2017-05-11 09:48:18 +01:00