..
middlewares
moved middlewares folder inside crow folder
2020-11-11 23:43:57 +03:00
app.h
Merge branch 'master' into release_script
2021-07-06 20:08:59 +03:00
ci_map.h
documented as much as possible relating to the API reference
2020-11-19 01:13:57 +03:00
common.h
Update common.h
2021-02-09 03:29:07 +11:00
compression.h
added CROW_ENABLE_COMPRESSION macro to enable zlib compression
2021-06-03 17:12:20 +03:00
dumb_timer_queue.h
Merge branch 'master' into sfinktah-64bit-compat-1
2021-04-02 03:36:09 +03:00
http_connection.h
added CROW_ENABLE_COMPRESSION macro to enable zlib compression
2021-06-03 17:12:20 +03:00
http_parser_merged.h
Merge branch 'master' of https://github.com/CrowCpp/crow into sfinktah-64bit-compat-1
2021-02-21 11:14:52 +11:00
http_request.h
Changed the behaviour of redirect
function to redirect to a route if no http://
is available
2020-12-26 19:54:41 +03:00
http_response.h
http_response: fix move assign operator not moving file_info.
2021-06-28 18:08:57 +02:00
http_server.h
Add release script. Change server name to use release version to build name.
2021-07-03 22:02:32 +02:00
json.h
Fix constness on json dump method #133
2021-05-18 18:10:39 +02:00
logging.h
Changed to #ifndef in logging.h
2021-06-02 17:05:52 +02:00
middleware_context.h
documented as much as possible relating to the API reference
2020-11-19 01:13:57 +03:00
mime_types.h
macro rename
2021-03-31 20:30:32 +03:00
multipart.h
Fix constness on json dump method #133
2021-05-18 18:10:39 +02:00
mustache.h
Merge branch 'master' of https://github.com/CrowCpp/crow into sfinktah-64bit-compat-1
2021-02-21 11:14:52 +11:00
parser.h
converted all (int) to static_cast
2021-02-21 11:14:30 +11:00
query_string.h
fixed typos
2021-05-13 13:30:48 +03:00
returnable.h
Fix constness on json dump method #133
2021-05-18 18:10:39 +02:00
routing.h
removed unnecessary boolean
2021-07-19 00:01:20 +03:00
settings.h
fixes for **some** msvc compatibility issues
2021-02-09 03:25:02 +11:00
socket_adaptors.h
Added reference docs for dumb_timer_queue, http_request, http_response, and socket_adaptors
2020-11-14 05:28:07 +03:00
TinySHA1.hpp
Cleanup include folder into crow subfolder
2016-09-21 23:11:06 +09:00
utility.h
converted all (int) to static_cast
2021-02-21 11:14:30 +11:00
version.h
Add CROW_MAIN ifdef to VERSION variable. Move it to namespace.
2021-07-06 19:07:34 +02:00
websocket.h
+ buf[1] += static_cast<char>(size);
2021-07-27 15:39:51 +02:00