1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-01-13 19:56:40 +00:00
kamokan/src
King_DuckZ 457127aa04 Rename built binary to tawashi.cgi
Also copy html dir when doing make install.
2017-04-26 20:52:52 +01:00
..
pathname Refactoring. 2017-04-15 03:18:33 +01:00
cgi_env.cpp Use houdini escaping instead of easy_curl. 2017-04-25 22:09:46 +01:00
cgi_env.hpp Use houdini escaping instead of easy_curl. 2017-04-25 22:09:46 +01:00
cgi_environment_vars.cpp Remove invalid utf8 sequences from GET and POST. 2017-04-26 20:12:59 +01:00
cgi_environment_vars.hpp Add GPL3 licence. 2017-04-06 23:35:06 +01:00
cgi_post.cpp Remove invalid utf8 sequences from GET and POST. 2017-04-26 20:12:59 +01:00
cgi_post.hpp Add GPL3 licence. 2017-04-06 23:35:06 +01:00
CMakeLists.txt Rename built binary to tawashi.cgi 2017-04-26 20:52:52 +01:00
escapist.cpp Use houdini escaping instead of easy_curl. 2017-04-25 22:09:46 +01:00
escapist.hpp Use houdini escaping instead of easy_curl. 2017-04-25 22:09:46 +01:00
get_env.cpp Remove invalid utf8 sequences from GET and POST. 2017-04-26 20:12:59 +01:00
get_env.hpp Remove invalid utf8 sequences from GET and POST. 2017-04-26 20:12:59 +01:00
index_response.cpp Response keeps a ptr to the SettingsBag now. 2017-04-23 13:40:48 +01:00
index_response.hpp Response keeps a ptr to the SettingsBag now. 2017-04-23 13:40:48 +01:00
ini_file.cpp Make ini parser use a map of string_ref 2017-04-11 18:32:43 +01:00
ini_file.hpp Refactoring. 2017-04-15 03:18:33 +01:00
list_highlight_langs.cpp Implement as_str() and as_ref() as template as<>(). 2017-04-24 09:25:04 +01:00
list_highlight_langs.hpp Add langmap_dir setting. 2017-04-23 13:57:49 +01:00
main.cpp Allow users to specify min/max valid pastie sizes. 2017-04-24 19:09:43 +01:00
num_to_token.cpp Add GPL3 licence. 2017-04-06 23:35:06 +01:00
num_to_token.hpp Add GPL3 licence. 2017-04-06 23:35:06 +01:00
pastie_response.cpp Tell the browser returned plain text is utf8. 2017-04-26 20:12:59 +01:00
pastie_response.hpp Simplify the response pipeline. 2017-04-26 09:17:57 +01:00
response.cpp Simplify the response pipeline. 2017-04-26 09:17:57 +01:00
response.hpp Simplify the response pipeline. 2017-04-26 09:17:57 +01:00
response_factory.cpp Response keeps a ptr to the SettingsBag now. 2017-04-23 13:40:48 +01:00
response_factory.hpp Response keeps a ptr to the SettingsBag now. 2017-04-23 13:40:48 +01:00
safe_stack_object.hpp Fix operator* 2017-04-21 22:56:44 +01:00
sanitized_utf8.cpp Remove invalid utf8 sequences from GET and POST. 2017-04-26 20:12:59 +01:00
sanitized_utf8.hpp Remove invalid utf8 sequences from GET and POST. 2017-04-26 20:12:59 +01:00
settings_bag.cpp Allow users to specify min/max valid pastie sizes. 2017-04-24 19:09:43 +01:00
settings_bag.hpp Implement as_str() and as_ref() as template as<>(). 2017-04-24 09:25:04 +01:00
split_get_vars.cpp Add GPL3 licence. 2017-04-06 23:35:06 +01:00
split_get_vars.hpp Add GPL3 licence. 2017-04-06 23:35:06 +01:00
submit_paste_response.cpp Simplify the response pipeline. 2017-04-26 09:17:57 +01:00
submit_paste_response.hpp Simplify the response pipeline. 2017-04-26 09:17:57 +01:00
tawashiConfig.h.in Import lib mstch and put it to good use. 2017-04-18 18:40:42 +01:00