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

Added basic blueprint support (registration and prefix)

github.com/CrowCpp/Crow - c46af69f415d089c4f3a318f02aaacb4c66c0402 authored over 3 years ago by The-EDev <[email protected]>
Turn off building examples and tests in release script.

github.com/CrowCpp/Crow - fea3eb03d08182641c8ff4d97f79ca5ceeb6bad0 authored over 3 years ago by Igor Mróz <[email protected]>
basic lambda support added (no expansion / blocks)

github.com/CrowCpp/Crow - 6df5c94fd99b6b81772d2da4505147e39e8f2869 authored over 3 years ago by The-EDev <[email protected]>
Add release script. Change server name to use release version to build name.

github.com/CrowCpp/Crow - 1d270fae19795a8e4a09363590162ac03ae6fc1d authored over 3 years ago by Igor Mróz <[email protected]>
Merge pull request #161 from odeits/patch-1

Fix typo in example_with_all.cpp

github.com/CrowCpp/Crow - a8e55b7a0921640e7cb6c3a3826b23421a01db7f authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Fix typo in example_with_all.cpp

github.com/CrowCpp/Crow - ea07b8ac0446ba2dc41ca10680607cb045049e1f authored over 3 years ago by odeits <[email protected]>
Merge pull request #157 from luca-schlecker/main

http_response: fix move assign operator not moving file_info.

github.com/CrowCpp/Crow - 3c6f2420dbccd91d2b363af4380d550a9a8458bd authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
http_response: fix move assign operator not moving file_info.

Signed-off-by: Luca Schlecker <[email protected]>

github.com/CrowCpp/Crow - 0593f42522d5d91526b54cb4adbee719ef0d5859 authored over 3 years ago by Luca Schlecker <[email protected]>
added CROW_MAIN definition to readme examples (also mkdocs index)

github.com/CrowCpp/Crow - f95f11547e29033cf6d0fe0b8f4d488ae71351e5 authored over 3 years ago by The-EDev <[email protected]>
explained CROW_JSON_NO_ERROR_CHECK

github.com/CrowCpp/Crow - 189e0709b14e2c782f9dd94609bfd3af1212e1df authored over 3 years ago by The-EDev <[email protected]>
added missing line to docs

github.com/CrowCpp/Crow - 449ad7a82decf1ed830bc8826ff82a22e1a4bada authored over 3 years ago by The-EDev <[email protected]>
Bump server version to 0.3

github.com/CrowCpp/Crow - fc27f73f84967ffc1140cfd106dcab35bc8bca9e authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #142 from CrowCpp/optional_compression

Make Zlib dependency optional

github.com/CrowCpp/Crow - 426926c43cbfff769625b79756d42f71fcb2f2eb authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
updated documentation to fix a few mistakes, clear up a few points, and added compression guide

github.com/CrowCpp/Crow - 2dde0ac95049a541f7fba654e3aeb6e239c16217 authored over 3 years ago by The-EDev <[email protected]>
added CROW_ENABLE_COMPRESSION macro to enable zlib compression

This makes zlib dependency (which is quite problematic) optional

github.com/CrowCpp/Crow - ca31b85156eae38ef9f211e511a764117b38d002 authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #139 from dspverden/master

IDE DEBUG symbol

github.com/CrowCpp/Crow - 4579d7b63bb991b70fac33fe22327a18164f6037 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Changed to #ifndef in logging.h

github.com/CrowCpp/Crow - 5aa45f1ebc4be2223ff0cc92b0757406fbc59ea2 authored over 3 years ago by dspverden <[email protected]>
IDE DEBUG symbol

github.com/CrowCpp/Crow - 00ed2005bc33e080bee0ece58d2b43ab2bef5fe3 authored over 3 years ago by dspverden <[email protected]>
Merge pull request #137 from thinking-tower/feature/visual-studio-installation

Feature/visual studio installation

github.com/CrowCpp/Crow - 44748e63ea6c12a134191369f10f79402a4be7de authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic.

VS2019 error:
'<function-style-cast>': cannot convert from 'void' to 'crow::response'

github.com/CrowCpp/Crow - d7f1985e4cd9dcc5ddf6b76b4713da41bec4a6a7 authored over 3 years ago by Darius Tan <[email protected]>
Add vcpkg.json to download Boost, openssl and zlib. Edit docs/getting-started/setup.md to show a simple setup with example_with_all.cpp.

github.com/CrowCpp/Crow - 44abb2d327267c7482b43bc422cdfadecddb5f87 authored over 3 years ago by Darius Tan <[email protected]>
Change HTTPMethod::HEAD to HTTPMethod::Head, HTTPMethod::GET to

HTTPMethod::Get and HTTPMethod::OPTIONS to HTTPMethod::Options.

VS2019 error:
enum "crow::HTTPMe...

github.com/CrowCpp/Crow - 3bd1956e90cdc8ad67ad2916969530dadb7930b8 authored over 3 years ago by Darius Tan <[email protected]>
Merge pull request #135 from belugum/json_constness

Fix constness on json dump method #133

github.com/CrowCpp/Crow - d4b4c089bfb0023b1accec2910a91c439c8526a4 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into json_constness

github.com/CrowCpp/Crow - 7d6f82ce7edcb3b88f0e9701a8f8fe2450e81fb7 authored over 3 years ago by Maxime BELUGUET <[email protected]>
Merge pull request #134 from wentasah/doc-fix

Fix CROW_MAIN documentation

github.com/CrowCpp/Crow - 7e72f2801a898c5b4d1a39da9cf27d973b348ed7 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Fix CROW_MAIN documentation

github.com/CrowCpp/Crow - 57175a5e572b72d84d69c80b59d47e517806be21 authored over 3 years ago by Michal Sojka <[email protected]>
Fix constness on json dump method #133

github.com/CrowCpp/Crow - 811ef62c6fe307d83b794765dbe1e347ef2d252a authored over 3 years ago by Maxime BELUGUET <[email protected]>
Merge pull request #132 from CrowCpp/quality_of_life

Quality of life improvements

github.com/CrowCpp/Crow - 361023bf08dc6232197d9d8a4965a7363119138a authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
fixed typos

github.com/CrowCpp/Crow - 0e9b615c2b76ad8a93331f44cdfeb9b81e5b2632 authored over 3 years ago by The-EDev <[email protected]>
Quality of life improvements

Added pop() method to query_string, same as get(), but removes the item from the querystring
Adde...

github.com/CrowCpp/Crow - f39b9ddce7ef22c7faf277b4f977d189983a6c8d authored over 3 years ago by The-EDev <[email protected]>
added development package for openssl

github.com/CrowCpp/Crow - ef0ed8ce31b2c588b318b25f7102f52d4284ed84 authored over 3 years ago by The-EDev <[email protected]>
fixed small issues

github.com/CrowCpp/Crow - 3aa13bcd6485fc0a2897296a60ca367338ede5c0 authored over 3 years ago by The-EDev <[email protected]>
added initial ssl testing

github.com/CrowCpp/Crow - 798f190fc8140333b026d953265e1c768cdacc15 authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #129 from CrowCpp/mustache_coveralls

coverage fix for mustache + coveralls job id specification from drone

github.com/CrowCpp/Crow - 301e535ca20e246b80e35820327528a3aaddbb1e authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
coverage fix for mustache + coveralls job id specification from drone

github.com/CrowCpp/Crow - 7df4b998b6b6777855cef06807f00e25ad66646d authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #126 from CrowCpp/catch_all

Added Catchall route to Crow

github.com/CrowCpp/Crow - 027db780bd415f3c0e1db78574898e7e2d716b51 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
fixed typo and incorrect type in assert error

github.com/CrowCpp/Crow - 5b7b066c68a6a96e25d603391c3c714ba1d9c3dc authored over 3 years ago by The-EDev <[email protected]>
Merge branch 'master' into catch_all

github.com/CrowCpp/Crow - 5f91587479e341445821fe8106b933f9c4df8cf1 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #128 from CrowCpp/double_logging

fixed issue where response is logged twice

github.com/CrowCpp/Crow - 1087c2fb12743e8c1c0dde620ba947c4ffc8d1ca authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
fixed issue where response is logged twice

github.com/CrowCpp/Crow - 738abdbd96a1ce0873c4c2ad035b8a40c1e215d2 authored over 3 years ago by The-EDev <[email protected]>
Merge branch 'master' into catch_all

github.com/CrowCpp/Crow - 4aae6142972afc11b011f14023514b22ef8cc57d authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
updated catchall to use references instead of pointers

github.com/CrowCpp/Crow - 16ae11a4e3f41faa412e8cd2fb5b080d0fc389ed authored over 3 years ago by The-EDev <[email protected]>
changed catchall to fit with the rest of crow

the macro is similar to CROW_ROUTE, added example to cmake, added unit test, and documentation

github.com/CrowCpp/Crow - f779a0f8a46ca8834603f38f3ecbaeaa21bdaa7e authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #120 from CrowCpp/coveralls_fix

fix for coveralls not appearing in github status

github.com/CrowCpp/Crow - 4a663c97d97e52aeca8f20a7476afae7b6462bea authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into coveralls_fix

github.com/CrowCpp/Crow - 9213118fab35a123a0fc4290e189f84bb56d3e68 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
changed CI_BRANCH to TRAVIS_BRANCH

I do not know why this works, but it worked on my test repository

github.com/CrowCpp/Crow - 570ed2e04e0f2cb1a4dac56693d7b1beb338abc2 authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #124 from ugermann/master

Fix error in examples/CMakeLists.txt

github.com/CrowCpp/Crow - c3fcda1a7772ed6fc0dc5816cc28a7fd9df63abe authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Fix error in examples/CMakeLists.txt

cmake 3.19 complained about Line 49:

> CMake Error at examples/CMakeLists.txt:49 (target_link_l...

github.com/CrowCpp/Crow - e592e6b4f2e449b6c0572862665ee9cdd374fec4 authored over 3 years ago by Ulrich Germann <[email protected]>
fixed incorrect branch variable being used

github.com/CrowCpp/Crow - d569d121c0fe062f51e54b38bfc9176bd53bba26 authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #118 from CrowCpp/crow_main_polish

CROW_MAIN docs and script

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

github.com/CrowCpp/Crow - 68db38ed985bbaf3f8d9f15ebd476469b775985c authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #119 from CrowCpp/actual_port

use actual ASIO port instead of the local port variable

github.com/CrowCpp/Crow - 6cdecf5ca837e9c1c2b227ed8caa2eaf583b5b39 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #122 from Tibbel/master

Add a catch-all handler 2nd version

github.com/CrowCpp/Crow - 0d7c8ed617ee8c17e544aa0b283aa72d469a2bbe authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Delete example_catchall.cpp

github.com/CrowCpp/Crow - 7ad1b79b7a1e9679873e143ab46a69e7229ff081 authored over 3 years ago by Tibbel <[email protected]>
Add files via upload

github.com/CrowCpp/Crow - 76203052e7c646b1818f97f8294f80d90fbbb392 authored over 3 years ago by Tibbel <[email protected]>
CROW_CATCHALL #endif if moved

CROW_CATCHALL #endif if moved

github.com/CrowCpp/Crow - 97ef2945edbd22bb7e819adc4408198c45cfd796 authored over 3 years ago by Tibbel <[email protected]>
Merge pull request #1 from Tibbel/Tibbel-catchall-handler

Add a catch-all handler 2nd version

github.com/CrowCpp/Crow - 8f6655b032577c6878488b31f5ee13363def77c5 authored over 3 years ago by Tibbel <[email protected]>
Add a catch-all handler 2nd version

Here is the modified catchall-function
example added
the code moved to routing.h
only the set...

github.com/CrowCpp/Crow - 5b880cef4969d4ed34282e4e229a02eb9e6c675c authored over 3 years ago by Tibbel <[email protected]>
fixed issue where "drone ignored failing make or ctest commands unless nothing else ran afterwards"

github.com/CrowCpp/Crow - 553fae93bbb43c010b89321d7a0c9a9d1318aa63 authored over 3 years ago by The-EDev <[email protected]>
potential fix for coveralls not appearing in github status

github.com/CrowCpp/Crow - 598f60b83e12c1c6cfc0de28c06773a9b8460f07 authored over 3 years ago by The-EDev <[email protected]>
use actual ASIO port instead of the local port variable

this is useful when using port 0 to have the OS provide a free port

github.com/CrowCpp/Crow - 111bef9debd42fc2d42f3765b38926aa237fa286 authored over 3 years ago by The-EDev <[email protected]>
mentioned crow_main in docs and edited mime_types generating script to include it.

github.com/CrowCpp/Crow - 1eeda1a22b986f125130bd3be2063190ab941ea4 authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #117 from CrowCpp/HEAD_and_OPTIONS

`HEAD` and `OPTIONS` handling

github.com/CrowCpp/Crow - 3e43a73db912220656f0113dfe597957fe4eb6a7 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
updated head and no_length variable names

github.com/CrowCpp/Crow - b837877715b7dcea638d614c801f11723899a9c7 authored over 3 years ago by The-EDev <[email protected]>
fixed small merge issue

github.com/CrowCpp/Crow - 5f68479ee5333183e8d210cfabcdf2e3c9f972fd authored over 3 years ago by The-EDev <[email protected]>
Merge branch 'master' into HEAD_and_OPTIONS

github.com/CrowCpp/Crow - 1654acbfd09321d6f45dd5f2a793be465ec219bc authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Added Content-Length header back to HEAD response.

The reason for removing it was an issue with Curl rather than how HEAD should be handled.

github.com/CrowCpp/Crow - 33e863167661b6ca6b4ceeca090c3173d9af1f17 authored over 3 years ago by The-EDev <[email protected]>
added note regarding HEAD and OPTIONS methods in documentation

github.com/CrowCpp/Crow - 223ab5eb9f00be28b874ceac8efe3b8d0535ab35 authored over 3 years ago by The-EDev <[email protected]>
added tests and fixed small issues

moved body handling to Response.end() and fixed a bug where a 404 was not returned on a route tha...

github.com/CrowCpp/Crow - ec566f87efadf88591f4ddf0b74026d65d8f459d authored over 3 years ago by The-EDev <[email protected]>
implemented proper HEAD handling, implemented OPTIONS handling

github.com/CrowCpp/Crow - 06226b86a7e8094db6766af8aa05b4a36bca558d authored over 3 years ago by The-EDev <[email protected]>
Merge pull request #106 from sfinktah/sfinktah-64bit-compat-1

recast 64-bit size_t to 32-bit int to remove warnings

github.com/CrowCpp/Crow - 5ab26078328dd884f247ee9feec6ca1c672b13cd authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into sfinktah-64bit-compat-1

github.com/CrowCpp/Crow - b826e9c228016db571e2e1596fe67a12111606e0 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #111 from fckxorg/master

Fixed multiple definition issues

github.com/CrowCpp/Crow - 2cfe822c3e0817fba372cd27019d5a2bbff3c197 authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
Merge remote-tracking branch 'upstream/master'

merge upstream

github.com/CrowCpp/Crow - 5a77744243502c5bb8eb70428031ceee9059b311 authored over 3 years ago by Maxim Kokryashkin <[email protected]>
Merge pull request #114 from tibovanheule/patch-1

Small error in documentation

github.com/CrowCpp/Crow - 6e4069decdbf5415431d873467b06a929f961a0d authored over 3 years ago by Farook Al-Sammarraie <[email protected]>
trigger ci

github.com/CrowCpp/Crow - c4898bdb41565cde98e52a2f84a4b263f1388b59 authored over 3 years ago by Maxim Kokryashkin <[email protected]>
changed crow_all.h generating command to python3

Should probably change it to run the script like a program. For now this is just to get drone run...

github.com/CrowCpp/Crow - eeaa08281bb51c9e36eba884981a2e3fe91cd3f2 authored over 3 years ago by The-EDev <[email protected]>
Replaced Travis with Drone for CI

travis config remains just in case

github.com/CrowCpp/Crow - 827715a1a68b4605bfd6476c901110b28315d365 authored over 3 years ago by The-EDev <[email protected]>
small error in documentation

LogLevel needs to be capitalized, see https://github.com/CrowCpp/crow/blob/51a8a977d936902be859d...

github.com/CrowCpp/Crow - a32d803e106c7b6256b5cc6ab580916283acba5a authored over 3 years ago by Tibo Vanheule <[email protected]>
macro rename

github.com/CrowCpp/Crow - cdce8f443aa70076770571509728416c02572ac8 authored over 3 years ago by Maxim Kokryashkin <[email protected]>
delete tags

github.com/CrowCpp/Crow - a4ec6d06ce2d54b5397f43b8f7136a52b4694c57 authored almost 4 years ago by Maxim Kokryashkin <[email protected]>
rm test logs

github.com/CrowCpp/Crow - 86977e4c732d3365871b7b77e59e30bda7ff9ec2 authored almost 4 years ago by Maxim Kokryashkin <[email protected]>
rm test logs

github.com/CrowCpp/Crow - 8a8199b9922c3fc81bf4a7e0bc761270a7593c5e authored almost 4 years ago by Maxim Kokryashkin <[email protected]>
added automatic HEAD method handling

github.com/CrowCpp/Crow - 6f5514743ac2ead9d1afb326dd195088f06ab93d authored almost 4 years ago by The-EDev <[email protected]>
Merge branch 'master' of https://github.com/CrowCpp/crow into sfinktah-64bit-compat-1

github.com/CrowCpp/Crow - 21f6f11484b1211ec86a1442900aca13011e7c5b authored almost 4 years ago by Sfinktah Bungholio <[email protected]>
converted all (int) to static_cast

github.com/CrowCpp/Crow - 6597feb3a8ba4f3bc9366d162cf99401e8d0c242 authored almost 4 years ago by Sfinktah Bungholio <[email protected]>
fixed issues with static wariables

github.com/CrowCpp/Crow - ce7d08eb0ed418f4188644ba60c51e57b8b71b68 authored almost 4 years ago by Maxim Kokryashkin <[email protected]>
Merge pull request #109 from rittelle/fix-104

Properly clear responses

github.com/CrowCpp/Crow - 51a8a977d936902be859d80ccdf3217d15905f2e authored almost 4 years ago by Farook Al-Sammarraie <[email protected]>
Properly clear responses

Closes #104.

github.com/CrowCpp/Crow - 3b151d569d8ea980f6bf1ccb710c135ae1fbfa52 authored almost 4 years ago by rittelle <[email protected]>
Merge pull request #101 from sfinktah/sfinktah-msvc17-compat-1

fixes for **some** msvc compatibility issues

github.com/CrowCpp/Crow - 1c505df69fffc3951af6af1fa2121801b6b87a51 authored almost 4 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into sfinktah-msvc17-compat-1

github.com/CrowCpp/Crow - e15b50ed2921df9969bdafebaba7d8fbf17679ba authored almost 4 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #102 from CrowCpp/template_fixes

Template documentation fix + log when template is not found

github.com/CrowCpp/Crow - 21fb01ee3601acdcd4376b48fc5dd4c472e6acee authored almost 4 years ago by Farook Al-Sammarraie <[email protected]>
Merge branch 'master' into template_fixes

github.com/CrowCpp/Crow - 8289f21b6627f1d9be5640420c7e0803a7c7d5ff authored almost 4 years ago by Farook Al-Sammarraie <[email protected]>
Merge pull request #103 from rittelle/fix-cmakelists

Fix CMakeLists.txt for the use as a subdirectory in another project

github.com/CrowCpp/Crow - 6cb131c948a54566a79fb2721054bd4edd7e2c0f authored almost 4 years ago by Farook Al-Sammarraie <[email protected]>
recast 64-bit size_t to 32-bit int to remove warnings

github.com/CrowCpp/Crow - b2cf780485bb6fba98c8a4f191718b2c1691bcff authored almost 4 years ago by Sfinktah Bungholio <[email protected]>
Removed unnecessary line.

Does anybody know whether the big red "Delete File" option when reviewing commit deletes the ent...

github.com/CrowCpp/Crow - 1918d2e58ccb3e871b466215cd0272542cf94e8f authored almost 4 years ago by sfinktah <[email protected]>
Fixed CMakeLists.txt

Replaced `${CMAKE_SOURCE_DIR}` with `${CMAKE_CURRENT_SOURCE_DIR}`.

github.com/CrowCpp/Crow - 71576b75787f66b8616422593e8f64b14f39a7bb authored almost 4 years ago by rittelle <[email protected]>
Update templating.md and mustache.h

Updated templating documentation to mention "working directory" rather than "executable directory...

github.com/CrowCpp/Crow - 8523afa9304ae0b0d6be23bf94c0f4faf84695eb authored almost 4 years ago by The-EDev <[email protected]>
Update common.h

oops, had to remove #undef DELETE -- used to enable refactoring without MS DELETE macro getting ...

github.com/CrowCpp/Crow - 02f664c34079efaba50a99657b532d77aeb9b488 authored almost 4 years ago by sfinktah <[email protected]>
Update example_with_all.cpp

oops, had to reverse a change i made to get it to compile as-is.

github.com/CrowCpp/Crow - 0bf0c43f399928821a8f04f94262f2ab8cdf656b authored almost 4 years ago by sfinktah <[email protected]>