Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Crow

A Fast and Easy to use C++ Web Framework
Collective - Host: opensource - https://opencollective.com/crow - Website: https://crowcpp.org - Code: https://github.com/crowcpp

Merge pull request #434 from konradkar2/logMessageWhenReturningNotWellKnownStatusCode

Add extra log when status code is not defined.

github.com/CrowCpp/Crow - 0a75a579c10e7336443316bab52b800848233e2f authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Add extra log when status code is not defined.

Just to document behaviour when returning status that is
not well-known.

github.com/CrowCpp/Crow - 7e4f57486c24252d20b6c5fdd8f5ab019e0daa9b authored over 2 years ago by konrad <[email protected]>
Made test port static and replaced `REQUIRE` with `CHECK` and `if`

Using port 0 seems to cause the test to be blocked
Also added methods and status codes to Crow's...

github.com/CrowCpp/Crow - 564b070d5f10a31611fdd8b58ff198ccfc015ac9 authored over 2 years ago by The-EDev <[email protected]>
Merge pull request #269 from CrowCpp/ws_close

Close websockets when app is terminated

github.com/CrowCpp/Crow - 45ced144a7a542e818b5513c14bfe6ea83db1d7e authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
should_close_ -> shutting_down_

github.com/CrowCpp/Crow - 5fcaa191637c04e1b1d2cf6c36aeaf2c5932d525 authored over 2 years ago by The-EDev <[email protected]>
Prevent acceptor from taking new connections while websockets close

github.com/CrowCpp/Crow - cfc4281e3ba4b3eb372c9ed1338d6116a6abe27e authored over 2 years ago by The-EDev <[email protected]>
Merge branch 'master' into blueprint-middleware

github.com/CrowCpp/Crow - e7007cfbce59a07815e9b73ef6a3651abdd5bd1b authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
further formatting

github.com/CrowCpp/Crow - 4128e5c27d486e20cdc419f7c44d7a018ede16b6 authored over 2 years ago by The-EDev <[email protected]>
Merge branch 'master' into ws_close

github.com/CrowCpp/Crow - 892cfb238b79756b7011cc9090c044897025c6b6 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Replaced `do_not_destroy_` with `adaptor_.shutdown_readwrite()` +

formatting

github.com/CrowCpp/Crow - 333b49bf045daf841c4936ac4585ba593de54375 authored over 2 years ago by The-EDev <[email protected]>
formatting

github.com/CrowCpp/Crow - 94a0c3555af96235e6fe963dd5d9ab5b9abb823c authored over 2 years ago by The-EDev <[email protected]>
added documentation and unit test

github.com/CrowCpp/Crow - 0f6bfb04ee853294fee9ed4150cb869d661fe935 authored over 2 years ago by The-EDev <[email protected]>
Fixed small bugs in code

github.com/CrowCpp/Crow - 57c3b43ac01fe362ba0afb2e1069692e21d6dd60 authored over 2 years ago by The-EDev <[email protected]>
Merge branch 'master' into #421-Websockets-should-support-a-maximum-payload

github.com/CrowCpp/Crow - 3969d5f644b83e5928a1297dc0ce7d91bb196c28 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #437 from CrowCpp/fix_amalgamate

Fix amalgamate

github.com/CrowCpp/Crow - c667f78918d77c8953fbc05b3b247d52f98bfdfe authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
removing unneeded variable

github.com/CrowCpp/Crow - 487c4e6c0866122cd5efec7f6fe7708fb361072e authored over 2 years ago by oscar.chen <[email protected]>
fix copy paste error

github.com/CrowCpp/Crow - f0ea634c015a240da758b0c61edca5fcf334fb91 authored over 2 years ago by oscar.chen <[email protected]>
Pass the max payload in Connection constructor

github.com/CrowCpp/Crow - a0a192563074c04fa0fe1ceb5b28ec9c0dcbe34c authored over 2 years ago by oscar.chen <[email protected]>
fix clang format

github.com/CrowCpp/Crow - cdba76739f649957117efedfc9ba3149d6688d8b authored over 2 years ago by oscar.chen <[email protected]>
use arrow not .

github.com/CrowCpp/Crow - 716451762254b003b0eea6463699e1353e9f6079 authored over 2 years ago by oscar.chen <[email protected]>
add missing commas

github.com/CrowCpp/Crow - 89d99f6ae9fc1d7adf9a718b22c6ec4254f68abc authored over 2 years ago by oscar.chen <[email protected]>
fix wrong intializer syntax

github.com/CrowCpp/Crow - a30f0f6e4fee203ccc5a51de5ead0f1129bed488 authored over 2 years ago by oscar.chen <[email protected]>
fix wrong comment

github.com/CrowCpp/Crow - aa75fc108dee8c3528c6c1b46406f06c106a92e1 authored over 2 years ago by oscar.chen <[email protected]>
fix clang format

github.com/CrowCpp/Crow - aaeaf9922e0dc070ae0198cd1c054950e943e428 authored over 2 years ago by oscar.chen <[email protected]>
Add websocket payload size for both app and WebsocketRule

github.com/CrowCpp/Crow - 4daf126df09d713b0b9f52de658710b8426f8569 authored over 2 years ago by oscar.chen <[email protected]>
Merge branch '#421-Websockets-should-support-a-maximum-payload' of https://github.com/DeuSCaNoN/Crow into #421-Websockets-should-support-a-maximum-payload

github.com/CrowCpp/Crow - 45dc03cfa5a52964d19484a3ae65d4690cecc06b authored over 2 years ago by oscar.chen <[email protected]>
Used App reference to get websocket count and signals.

Also fixed issue where enabling SSL prevented compilation.

github.com/CrowCpp/Crow - e5fe4e6e269a6a3314e1c6c2c22fbcb8a59edff3 authored over 2 years ago by The-EDev <[email protected]>
Merge branch 'master' into ws_close

github.com/CrowCpp/Crow - 9f99be55e1db28b8456bfedddd4318126c6c9043 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Removed unnecessary line

github.com/CrowCpp/Crow - 72d9524c48e198d5dbda0b778ebfa4a4d9023e61 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Fixed empty lines and multiple "#pragma once" lines in amalgamate script

github.com/CrowCpp/Crow - 2c490c6f62849fd7fdbe862b9bdaae50234b6dc5 authored over 2 years ago by The-EDev <[email protected]>
#421 add rudimentary support for websocket max payload

github.com/CrowCpp/Crow - 182b1ba915acef2bee2f91ac9a7eb758f6799be7 authored over 2 years ago by oscar.chen <[email protected]>
fix clang format

github.com/CrowCpp/Crow - dc988ce27ba1646e7ec4b636d04efbbf2ce1d8d5 authored over 2 years ago by oscar.chen <[email protected]>
Merge pull request #432 from CrowCpp/Websocket_Handler

Add reference to `Crow` in websocket connection

github.com/CrowCpp/Crow - 96eb218d77dcf22b06b85fbbc317baa1e34060b4 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Allowed Crow class to be passed to Websocket connection object

github.com/CrowCpp/Crow - 78c718689775c2374dd1f2c85a9d63b61925a874 authored over 2 years ago by The-EDev <[email protected]>
Removed test print

github.com/CrowCpp/Crow - c7001f81fc67f7a2a5868f07835af39c2c25895b authored over 2 years ago by The-EDev <[email protected]>
Merge pull request #435 from CrowCpp/doc-improvements

Documentation improvements

github.com/CrowCpp/Crow - 1483003d46d38d8fccc5d3be6b6098c31f7f1b4e authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
improved "introduced in" statements

github.com/CrowCpp/Crow - 21cdd5cac24f512f8ce221f0ba37718990c7f0b6 authored over 2 years ago by The-EDev <[email protected]>
Added mike style versioning support (clear the gh-pages branch before merging this)

github.com/CrowCpp/Crow - 9a736fafd8b59c34e3b1e33df6cb69fbfe3f23ba authored over 2 years ago by The-EDev <[email protected]>
Made dark-mode images brighter

github.com/CrowCpp/Crow - d9c783ebb9fb435393c83e2250ac3023aa09e81e authored over 2 years ago by The-EDev <[email protected]>
Fixed centering issue with footer and assets directory issue (used relative paths instead of absolute paths)

github.com/CrowCpp/Crow - 4f162a66ef700de4b6cbdc823bf60d2bf5b9274f authored over 2 years ago by The-EDev <[email protected]>
implemented dark mode, added search, and permalinks

github.com/CrowCpp/Crow - ee9b5cb04d82e25e3fcf1a389324fb827d8a0621 authored over 2 years ago by The-EDev <[email protected]>
Update docs formatting. Small changes

github.com/CrowCpp/Crow - 740111a40015e3603fad0a44d93883cf6dc97cc5 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Add blueprint middleware example

github.com/CrowCpp/Crow - d259999e6deb391fc88c6f38b23eadc66f8992bc authored over 2 years ago by Vladislav Oleshko <[email protected]>
Merge branch 'master' into blueprint-middleware

github.com/CrowCpp/Crow - 4d4d0094feac485dd4c7262bb39668bb2339cc9f authored over 2 years ago by Vladislav <[email protected]>
Merge pull request #409 from dranikpg/cookieparser-attributes

Cookieparser attributes

github.com/CrowCpp/Crow - 59b8f43f5619f37f1c7a91f3655e06d9da6d8935 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Add cookie_parser example

github.com/CrowCpp/Crow - 337aff4726922d86d5887eae5c95848593248af9 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Use std::tm instead of boost

github.com/CrowCpp/Crow - a01e39cf5d35febc6eb858eeae2502e1657834bb authored over 2 years ago by Vladislav Oleshko <[email protected]>
Replace optional with empty string

github.com/CrowCpp/Crow - 81ae1c9de2686319f5817f21629668bdf62a4cfb authored over 2 years ago by Vladislav Oleshko <[email protected]>
Rename format, refactor dump

github.com/CrowCpp/Crow - 51bb6062eff7c73fb887e1d21546c29c6f4869b7 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Update docs

github.com/CrowCpp/Crow - 84effa58407afcac49d1de0f894e4c27b00e2926 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Support zero max-age for instant expiration

github.com/CrowCpp/Crow - 988926660e7cb09cba699b81b117e6e1cde7edec authored over 2 years ago by Vladislav Oleshko <[email protected]>
Add cookie formatting tests

github.com/CrowCpp/Crow - e15675f74e342cc625880cfd59da701f44f388e9 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Add attribute support to cookie parser

github.com/CrowCpp/Crow - 76d7ae3daca7d41024f508c4ec26a50fe0f2041e authored over 2 years ago by Vladislav Oleshko <[email protected]>
Unify docs page for additional middleware

github.com/CrowCpp/Crow - 078227a40d4633ce9b2024a675cfb4ce592c4a75 authored over 2 years ago by Vladislav Oleshko <[email protected]>
fixed footer copyright font issue in pages other than home

github.com/CrowCpp/Crow - 177845a1a99953abf96a0802e7fc0671901fd820 authored over 2 years ago by The-EDev <[email protected]>
Merge pull request #424 from CrowCpp/multiple_small_changes

Multiple small changes

github.com/CrowCpp/Crow - 08cc3d6d5c3ad78da343f6a7352a31208e3d0181 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
fix clang format

github.com/CrowCpp/Crow - 60bf49be02d6cc6eee74196a387254c5d7a7e591 authored over 2 years ago by oscar.chen <[email protected]>
formatting

github.com/CrowCpp/Crow - 82e894dc88d5b95d72dc9d4fbd9e4746b23ab1e2 authored over 2 years ago by The-EDev <[email protected]>
#421 add rudimentary support for websocket max payload

github.com/CrowCpp/Crow - 1d758e939f3ab56826c126ac2dd04f5962c535b0 authored over 2 years ago by oscar.chen <[email protected]>
fix typos

github.com/CrowCpp/Crow - 84289dbe717a738a54cb10d82cb35188f868603c authored over 2 years ago by The-EDev <[email protected]>
Allow Doxygen to document functions that are only accessible via macro

github.com/CrowCpp/Crow - eeb74b389a913ed9360100c119c7e3be1e744280 authored over 2 years ago by The-EDev <[email protected]>
fixed issue where OPTIONS responses would report content-length

github.com/CrowCpp/Crow - 2619f3a358b485430e48fee4dca9030fc70b7ad8 authored over 2 years ago by The-EDev <[email protected]>
Added method for assigning an SSL certificate chain file

github.com/CrowCpp/Crow - 372212a3af28ede03a247f257be1d622b941ff8b authored over 2 years ago by The-EDev <[email protected]>
Merge pull request #419 from joelguittet/feature/permit-crow-static-absolute-path

app: static can be an absolute path

github.com/CrowCpp/Crow - 4f533c4bab88f53b542949167dbaf0d9bf1ba215 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
app: static can be an absolute path

github.com/CrowCpp/Crow - c14acad044b568f204f36290e743860718a77790 authored over 2 years ago by Joel Guittet <[email protected]>
Merge pull request #416 from kingster/secbug-cpp/comparison-with-wider-type

Fix for SecBug cpp/comparison-with-wider-type

github.com/CrowCpp/Crow - c953413f5b84ad17f7692e808a8bf71613982f86 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Fix for cpp/comparison-with-wider-type

github.com/CrowCpp/Crow - de16aab1a919f24cf6bc4a00f3cfa433bcdee255 authored over 2 years ago by Kinshuk Bairagi <[email protected]>
Merge pull request #399 from CrowCpp/gcc48

Allow compiling on GCC 4.8

github.com/CrowCpp/Crow - 70faf206d4d8846cc43a0278a9a1166c94bef1bd authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into gcc48

github.com/CrowCpp/Crow - b6a04058a10e19cb480b81debf92118254065e6b authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #411 from danielskeenan/#410

Handle unknown static file extensions

github.com/CrowCpp/Crow - 3a9776b27e36f3c8a1a22c1a14ab0649b97ff425 authored over 2 years ago by Igor Mróz <[email protected]>
Fix header name.

github.com/CrowCpp/Crow - 869a0abb049dbb6fb5d3f22f067a38ef1875da66 authored over 2 years ago by Dan Keenan <[email protected]>
Formatting fixes.

github.com/CrowCpp/Crow - 885ac41d9937e6c0ab4803b747aacf93a1a89480 authored over 2 years ago by Dan Keenan <[email protected]>
Avoid exception handling.

github.com/CrowCpp/Crow - 89226687ea638bf79b90397ad33f7d29499a4ab9 authored over 2 years ago by Dan Keenan <[email protected]>
Handle extensions without mime types assigned to them.

github.com/CrowCpp/Crow - 33df7fc35b4a7fc0ea2343cae361aca0c487e60b authored over 2 years ago by Dan Keenan <[email protected]>
Create failing test.

github.com/CrowCpp/Crow - bdfd9cb6a99a91bd9600e5b3c0ee0334417aa28e authored over 2 years ago by Dan Keenan <[email protected]>
Merge branch 'master' into gcc48

github.com/CrowCpp/Crow - 60b1d829993806a17999c1b5f1cfb90ce5d0bae0 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
removed mentions of is_callable in middleware.h

github.com/CrowCpp/Crow - 0f3721f5eb860ea6c1c939bb2deaed0d7798af89 authored over 2 years ago by The-EDev <[email protected]>
Removed is_callable in favor of CallHelper + formatting

github.com/CrowCpp/Crow - 9f7ed83c45e217de7495be6852e46ee3a08693c9 authored over 2 years ago by The-EDev <[email protected]>
Generic app constructor

github.com/CrowCpp/Crow - 74d94888d1434ae87d7687604ca262f723bbb828 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Add test, small fixes

github.com/CrowCpp/Crow - d86b2d36f19fb19fdf3848359bf9db9b4393d420 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Update docs

github.com/CrowCpp/Crow - b13c8c0db66db6b5ba1d130473ea328e2aa276b8 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Merge pull request #404 from dhchen/Log_string

Concatenate log into one string and sending to std::cerr instead of multiple << operator

github.com/CrowCpp/Crow - db53bd619b51d4e45c03206adcb38eaf9683562a authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Fix blueprint bug

github.com/CrowCpp/Crow - d9ba5787f119a59fd432e6e40246e87d9cc2aed0 authored over 2 years ago by Vladislav Oleshko <[email protected]>
Merge branch 'master' into blueprint-middleware

github.com/CrowCpp/Crow - cca8578556ca9b8db70e4ffcea288086bc8db69e authored over 2 years ago by Vladislav <[email protected]>
Concatenate log into one string and sending to std::cerr instead of multiple << operator

github.com/CrowCpp/Crow - c2b8a60eb31476c1518cccd85c6c0c784ff7d003 authored over 2 years ago by Dao-hui Chen <[email protected]>
Optimize dynamic call criteria, small fixes

github.com/CrowCpp/Crow - eb2c0a58b2cf5136a26ad5cedb1b7186c895b4ed authored over 2 years ago by Vladislav Oleshko <[email protected]>
Blueprint middleware prototype

github.com/CrowCpp/Crow - 3b9e5225239adb80e407924918b3fd71696bdccf authored over 2 years ago by Vladislav Oleshko <[email protected]>
Allowed compiling on GCC 4.8 by using CallHelper instead of is_callable

Also fixed issue with ssl test string comparison (which caused random incorrect failures)

github.com/CrowCpp/Crow - facae48aa10e9dd28af6ce3f5da64c68c921c21d authored over 2 years ago by The-EDev <[email protected]>
Merge pull request #396 from CrowCpp/reference_middleware

Add `std::remove_reference` to CROW_MIDDLEWARES

github.com/CrowCpp/Crow - 03f2e266c15691cde0461ca72d1312c13ca93b42 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into reference_middleware

github.com/CrowCpp/Crow - 5fd5671ceba5784a2adc0ec97178b87c3f8c17fa authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Fixed site copyright style

github.com/CrowCpp/Crow - a69395cd71cdac17a19128f1def07134216a46a6 authored over 2 years ago by The-EDev <[email protected]>
Fixed issue where Crow wouldn't compile when using CROW_MIDDLEWARES with a pass-by-reference app

github.com/CrowCpp/Crow - 6a5c18a54f7ee2c53385e48a46820033d8561450 authored over 2 years ago by The-EDev <[email protected]>
Merge pull request #395 from dranikpg/cors-middleware-fix

Add inline decl to CORSRules helpers

github.com/CrowCpp/Crow - 96595987647810579831312536db749e261f1de7 authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into cors-middleware-fix

github.com/CrowCpp/Crow - 57bf896ffd25df093384dc444167618fdfda5fcd authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #393 from CrowCpp/ssl-upgrade-header

Fixed issue where SSL websockets wouldn't run due to HTTP upgrade

github.com/CrowCpp/Crow - c3ddc52cf72cc49bb5f0ad563d735f5a8df4c60e authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into ssl-upgrade-header

github.com/CrowCpp/Crow - 97f2f1aedaa7ea439928bc135cda253324fac3bc authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #392 from CrowCpp/doc-crow-features

documented CROW_FEATURES

github.com/CrowCpp/Crow - 4043595e4418ac3bcf0c7ecd914a8f26d97c944d authored over 2 years ago by Farook Al-Sammarraie <[email protected]>
Add inline decl to CORSRules helpers

github.com/CrowCpp/Crow - bccc03c1416419b9ff58faf8d7aa2aca909d72f9 authored over 2 years ago by Vladislav Oleshko <[email protected]>
fixed issue where SSL websockets wouldn't run due to HTTP upgrade

github.com/CrowCpp/Crow - 0a739b35c6a2548bd2feb7acf9f53d5fbbfb69ba authored over 2 years ago by The-EDev <[email protected]>
documented CROW_FEATURES

github.com/CrowCpp/Crow - ca78b98f556b12ba7cda782f38bf02c40e89ba27 authored over 2 years ago by The-EDev <[email protected]>