1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-06 15:09:59 +00:00
kamokan/src/tawashi_implem
King_DuckZ 4eb4261f4a This makes it quick to just delete the copy constructor.
Useful if you want to see where copy is done instead of move.
2017-05-18 19:17:22 +01:00
..
pathname Split tawashi into lib+executable to enable unit testing 2017-05-04 19:52:18 +01:00
cgi_env.cpp Append the protocol to the uri from the code. 2017-05-18 19:17:22 +01:00
cgi_env.hpp Append the protocol to the uri from the code. 2017-05-18 19:17:22 +01:00
cgi_environment_vars.cpp Calculate string lengths at build time. 2017-05-15 23:38:39 +01:00
cgi_environment_vars.hpp Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +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 Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +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
http_header.cpp Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +01:00
http_header.hpp This makes it quick to just delete the copy constructor. 2017-05-18 19:17:22 +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 Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +01:00
pastie_response.hpp Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +01:00
response.cpp Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +01:00
response.hpp Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +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 Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +01:00
submit_paste_response.hpp Make on_process() return an HttpHeader. 2017-05-18 19:17:22 +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