Crow/include/crow
2022-06-18 17:21:37 +03:00
..
middlewares Replace optional with empty string 2022-05-07 12:09:22 +03:00
app.h Fixed race condition: calling stop() immediately after async_run() and wait_for_server_start() could lead to deadlock 2022-06-13 10:53:27 +02:00
ci_map.h replace usage of boost::iequals with utility::string_equals. 2022-06-18 17:21:37 +03:00
common.h Allowed compiling on GCC 4.8 by using CallHelper instead of is_callable 2022-04-11 06:24:43 +03:00
compression.h created new rules, used bot to enforce rules in PRs 2021-11-25 14:45:38 +03:00
http_connection.h remove 'using namespace boost' declarations. 2022-06-18 17:21:37 +03:00
http_parser_merged.h fixed issue where parser methods were in all caps 2022-03-21 13:47:46 +03:00
http_request.h changed functionality to avoid circular include 2022-05-21 12:32:32 +03:00
http_response.h Merge branch 'master' into blueprint-middleware 2022-05-07 23:03:35 +03:00
http_server.h remove 'using namespace boost' declarations. 2022-06-18 17:21:37 +03:00
json.h remove 'using namespace boost' declarations. 2022-06-18 17:21:37 +03:00
logging.h Concatenate log into one string and sending to std::cerr instead of multiple << operator 2022-04-12 09:18:38 +08:00
middleware_context.h Blueprint middleware prototype 2022-04-11 16:01:27 +03:00
middleware.h Merge branch 'master' into blueprint-middleware 2022-05-07 23:03:35 +03:00
mime_types.h Updated mime_types script: 2021-12-03 06:41:30 +03:00
multipart.h fix typos 2022-04-27 05:58:53 +03:00
mustache.h added set_global_base method to change the default mustache templates 2022-03-18 13:55:27 +03:00
parser.h clear new parser variables 2022-02-21 17:32:09 +03:00
query_string.h fix qs_parse eating first character in form keys 2022-06-11 21:44:53 -05:00
returnable.h improved bracing rules, commented out clang-format 14 rule 2021-11-27 15:28:50 +03:00
routing.h allow setting userdata in onaccept of websocket-connection 2022-05-27 14:06:12 +02:00
settings.h fix typos 2022-04-27 05:58:53 +03:00
socket_adaptors.h remove 'using namespace boost' declarations. 2022-06-18 17:21:37 +03:00
task_timer.h deboostify task_timer. 2022-06-18 17:21:37 +03:00
TinySHA1.hpp Cleanup include folder into crow subfolder 2016-09-21 23:11:06 +09:00
utility.h utility: add string_equals function. 2022-06-18 17:21:37 +03:00
version.h created new rules, used bot to enforce rules in PRs 2021-11-25 14:45:38 +03:00
websocket.h replace usage of boost::iequals with utility::string_equals. 2022-06-18 17:21:37 +03:00