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 #13 from The-EDev/method_not_allowed

Added "405 method not allowed" error

github.com/CrowCpp/Crow - 3a183271dc8a672a40aa653c08a97efae55ebc03 authored about 4 years ago by Igor Mróz <[email protected]>
Removed unnecessary variables

github.com/CrowCpp/Crow - 823d061c62950c9d605756889ed6aa09087e3009 authored about 4 years ago by The-EDev <[email protected]>
added test for 405 code on wrong method

github.com/CrowCpp/Crow - 88904e4716b20cdfd6d48483af35566c0fa4664b authored about 4 years ago by The-EDev <[email protected]>
code formatting

Removed extra spaces

github.com/CrowCpp/Crow - 4e5d43696b8dc31c02dcba4df81643855459710a authored about 4 years ago by The-EDev <[email protected]>
added 405 error for when a rule is found but the method is incorrect

github.com/CrowCpp/Crow - dc46f2848a7080b2541808174915d70f1e4cab1d authored about 4 years ago by The-EDev <[email protected]>
#7 Don't delete index.html when generating docs.

github.com/CrowCpp/Crow - 58bc7178bbfdc1787e1af9587e27ae6a7e1514b5 authored about 4 years ago by Igor Mróz <[email protected]>
#7 Change input directory for doxygen.

github.com/CrowCpp/Crow - 3cff9b1648555e2c168deabf9fa9a3c695f9a6a4 authored about 4 years ago by Igor Mróz <[email protected]>
#7 Change input directory for doxygen.

github.com/CrowCpp/Crow - bd2affa46fff1a478273eb22a0bbeb01a397a597 authored about 4 years ago by Igor Mróz <[email protected]>
#7 Generate docs only for one from all builds.

github.com/CrowCpp/Crow - d174464a23bff42eae85f599ddaa4416dd4af401 authored about 4 years ago by Igor Mróz <[email protected]>
#7 Change Doxyfile - it should generate standard html files by default.

github.com/CrowCpp/Crow - 1134f893f50c8e4336b964b31b2dd56a401a6afc authored about 4 years ago by Igor Mróz <[email protected]>
#7 Automatically build documentation with Travis and Doxygen.

github.com/CrowCpp/Crow - 8f541d864035ca2552a358fe470b53358d625ea9 authored about 4 years ago by Igor Mróz <[email protected]>
Merge pull request #12 from The-EDev/restart_travis

Update Travis config

github.com/CrowCpp/Crow - 3932821028e8d0af7d339ce622f8e2272f599b14 authored about 4 years ago by Igor Mróz <[email protected]>
updated versions in readme

github.com/CrowCpp/Crow - dec740bfe30d4a950803edcf346b44646054800e authored about 4 years ago by The-EDev <[email protected]>
updated Travis and Coveralls badges

github.com/CrowCpp/Crow - 2a3cbc049d15fa75cd4eb114583454a1049bde05 authored about 4 years ago by The-EDev <[email protected]>
fixed coveralls name

github.com/CrowCpp/Crow - e7176905ebf932e84d12fb334249e78d53ffef01 authored about 4 years ago by The-EDev <[email protected]>
removed pip

github.com/CrowCpp/Crow - 8fd0be95a3a85ec1ec4a4bd788cc3ab1ea4b2a40 authored about 4 years ago by The-EDev <[email protected]>
updated compiler packages

github.com/CrowCpp/Crow - 2aa4f788288c09f2474a8e9a573c246203e91dac authored about 4 years ago by The-EDev <[email protected]>
Update .travis.yml

github.com/CrowCpp/Crow - e8fd3bd68b58697459e7f757bc91fc1ecd7b319f authored about 4 years ago by The-EDev <[email protected]>
Merge pull request #11 from The-EDev/sendfile_hybrid

automated copying cat.jpg file

github.com/CrowCpp/Crow - 581b57c9d8c4931f91b492495e1d06c160931676 authored about 4 years ago by Igor Mroz <[email protected]>
automated copying cat.jpg file

tests can now run without a problem

github.com/CrowCpp/Crow - 43b465a9adedbb9d02ae4dec09b2cdf02f11b626 authored about 4 years ago by The-EDev <[email protected]>
Merge pull request #10 from The-EDev/sendfile_hybrid

Serving static files using read() and asio::write()

github.com/CrowCpp/Crow - 562c9a30fadbaf41e968138f39a4e2dedcdcf44e authored about 4 years ago by Igor Mroz <[email protected]>
Added variable input output paths as arguments to mime type generator

github.com/CrowCpp/Crow - dcfbc459ef5a001a85796e9a2e86e9bc7f05e6c1 authored about 4 years ago by The-EDev <[email protected]>
Update http_connection.h

github.com/CrowCpp/Crow - 5382ce7b581858ad3f4ebc617fadd039fe4ced7f authored about 4 years ago by The-EDev <[email protected]>
added sendfile test

Test cannot actually test whether the file was sent or not since the test has no access to the so...

github.com/CrowCpp/Crow - 3a22fd5199eb2f277b4b1cf97a13ee338f1a2527 authored about 4 years ago by The-EDev <[email protected]>
Edited lambda for sending error

github.com/CrowCpp/Crow - 99994d90b54fbc377100727917bc3842cfe90bb1 authored about 4 years ago by The-EDev <[email protected]>
removed sendfile function due to trouble with large files (the sendfile command would just hang until timeout without fully sending the file).

Added 404 and fixed some issues with windows error message
sendfile still incompatible with windo...

github.com/CrowCpp/Crow - 964e8f857bdc8c7f54ab22e72d4b303c1bb99291 authored about 4 years ago by The-EDev <[email protected]>
fixed mime type issue, added default plaintext option

github.com/CrowCpp/Crow - 4992261f0ebe6425ab648aece380a1e4e046fee2 authored about 4 years ago by The-EDev <[email protected]>
added initial chunk sending code (for SSL only)

github.com/CrowCpp/Crow - 8f9486e3c848f411078c529c3403ac4d438ffa0c authored about 4 years ago by The-EDev <[email protected]>
fixed type mismatch issue when using SSL

github.com/CrowCpp/Crow - 7ba3c9161f74b7e80af50aaf71c1487acadfb97a authored about 4 years ago by The-EDev <[email protected]>
Refactored mime type generating script

using with instead of open and close
removed while loop
using one line to write the new file
usin...

github.com/CrowCpp/Crow - 744baf8c0ad9d09a3829187baf5318d07d789aed authored about 4 years ago by The-EDev <[email protected]>
added static file example

github.com/CrowCpp/Crow - 03f6d6c818790c2e8298bebf110a44fc778b810d authored about 4 years ago by Farook <farook@VPCF13WFX>
updated generated file comment

github.com/CrowCpp/Crow - 24c04c65cf1a58f9a302e1d196a6b38ba2469158 authored about 4 years ago by Farook <farook@VPCF13WFX>
removed content-type related comments

github.com/CrowCpp/Crow - 7e812ea58a9de4e4e57f4ed045d18dc8f0bc9cf8 authored about 4 years ago by Farook <farook@VPCF13WFX>
added automatic Content-Type header based on file extension

github.com/CrowCpp/Crow - dd79b31274db111969dbb5bc158e4d420e3d3a61 authored about 4 years ago by Farook <farook@VPCF13WFX>
created script to generate mime types header from nginx mime.types file

github.com/CrowCpp/Crow - adfc6b22b3682a3e39b6a9e0bb0cacafa09eff4c authored about 4 years ago by Farook <farook@VPCF13WFX>
stole @digitalist's sendFile code and made it work with newer boost

github.com/CrowCpp/Crow - 3f38caa0d08403b31eac97dd816fa3c6cb091450 authored about 4 years ago by Farook <farook@VPCF13WFX>
Merge pull request #2 from nowgoing/master

Update websocket.h function "void do_read()"

github.com/CrowCpp/Crow - b6003f5c6a3fe950e704a058e9980f440bde45b5 authored over 4 years ago by Igor Mroz <[email protected]>
Update websocket.h

github.com/CrowCpp/Crow - 0cb93301257c2af8f537125e552f01d4aee437a0 authored over 4 years ago by SQyang <[email protected]>
Update websocket.h

github.com/CrowCpp/Crow - 215b7dcf350afa9b9654c0f66a98f26e13d66e81 authored over 4 years ago by SQyang <[email protected]>
Fixed CMakeLists - merge_all.py script takes output path.

github.com/CrowCpp/Crow - 103178aa8111bdf3f43cdacc78495d59542843b0 authored over 4 years ago by Igor Mróz <[email protected]>
Changed path to env application.

github.com/CrowCpp/Crow - 09aaf25866bba4845aef4d89ec896e6104d3a956 authored about 5 years ago by Igor Mróz <[email protected]>
Changed script that generates amalgamate - now it takes arguments to input directory and output file path.

github.com/CrowCpp/Crow - 10ec45983072771e850f00f3fc2dcf415f59e0cf authored about 5 years ago by Igor Mróz <[email protected]>
Added python shebang.

github.com/CrowCpp/Crow - 80b8e81590290598fc43bd9dc3664423d8479f7d authored about 5 years ago by Igor Mróz <[email protected]>
Merge pull request #1 from moneroexamples/fix_boost_170

fixes problem with boot 1.70

github.com/CrowCpp/Crow - 1a92344dd46d3ba847b6817a7e1b06d00ff1c002 authored about 5 years ago by Igor Mroz <[email protected]>
fixes problem with boot 1.70

github.com/CrowCpp/Crow - c95f68499ee6b28464d406eaa5d1d95a95553983 authored over 5 years ago by moneroexamples <[email protected]>
Merge branch '#146_add_ip_address_field'

github.com/CrowCpp/Crow - 741ba25abfe296e3f572fe3f23e0319bf1441c78 authored about 6 years ago by Igor Mróz <[email protected]>
#146 Added field with remote IP address.

github.com/CrowCpp/Crow - ef7fa91631d4cf811cfc1535e6b0bbd8ed309160 authored about 6 years ago by Igor Mróz <[email protected]>
Merge branch '#315_fix_crash'

github.com/CrowCpp/Crow - 02bdfeb71cfcada450782d2bbe61085e39d5d8ba authored about 6 years ago by Igor Mróz <[email protected]>
#315 Checking if server is nullptr.

github.com/CrowCpp/Crow - e6f22fce6a5a5f99e18e78680278360c747c30ad authored about 6 years ago by Igor Mróz <[email protected]>
#315 Checking if server is nullptr.

github.com/CrowCpp/Crow - 809453f9d5ada8bc6c5b8aa9736706f3c5655b6d authored over 6 years ago by Igor Mróz <[email protected]>
Merge pull request #274 from mwm126/mingw-gmtime_s

Use gmtime_s on MinGW

github.com/CrowCpp/Crow - 49edf898a5b9a39a0d69072cc2434c4f23692908 authored almost 7 years ago by Jaeseung Ha <[email protected]>
Revert "Fix compiler command"

This reverts commit d30c99f997650ab3e009c376d3a205c43c286370.

github.com/CrowCpp/Crow - c62634c589323e0bacd3a22a7af3bd4c37479d43 authored almost 7 years ago by Mark Meredith <[email protected]>
Revert "Add MinGW test"

This reverts commit 704d7fe5979b9e55363376ba69a9620071442ca7.

github.com/CrowCpp/Crow - f4d187a1a64232e91cf23f262c01930df0e0353a authored almost 7 years ago by Mark Meredith <[email protected]>
Revert "Test MinGW Travis build"

This reverts commit d29c47a85bb00c9c1a680baf9cac05a9fb08d8a2.

github.com/CrowCpp/Crow - 1d95d16aa669f015223440a119750164da41324f authored almost 7 years ago by Mark Meredith <[email protected]>
Avoid exceptions while closing sockets

github.com/CrowCpp/Crow - d1a30bf422397017cc039e33c05bd8ea47d0d5c9 authored almost 7 years ago by ipknHama <[email protected]>
Remove printf warning for lld, llu

github.com/CrowCpp/Crow - 05d02fea6e2cf5d2603655419338995549993a8a authored almost 7 years ago by ipknHama <[email protected]>
Add PURGE method, add a special enum item for counting

github.com/CrowCpp/Crow - daa1e3eadcfb99bde158a6a9d9455d113b005df5 authored almost 7 years ago by ipknHama <[email protected]>
Support multiple methods for same URL

- fix broken unittests because of server initializing order change
- add a function to wait un...

github.com/CrowCpp/Crow - b7360a2bacb426401636a1e76e5e713ed0c3b0fc authored almost 7 years ago by ipknHama <[email protected]>
Merge pull request #260 from erikaldsund/fix_rvalue_copy_ctor_bug

Fixed bug in json::rvalue copy constructor

github.com/CrowCpp/Crow - 6876a08e61a67592b53a823260203a5e9cd04618 authored almost 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #259 from erikaldsund/fix_r_string_inconsistency

Fixed bug in r_string

github.com/CrowCpp/Crow - 943dcba50736bbf6b193ef335bbb2e320472b827 authored almost 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #258 from erikaldsund/fix_handling_of_big_integers

Fix handling of big integers

github.com/CrowCpp/Crow - 01cc7a3508013dda0a14d594a9f03f991cef812a authored almost 7 years ago by Jaeseung Ha <[email protected]>
Test MinGW Travis build

github.com/CrowCpp/Crow - d29c47a85bb00c9c1a680baf9cac05a9fb08d8a2 authored almost 7 years ago by Mark Meredith <[email protected]>
Fix compiler command

github.com/CrowCpp/Crow - d30c99f997650ab3e009c376d3a205c43c286370 authored almost 7 years ago by Mark Meredith <[email protected]>
Add MinGW test

github.com/CrowCpp/Crow - 704d7fe5979b9e55363376ba69a9620071442ca7 authored almost 7 years ago by Mark Meredith <[email protected]>
Use gmtime_s on MinGW

github.com/CrowCpp/Crow - 6974d3fcf986b2e2246827fa1fc68f687dd9976d authored almost 7 years ago by Mark Meredith <[email protected]>
Merge pull request #261 from erikaldsund/fix_warning_in_websocket_h

Fixed warning in websocket.h: right shift count >= width of type

github.com/CrowCpp/Crow - 49bd1c27975ec3e21ba74887584e3419f71e8111 authored almost 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #273 from roxma/master

Fix ws read failure when using 16bit payload

github.com/CrowCpp/Crow - ca48f5c801752b9d9378d4c769e8f86255754566 authored almost 7 years ago by Jaeseung Ha <[email protected]>
Fix ws read failure when using 16bit payload

Also should use ntohs instead of htons when read from socket.

github.com/CrowCpp/Crow - f0eb73ce8cc111a11473f346b640decce5e76aa5 authored about 7 years ago by roxma <[email protected]>
Don't call copy_l before all other members are set

This lead to undefined behaviour during copy.

github.com/CrowCpp/Crow - 3c45393b2d1955cf172c95306a0ff79e1e0e925d authored about 7 years ago by Erik Åldstedt Sund <[email protected]>
Fixed bug in r_string: end of string pointer was not updated in the force member function

This could lead to undefined behaviour in the std::string conversion
operator, when using the it...

github.com/CrowCpp/Crow - 29824c84ede1a696851a6aae99eeae64f9651fc1 authored about 7 years ago by Erik Åldstedt Sund <[email protected]>
Handle big integers in json::wvalue

Handled by adding an enum num_type in both rvalue and wvalue (to separate
between signed/unsigne...

github.com/CrowCpp/Crow - 4fe7dd171a77747f1b14654acd369381d6eb3f17 authored about 7 years ago by Erik Åldstedt Sund <[email protected]>
Fixed ostream operator for big integers

github.com/CrowCpp/Crow - ecbbd0ebf2204bae8ca968007c7408b6e2ae2a75 authored about 7 years ago by Erik Åldstedt Sund <[email protected]>
Fixed warning in websocket.h: right shift count >= width of type

Fixed by static_cast-ing values from 32-bit values to 64-bit values.

github.com/CrowCpp/Crow - 83bd8c09a09073ad4617dcb42d3f8253d324d9c6 authored about 7 years ago by Erik Åldstedt Sund <[email protected]>
Merge pull request #253 from boodkb/patch_method

Add support for HTTP PATCH method

github.com/CrowCpp/Crow - 7f3f72441c242836d00ab2109a83baef89c08aaa authored about 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #255 from Zagitta/status_codes

Added status codes 413 and 429

github.com/CrowCpp/Crow - 53af5043ac6f77cb8580c13b50956bf97819eb69 authored about 7 years ago by Jaeseung Ha <[email protected]>
Added 413 and 429 status codes

github.com/CrowCpp/Crow - f88657a22acd7f8f40b1ef951eff93efdf0795c2 authored about 7 years ago by Simon Rasmussen <[email protected]>
Add HTTP PATCH support

github.com/CrowCpp/Crow - 8b01385465a2a1366ca2a62a99211140a9c62fa2 authored about 7 years ago by BooD <[email protected]>
Update README.md

github.com/CrowCpp/Crow - 16a0f6b663f69838865a91cdb64cd3e033c636f2 authored over 7 years ago by Jaeseung Ha <[email protected]>
Remove amalgamation result (`crow_all.h`) from the repository

github.com/CrowCpp/Crow - 274aad86e77c35072b4287f08213990cca9a14e8 authored over 7 years ago by ipknHama <[email protected]>
Remove unused include.

github.com/CrowCpp/Crow - 7560f329c90fe3d9777ad41cdcbb94b1a67986b8 authored over 7 years ago by ipknHama <[email protected]>
Change default settings

- disable crow debug mode by default
- expose `loglevel` method on `App` to change the logging...

github.com/CrowCpp/Crow - 2c26b6c1def35f7b509f699097fdfb9480e9461c authored over 7 years ago by ipknHama <[email protected]>
Fix cookie parsing: Cookie doesn't have escaping mechanism.

github.com/CrowCpp/Crow - e93ba25f2cd156a6544a3c9894cd667906146874 authored over 7 years ago by ipknHama <[email protected]>
Simplify json.keys()

github.com/CrowCpp/Crow - 9c26e1ebdea1c43ac1a30a8f2ab83debc923cd56 authored over 7 years ago by ipknHama <[email protected]>
Merge pull request #171 from yorickdewid/master

Set cast type without dereferencing pointer

github.com/CrowCpp/Crow - 6da6579ce94a06f5389db62340b762fcb56f7c39 authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge branch 'master' into master

github.com/CrowCpp/Crow - 08acc7c0bedc24bf5b8c6cc01f1701b0d45e141e authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #148 from thedrow/patch-3

Run compilation and tests with 2 jobs

github.com/CrowCpp/Crow - 194a9ef6812e3d5476419e33be2756ab69fc0696 authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #147 from thedrow/patch-2

Enable ccache if found for faster builds

github.com/CrowCpp/Crow - 69ed5c0a8ee8c6ccf980ba0f9be43996c7f1b684 authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #174 from taylorking/master

implement .keys()

github.com/CrowCpp/Crow - a92c305acb2be3f6530ea157084e5004500dd244 authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge branch 'master' into master

github.com/CrowCpp/Crow - d8c4a671760fda8e83279b9383108f0951367fb6 authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #177 from tekn0ir/fix_libssl_example

Fix linking error on OSX & fix websocket example

github.com/CrowCpp/Crow - 6df366ce1db89fb0d473ae199c653223fc443bf9 authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge branch 'master' into fix_libssl_example

github.com/CrowCpp/Crow - 4394142d3f0c061b2a1a09b00ca6a7d12da31ddd authored over 7 years ago by Jaeseung Ha <[email protected]>
Change websocket example to use default templates directory

github.com/CrowCpp/Crow - 414809c742521926ca08fbd355b92f3ae877064f authored over 7 years ago by ipknHama <[email protected]>
Merge pull request #193 from vadz/show-concurrency

Show the number of threads used in the startup message

github.com/CrowCpp/Crow - 4786dac0a8e908345e25a4c79da9175201f6b7fc authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #194 from vadz/atomic-conn-count

Use atomic type for connection count shared between threads

github.com/CrowCpp/Crow - 112e86b9067bf84700ece37f3ea18328571e810b authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #183 from philave/vs2015-compilation-fix

MS VS2015 compilation fix.

github.com/CrowCpp/Crow - c32aae4b5f4f8b6e9b63463103eca3546bdb44f9 authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #200 from sgiurgiu/master

Removed strict-aliasing warning

github.com/CrowCpp/Crow - a3b9c11112856ccc28e90e95feed568efadf3cae authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge branch 'master' into master

github.com/CrowCpp/Crow - ef17b8cb9b79921805f13f4947dadb07763ac475 authored over 7 years ago by Jaeseung Ha <[email protected]>
Update links in the conanfile.py

github.com/CrowCpp/Crow - c43c052112cd15ac8be1d0cb90b6ad2570b2b99a authored over 7 years ago by ipknHama <[email protected]>
Merge pull request #198 from javierjeronimo/master

Add compatibility with conan.io

github.com/CrowCpp/Crow - c550c2bab09cd07169d06fd8bf60d036ae51189b authored over 7 years ago by Jaeseung Ha <[email protected]>
Merge pull request #92 from whoshuu/add-new-toolchains

Add new toolchains

github.com/CrowCpp/Crow - 05fdf17795b7ded0c1a3fcf94d4ea5bf0e31ead0 authored over 7 years ago by Jaeseung Ha <[email protected]>