Crow/include/crow
Farook Al-Sammarraie 1d683b1e9a
Merge pull request #633 from anagno/fix-memory-leak
Fix memory leaks caused from the http_connection
2023-05-22 21:23:49 +03:00
..
middlewares fix friend declarations 2022-11-08 10:32:37 +01:00
app.h Get server running port, bindaddr and threads 2023-02-08 10:33:48 -05:00
ci_map.h ci_map: replace boost::hash_combine with member function. 2022-06-18 17:21:37 +03:00
common.h Addressed code reviews + small tweaks (unit test and paser.done()) 2022-07-22 17:17:38 +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 Fix memory leaks caused from the http_connection 2023-05-14 13:38:42 +02:00
http_parser_merged.h Prevent HTTP pipelining which Crow doesn't support. 2022-08-21 21:33:04 +03:00
http_request.h Find the route as soon as the URL is parsed 2022-07-22 17:17:38 +03:00
http_response.h http_response: don't try to move temporary 2022-11-08 10:32:37 +01:00
http_server.h Fix memory leaks caused from the http_connection 2023-05-14 13:38:42 +02:00
json.h Fixed compilation under android ndk, operator = was undefined 2023-05-12 00:49:57 +02:00
logging.h Fix loghandler memleak (#609) 2023-03-30 14:03:02 +02: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 Update multipart.h 2022-07-18 22:08:44 +03:00
mustache.h fix #587 Render true and false Mustache tags 2023-02-03 21:34:38 +01:00
parser.h fixed unit-tests and warnings 2022-08-22 00:38:03 +03:00
query_string.h Fixed issue where an index in qs_parse is incorrectly incremented beyond the maximum possible value 2022-06-27 22:38:24 +03:00
returnable.h improved bracing rules, commented out clang-format 14 rule 2021-11-27 15:28:50 +03:00
routing.h Fix memory leaks caused from the http_connection 2023-05-14 13:38:42 +02:00
settings.h Don't use std::filesystem when compiling in C++17 mode on gcc < 8 2022-08-06 00:59:57 +03:00
socket_adaptors.h rework the way asio is handled as a dependency. 2022-06-22 18:14:09 +02:00
task_timer.h rework the way asio is handled as a dependency. 2022-06-22 18:14:09 +02:00
TinySHA1.hpp Cleanup include folder into crow subfolder 2016-09-21 23:11:06 +09:00
utility.h Don't use std::filesystem when compiling in C++17 mode on gcc < 8 2022-08-06 00:59:57 +03:00
version.h created new rules, used bot to enforce rules in PRs 2021-11-25 14:45:38 +03:00
websocket.h Fix use-after-move 2022-11-30 09:18:21 +01:00