Farook Al-Sammarraie
d60702ecbe
Update build_and_test.yml
2023-06-14 09:04:13 +00:00
Farook Al-Sammarraie
5baa4e620c
Merge pull request #659 from gittiver/fix_issue_547_Missing_const_in_code_example
...
added const as in source
2023-06-13 16:22:48 +00:00
Farook Al-Sammarraie
545c468a42
Merge pull request #657 from CrowCpp/gh-actions-coveralls
...
Added Coveralls to GitHub Actions
2023-06-13 14:19:00 +00:00
Gulliver
8da844970f
added const as in source
2023-06-13 15:51:44 +02:00
The-EDev
ad0af5d47e
removed unnecessary 1000 run number addition
2023-06-13 16:25:55 +03:00
The-EDev
5e8bdaabcf
Updated documentation and badges
2023-06-13 07:54:36 +03:00
The-EDev
6891971b22
Added 1000 offset to avoid build number clashing
2023-06-13 07:52:29 +03:00
The-EDev
d614607ddb
added missing $
2023-06-13 07:42:53 +03:00
The-EDev
981bccb79b
Properly set target branch
2023-06-13 07:39:14 +03:00
The-EDev
ccdb1a156c
added token as secret
2023-06-13 07:02:03 +03:00
The-EDev
3becb7cd84
added coveralls to gh-actions
2023-06-13 06:56:48 +03:00
Farook Al-Sammarraie
fc14a3298e
Merge pull request #642 from topazus/use-gnuinstalldirs
...
use GNUInstallDirs for CMake installation
2023-06-08 13:20:49 +00:00
Farook Al-Sammarraie
6b39a80110
Merge pull request #638 from kiner-shah/master
...
Added an example for uploading files
2023-06-08 08:15:05 +00:00
Kiner Shah
d3f08bc7d6
Added an example for uploading files
...
Relates to issue #591 .
2023-06-07 15:57:33 +05:30
Farook Al-Sammarraie
9f548a96bf
Merge pull request #648 from gittiver/fix_windows_build
...
Fix windows build and remove deprecated macOS10.15 builder in github action for build and test
2023-06-04 08:23:27 +00:00
Gulliver
727e6fcff0
added asio vcpk build and windows to build platforms
...
removed windows2019 build, chocolatey installs
2023-06-02 09:20:44 +02:00
Gulliver
3cb78413e0
removed deprecated macos-10.15 builder
2023-06-02 02:50:20 +02:00
Farook Al-Sammarraie
3c94ea3874
Merge pull request #646 from robertgodfrey/doc-update
...
Minor updates to docs
2023-06-01 09:34:35 +03:00
Rob Godfrey
95d271dfb6
Add break
2023-05-31 15:25:14 -10:00
Rob Godfrey
02a9ce932c
Add break
2023-05-31 15:24:37 -10:00
Rob Godfrey
b54069cb6f
UTC -> GMT
2023-05-31 15:24:02 -10:00
Rob Godfrey
849e2014dc
Update websockets.md
2023-05-28 22:25:31 -10:00
Rob Godfrey
3951788918
Fix capitalization and other minor errors
2023-05-28 22:07:08 -10:00
Rob Godfrey
809339089a
Add note about attempting to compile with C++03
2023-05-28 19:09:24 -10:00
topazus
0f67b199cb
use GNUInstallDirs for CMake installation
2023-05-23 15:38:19 +08:00
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
Vasileios Anagnostopoulos
d5e0523602
Fix memory leaks caused from the http_connection
...
This memory leak was caused from the fact that we were creating a raw
pointers in the do_accept method of the http_server. The initial
connection was never released, but all subsequent connection
were released without problem. So this commit introduces shared_ptr
to manage all the connection and release the memory when the
connection is not needed any more.
Signed-off-by: Vasileios Anagnostopoulos <anagnwstopoulos@hotmail.com>
2023-05-14 13:38:42 +02:00
Farook Al-Sammarraie
dfc57edc23
Merge pull request #634 from marcrobm/patch-1
...
Fixed compilation under android ndk, operator "=" was undefined
2023-05-14 14:08:11 +03:00
Marc Robert
4eb78bb366
Fixed compilation under android ndk, operator = was undefined
2023-05-12 00:49:57 +02:00
Stefano Petrilli
3b81e16614
Validate if the CROW_ROUTE starts with a '/' ( #559 ) ( #597 )
2023-05-05 16:00:18 +02:00
gittiver
f6cfa84d42
add action for build and test ( #586 )
2023-05-04 21:15:20 +02:00
Gabriel Schlozer
215834f8f9
Added a static method which create an empty json value crow::json::wvalue (outputs "{}" instead of a "null" string) ( #602 )
2023-03-30 14:09:36 +02:00
Ildar Kashaev
eef1abe415
Fix loghandler memleak ( #609 )
2023-03-30 14:03:02 +02:00
Alex Kong
112139665b
fix typos in app.md ( #600 )
2023-03-10 14:26:49 +01:00
Igor Mróz
6b3ce3245f
Merge pull request #595 from gfeyer/master
...
Fix typo in unit test
2023-03-10 14:24:45 +01:00
Gabriel Feyer
ee0d2f9dd0
Fix typo in unit test
2023-02-23 16:10:30 -05:00
Igor Mróz
e041d35d99
Merge pull request #592 from xandross389/get-some-server-running-params
...
Add functions that return info about server's threads number and bind address.
2023-02-11 20:18:16 +01:00
XandrOSS
bd86c26c6b
Get server running port, bindaddr and threads
...
- Added methods to get usefull information about running server instance:
std::uint16_t port() -> Get the port that Crow will handle requests on
std::string bindaddr() -> Get the address that Crow will handle requests on
std::uint16_t concurrency() -> Get the number of threads that server is using
2023-02-08 10:33:48 -05:00
Igor Mróz
4eea4eb4c1
Merge pull request #588 from queenstdev/master
...
fix #587 Render true and false Mustache tags
2023-02-03 21:34:54 +01:00
queenstdev
b493cd646e
fix #587 Render true and false Mustache tags
2023-02-03 21:34:38 +01:00
Igor Mróz
5927b958de
Merge pull request #590 from xia-stan/master
...
CrowCpp/Crow#585 : Resolves issue with blueprint assignments.
2023-02-03 21:33:29 +01:00
S. V. Paulauskas
52a3caa09c
CrowCpp/Crow#585 : Resolves issue with blueprint assignments.
...
Adds static_dir_, templates_dir_, blueprints_, and mw_indices_ to the assignment.
This ensures that the Blueprint is assigned all the information.
2023-02-01 08:41:12 -05:00
Igor Mróz
a92aee49b9
Merge pull request #580 from gittiver/fix_msc_compatible_snprintf_warning
...
fix warning on non MS systems for using sprintf instead of snprintf
2023-01-09 21:29:44 +01:00
Gulliver
a77d7bd84f
fix warning on non MS systems for using sprintf instead of snprintf
2022-12-25 18:24:51 +01:00
Igor Mróz
209f5ec67d
Merge pull request #578 from puffetto/master
...
Apply workaround for Apple to FreeBSD aswell
2022-12-21 23:03:29 +01:00
Andrea Cocito
c8e376cfa5
Apply workaround for Apple to FreeBSD aswell
...
Maybe these should be triggered by __clang__?
2022-12-12 21:06:42 +01:00
Farook Al-Sammarraie
cae4d3e498
Merge pull request #556 from soehrl/feature/fix-websocket-route-macro
...
Adapt CROW_WEBSOCKET_ROUTE to accept app reference
2022-12-11 14:35:15 +03:00
Farook Al-Sammarraie
c1c707371c
Merge branch 'master' into feature/fix-websocket-route-macro
2022-12-10 13:35:12 +03:00
Igor Mróz
3634bb7689
Merge pull request #568 from leksiso/master
...
fix optimizeNode to prevent a crash on MSVC
2022-12-02 12:20:00 +01:00
Aleksi Sohlman
39a3472374
fix optimizeNode to prevent a crash on MSVC
2022-11-30 17:44:26 +02:00