.. |
middlewares
|
Add inline decl to CORSRules helpers
|
2022-04-08 14:00:17 +03:00 |
app.h
|
Fixed issue where Crow wouldn't compile when using CROW_MIDDLEWARES with a pass-by-reference app
|
2022-04-09 04:45:32 +03:00 |
ci_map.h
|
created new rules, used bot to enforce rules in PRs
|
2021-11-25 14:45:38 +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
|
fixed issue where SSL websockets wouldn't run due to HTTP upgrade
|
2022-04-07 15:54:50 +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
|
Merge branch 'master' into parser_optimization
|
2022-02-15 15:56:48 +03:00 |
http_response.h
|
Fix header name.
|
2022-04-21 19:51:22 -04:00 |
http_server.h
|
Fix for cpp/comparison-with-wider-type
|
2022-04-26 05:30:31 +03:00 |
json.h
|
Fixed problem where GCC < 6 wouldn't compile Crow
|
2022-03-30 15:50:11 +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
|
Separate middleware for handlers
|
2022-02-01 22:49:41 +03:00 |
middleware.h
|
removed mentions of is_callable in middleware.h
|
2022-04-16 16:05:41 +03:00 |
mime_types.h
|
Updated mime_types script:
|
2021-12-03 06:41:30 +03:00 |
multipart.h
|
make multipart robust against ill-formed body, prevents SIGSEGV
|
2022-04-04 17:55:19 +02: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
|
changed comment style back to the original (doxygen did not work with the new style)
|
2021-12-03 06:39:23 +03:00 |
returnable.h
|
improved bracing rules, commented out clang-format 14 rule
|
2021-11-27 15:28:50 +03:00 |
routing.h
|
Fixed problem where GCC < 6 wouldn't compile Crow
|
2022-03-30 15:50:11 +03:00 |
settings.h
|
Crow's current features (ssl and compression) can now be enabled through 'CROW_FEATURES' instead of their own CMake variables.
|
2022-04-04 20:36:57 +02:00 |
socket_adaptors.h
|
changed comment style back to the original (doxygen did not work with the new style)
|
2021-12-03 06:39:23 +03:00 |
task_timer.h
|
changed comment style back to the original (doxygen did not work with the new style)
|
2021-12-03 06:39:23 +03:00 |
TinySHA1.hpp
|
Cleanup include folder into crow subfolder
|
2016-09-21 23:11:06 +09:00 |
utility.h
|
Removed is_callable in favor of CallHelper + formatting
|
2022-04-16 16:04:49 +03:00 |
version.h
|
created new rules, used bot to enforce rules in PRs
|
2021-11-25 14:45:38 +03:00 |
websocket.h
|
Optimized HTTP parser
|
2022-02-05 18:15:19 +03:00 |