The-EDev
25eefa1711
Addressed code reviews + small tweaks (unit test and paser.done())
2022-07-22 17:17:38 +03:00
The-EDev
b986d1e38a
Find the route as soon as the URL is parsed
2022-07-22 17:17:38 +03:00
Farook Al-Sammarraie
5f49f9add8
Merge pull request #505 from dranikpg/session-fixes
...
Session fixes
2022-07-22 01:08:44 +03:00
Vladislav Oleshko
c105a86a7a
Fix struct/class divergence
2022-07-22 00:45:40 +03:00
Farook Al-Sammarraie
5f77b2bd3b
Merge pull request #503 from Phoenix-flame/patch-1
...
Fix build warnings
2022-07-21 22:14:38 +03:00
Alireza Mohammadi
8ee2a0f93d
Fix build warnings
2022-07-20 14:59:56 +04:30
Farook Al-Sammarraie
777b2dba1f
Merge pull request #501 from Iuliean/get_part_by_name_fix
...
get_part_by_name doesn't crash on nonexistent keys
2022-07-18 23:58:00 +03:00
Iulian Radu
31160579ea
Update multipart.h
...
format
2022-07-18 22:08:44 +03:00
Radu Iulian
b89d13ac3b
fixed formatting
2022-07-18 21:42:14 +03:00
Radu Iulian
a4bab45fcd
get_part_by_name doesn't crash on nonexistent keys
2022-07-18 21:03:42 +03:00
Farook Al-Sammarraie
e662a903a1
Merge pull request #448 from dranikpg/sessions
...
Sessions Middleware
2022-07-14 22:13:43 +03:00
Luca Schlecker
6128a0df11
Merge branch 'master' into sessions
2022-07-14 19:42:55 +02:00
Vladislav Oleshko
cee7f78ec8
Small fixes
2022-07-14 20:20:34 +03:00
Vladislav Oleshko
fb327f4a88
formatting
2022-07-10 14:52:31 +03:00
Vladislav Oleshko
c6255750e6
Reuse cookie parser constructor
2022-07-10 14:45:40 +03:00
Farook Al-Sammarraie
bf12e8fb58
Merge pull request #496 from CrowCpp/improve-doc
...
Added missing information and improved stylesheets for dark mode
2022-07-09 14:17:33 +03:00
The-EDev
4336df67b2
added missing information and improved stylesheets for dark mode
2022-07-09 04:31:42 +03:00
Farook Al-Sammarraie
db7f9d974e
Merge pull request #495 from aloussase/master
...
Add response constructor overload
2022-07-09 03:42:09 +03:00
Alexander Goussas
1bdcd317b7
add response constructor overload
2022-07-05 17:14:50 -05:00
Vladislav Oleshko
c9eda03a7a
Update docs
2022-07-04 12:59:33 +03:00
Vladislav
36e59f07ec
Merge branch 'master' into sessions
2022-07-04 12:54:15 +03:00
Vladislav Oleshko
dbfc425916
Add locking test
2022-07-04 12:38:28 +03:00
Vladislav Oleshko
f505c152e1
Remove custom keys
2022-07-04 12:27:25 +03:00
Vladislav Oleshko
cbdb127b98
Small naming fixes
2022-07-04 10:50:14 +03:00
Farook Al-Sammarraie
fc4ad288cf
Merge pull request #491 from erikaldsund/head_route_fix
...
Fixed bug: Could not define route for HEAD method
2022-07-01 15:05:24 +03:00
Erik Åldstedt Sund
c2dd0146a5
Merge branch 'CrowCpp:master' into head_route_fix
2022-07-01 10:15:30 +02:00
Farook Al-Sammarraie
b7c092e962
Merge pull request #492 from CrowCpp/ls-cmakefix
...
fix CrowConfig.cmake not being able to find Findasio.cmake module.
2022-06-30 17:42:39 +03:00
Luca Schlecker
753562e25d
fix CrowConfig.cmake not being able to find Findasio.cmake module.
2022-06-30 13:57:37 +02:00
erik
fcd38e7447
Fixed bug: Could not define route for HEAD method
...
Defining a HEAD method would give HTTP error code 405 (Method Not Allowed) and
calling OPTIONS on the route would return HEAD twice in the Allow header.
2022-06-30 08:07:11 +02:00
The-EDev
3431d7c053
fixed dark theme color issues
2022-06-29 02:41:59 +03:00
Farook Al-Sammarraie
2c6437aee6
Merge pull request #486 from CrowCpp/qs-parse-increment
...
Fixed issue where an index in qs_parse is incorrectly incremented beyond the maximum possible value
2022-06-28 17:08:41 +03:00
The-EDev
79eec91f00
Fixed issue where an index in qs_parse is incorrectly incremented beyond the maximum possible value
2022-06-27 22:38:24 +03:00
Farook Al-Sammarraie
75c522f4f5
Merge pull request #484 from D7EAD/master
...
Optionally make use of Markdown 'warning' notation.
2022-06-27 12:04:16 +03:00
Farook Al-Sammarraie
e23947951f
small adjustments to warning syntax
2022-06-27 12:02:39 +03:00
Dread
53bb1c5a74
Merge branch 'CrowCpp:master' into master
2022-06-27 01:57:57 -04:00
Dread
b8bfb1f441
Addition of Markdown 'warning' format.
...
Replaces 'Disclaimer' under 'Examples' with Github's newly-introduced warning markdown notation.
2022-06-27 01:54:35 -04:00
Vladislav Oleshko
bd4f7cc847
Add small unittest
2022-06-25 17:16:42 +03:00
Vladislav
b7022e5fa2
Merge branch 'master' into sessions
2022-06-25 15:42:17 +03:00
Farook Al-Sammarraie
6f1baed6d3
Merge pull request #470 from MichaelSB/response_check_file_type
...
only allow regular files in set_static_file_info, return 404 in all o…
2022-06-23 18:28:44 +03:00
Vladislav Oleshko
2e0e5935ff
Add docs, fix comment
2022-06-23 13:19:47 +03:00
Vladislav Oleshko
a251928732
Add more comments to example, small fixes
2022-06-23 10:59:44 +03:00
Vladislav Oleshko
93710edd77
Merge branch 'master' into sessions
2022-06-22 20:47:47 +03:00
Vladislav Oleshko
4c5807de81
Support char[]/char* for set/get, small fixes
2022-06-22 20:47:13 +03:00
MichaelSB
97405c88ab
Merge branch 'master' into response_check_file_type
2022-06-22 19:45:22 +02:00
Luca Schlecker
c56f101fbc
Merge pull request #482 from CrowCpp/asio_fix
...
rework the way asio is handled as a dependency.
2022-06-22 18:38:21 +02:00
Luca Schlecker
3a485078b8
rework the way asio is handled as a dependency.
2022-06-22 18:14:09 +02:00
MichaelSB
6d6d36d9b6
Merge branch 'master' into response_check_file_type
2022-06-22 16:55:18 +02:00
Luca Schlecker
2ea13b98d1
Merge pull request #479 from MichaelSB/fix_http_parser_includes
...
move includes outside namespace crow
2022-06-22 16:43:58 +02:00
Vladislav Oleshko
ea4c672a41
Emulate variant with json wvalue for C++11/14
2022-06-22 17:02:16 +03:00
Michael Schreckenbauer
83cde80023
added comment on S_ISREG
2022-06-22 15:00:00 +02:00