Ecosyste.ms: OpenCollective

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

Drogon

Develop and maintain the Drogon project.
Collective - Host: opensource - https://opencollective.com/drogon - Code: https://github.com/drogonframework/drogon

Use find('x') instead of find(x) in a string search (#230)

github.com/drogonframework/drogon - eb894396c7a484ad8a168eaeee8129d0b1fe387b authored over 5 years ago
Update drogon version to v1.0.0-beta7

github.com/drogonframework/drogon - a8afbc8ceea83c167ca6704b6423489bc79f543c authored over 5 years ago
Modify the CMakeLists to modern cmake style (#229)

github.com/drogonframework/drogon - aa26e9a90388b6a6fe5356e2d12b6f6091c82818 authored over 5 years ago
Optimize request headers processing (#228)

github.com/drogonframework/drogon - a0b68fb3c99c8d82a2629646d0c23ec0c1402922 authored over 5 years ago
Add a WebSocket test (#227)

github.com/drogonframework/drogon - 7186a74590d812ce4ad64919aed63a1ea2c12278 authored over 5 years ago
Add a synchronous join point for AOP (#226)

github.com/drogonframework/drogon - 9f330f310d2ff17b0b14c332f3b3d18a8818e8b0 authored over 5 years ago
Update README (#225)

* Update README

* Update CMakeLists.txt

github.com/drogonframework/drogon - ba49a0e0e623aa0d0bbfe669e34127850ade0b24 authored over 5 years ago
Modify the orm command of drogon_ctl (#224)

github.com/drogonframework/drogon - 4e274b1a2ee02b934e5212c1e4386a350bff2b60 authored over 5 years ago
Make the framework API support chained calls (#223)

github.com/drogonframework/drogon - 043c484a64756b3f230a567da5a1b514483884f8 authored over 5 years ago
Optimize performance (#222)

github.com/drogonframework/drogon - c3cb70f4154bd5420ea13c4696cdecb4fe656b32 authored over 5 years ago
Fix a bug when there's '+' in the building path (#221)

github.com/drogonframework/drogon - dcab7d54b1e7e79e270df748d40f1c53c397a5d3 authored over 5 years ago
Fix bugs in default return values of functions (#220)

github.com/drogonframework/drogon - b5a142a10e0895ed1dd6a2decb2478ea8935a12e authored over 5 years ago
Reduce size of docker image (#217)

github.com/drogonframework/drogon - db99ef84ee9ba4ef28217a32436afa86c31a5ad1 authored over 5 years ago
Modify some stuff (#216)

github.com/drogonframework/drogon - f940b6f2cd1783eff47468d80b2d1fce0b30a0f9 authored over 5 years ago
Modify the test of postgresql database (#215)

github.com/drogonframework/drogon - bf88d08f78d4d682d06448d1f6200095bf52ce0d authored over 5 years ago
Add database tests in the travis CI (#214)

github.com/drogonframework/drogon - 10db494556f50ddf2073fb21988ff9c81babd00d authored over 5 years ago
Modify the drogon_ctl (#213)

github.com/drogonframework/drogon - a6e2d4f007445228e8755234db55eb98b39f10e4 authored over 5 years ago
Reduce dependencies between declarations (#212)

github.com/drogonframework/drogon - da285cd4d22b5db780018e863779d7480becff1d authored over 5 years ago
Optimize DNS in HttpClient and WebSocketClient (#211)

github.com/drogonframework/drogon - 673d74191e30f406cce6dc7450c8d7e08ce30f66 authored over 5 years ago
Modify HttpClient and WebSocketClient (#210)

github.com/drogonframework/drogon - a0f5570f8bb4730f58c75a1a25e2a62b43b65172 authored over 5 years ago
Modify HttpClient and WebSocketClient, using the asynchronous DNS method (#209)

github.com/drogonframework/drogon - 982e272703f5fa2aa780a5c99e77820a7da2cfa0 authored over 5 years ago
Modify CMakeLists.txt

github.com/drogonframework/drogon - 16afa8268832f883978d8bfb407f3af27219a8b5 authored over 5 years ago
Bump drogon version to v1.0.0-beta6

github.com/drogonframework/drogon - f1409a2c2dcc95cf7920aa77d1b92e6b837b6a6c authored over 5 years ago
Add the DrogonConfig.cmake (#207)

Add DrogonConfig.cmake so that users can use drogon with the `find_package(Drogon)` command.

github.com/drogonframework/drogon - c705990fe5e7527d2c41781e12f4c41bbaeaaabb authored over 5 years ago
Modify the 'create view' command of drogon_ctl (#208)

github.com/drogonframework/drogon - bf9313a164f51166a1499c5e51c9f0bf4728700e authored over 5 years ago
Update trantor(Fix a bug with SSL)

github.com/drogonframework/drogon - 36a31dc576188465657c04ed228f93b982fb0739 authored over 5 years ago
Optimizations (#206)

github.com/drogonframework/drogon - 60ecbb945ece6b7afe289485c098349711810d78 authored over 5 years ago
Optimize the batch mode of libpq. (#205)

github.com/drogonframework/drogon - d97cfa86093fd44c108597c261b5541c84934e40 authored over 5 years ago
Bump version to v1.0.0-beta5 (#204)

github.com/drogonframework/drogon - 2817253eb4e1ca079cee25fe1df3aedbfb250d9f authored over 5 years ago
Support PostgreSQL batch mode (#203)

github.com/drogonframework/drogon - e566d9c451afcee492353c780808d33004e2c48c authored over 5 years ago
Add options for 'Server' header and 'Date' header (#202)

github.com/drogonframework/drogon - ba7d788184fe139b738f3561a40e1f810e8019bf authored over 5 years ago
Bump version to v1.0.0-beta4 (#201)

github.com/drogonframework/drogon - 4f942602ceb352e11c0a55015e5679a383e7c345 authored over 5 years ago
Merge pull request #199 from an-tao/remove_config_h

* Remove config.h

Modify the CMakeLists.txt

Remove the USE_ORM macro

Update trantor

...

github.com/drogonframework/drogon - fe034d6ea0588f3ee5466b61f3a494ed4bf9042b authored over 5 years ago
Remove config.h

Modify the CMakeLists.txt

Remove the USE_ORM macro

Update trantor

Remove some std::dynamic_po...

github.com/drogonframework/drogon - 40087fba9cd4e8e0c3ef2ad240dd96dc92106c0c authored over 5 years ago
Change version to 1.0.0.beta3 (#200)

github.com/drogonframework/drogon - 4599abf2f55515741e5fd4a19effca6d4ef7614d authored over 5 years ago
Added missing wasm ContentType (#198)

github.com/drogonframework/drogon - c8a22127d5089fc82cd0a2fc3c8f7a78f04161cb authored over 5 years ago
Optimize pipelining (#197)

* Optimize pipelining

* Optimize the DbClientLockFree class

github.com/drogonframework/drogon - 986ef8dda7c17f848937110c846dabcb2da0f2eb authored over 5 years ago
Format some files for good code style (#196)

github.com/drogonframework/drogon - 33577b9666e50e596eebb4d7212ce5512e72d114 authored over 5 years ago
Add some managers to reduce the size of the HttpAppFrameworkImpl code (#194)

github.com/drogonframework/drogon - 9af87bb1c04fe30ca45f09c3e45b4db4e5991199 authored over 5 years ago
Modify some comments in simple_example (#193)

github.com/drogonframework/drogon - 6e8c718a52629878ba1445bc60294d583db4da0b authored over 5 years ago
Bump trantor to v1.0.0-rc2

github.com/drogonframework/drogon - d56b71c8a9b2b4bd0dd67052fe87c4768adfeb66 authored over 5 years ago
Add a README file for examples

github.com/drogonframework/drogon - b155aa1b1a612c42b7233f8a91239c21ccede31b authored over 5 years ago
Merge pull request #191 from an-tao/dev

Bump version to v1.0.0-beta2

github.com/drogonframework/drogon - 7d38a9427c9eda8b551b2db59692aaa7ea3152f3 authored over 5 years ago
Bump version to v1.0.0-beta2

github.com/drogonframework/drogon - 2e128fc3152c03c91723e216eff0a836a202799d authored over 5 years ago
Merge pull request #190 from an-tao/dev

Make all listeners share IO threads in the MacOS system

github.com/drogonframework/drogon - dc7457d59c003df01f271e295babbe4323ba9d20 authored over 5 years ago
Make all listeners share IO threads in the MacOS system

github.com/drogonframework/drogon - 7d7537b5621053142d13c6d442749897400738e8 authored over 5 years ago
Merge pull request #189 from an-tao/dev

Add the setContentTypeCodeAndCustomString() method to the HttpRespons…

github.com/drogonframework/drogon - d5ddcaaa2acbc97701d3a77c0d13be7c0594b2e5 authored over 5 years ago
Add the setContentTypeCodeAndCustomString() method to the HttpResponse class

github.com/drogonframework/drogon - 7b316715763d352c64043728912ca5c43c33f9b2 authored over 5 years ago
Merge pull request #188 from an-tao/dev

Make the number of the connections of Fast DB Clients configurable

github.com/drogonframework/drogon - ca431c8749c9a267ebe48a258ac178623611a7ab authored over 5 years ago
Make the number of the connections of Fast DB Clients configurable

github.com/drogonframework/drogon - bcac1d4899f1a14f8d12c5b5d3579dd43f62fe96 authored over 5 years ago
Merge pull request #187 from an-tao/dev

Optimize the Field class

github.com/drogonframework/drogon - 64f9fc9accc3f35401326a2190ed9a098806c17b authored over 5 years ago
Optimize the Field class

github.com/drogonframework/drogon - 7e6e0573e15c294716e422894605e35f6df3fbe6 authored over 5 years ago
Merge pull request #186 from an-tao/dev

Optimize the htmlTranslate method

github.com/drogonframework/drogon - f7173b1ff03f5300535e12e66adaac7b256edde4 authored over 5 years ago
Optimize the htmlTranslate method

github.com/drogonframework/drogon - 47c6bc20f41fb5443fe8ab12dadf8e5c85b955d8 authored over 5 years ago
Merge pull request #184 from an-tao/dev

Modify the handling of CORS

github.com/drogonframework/drogon - 5c5f0bf812478b9f8e4edb549afbe709db626dbc authored over 5 years ago
Modify the handling of CORS

github.com/drogonframework/drogon - 07c0f7571b7810b901ab85c9cdd3d38865107da5 authored over 5 years ago
Merge pull request #182 from moneroexamples/fix_nonnull_string_view

uses default constructor of string_view to reset _statusMessage

github.com/drogonframework/drogon - c9f22b485169ddf38f5bb861b7b9d7b5b008f106 authored over 5 years ago
uses default constructor of string_view to reset _statusMessage

github.com/drogonframework/drogon - 5618fdaee87f1098f97c33bf27253528cea6e6c3 authored over 5 years ago
Merge pull request #181 from an-tao/dev

Modify the parser of HTTP requests

github.com/drogonframework/drogon - 4c31a806fd6c6ca343504635ae16fede352db74a authored over 5 years ago
Modify the parser of HTTP requests

github.com/drogonframework/drogon - eafe88cef1b0670c3fd56337916dd85b9eee4df8 authored over 5 years ago
Merge pull request #180 from an-tao/dev

Fix a bug of the drogon_ctl command

github.com/drogonframework/drogon - 16e1868607fe42afc048edad060d6cfaa3342e11 authored over 5 years ago
Fix a bug of the drogon_ctl command

github.com/drogonframework/drogon - c2eac3297c1110feafeed96ad5d5b4fcb9cfc5d0 authored over 5 years ago
Merge pull request #179 from an-tao/dev

Modify the parameters of drogon_ctl command

github.com/drogonframework/drogon - 4f975dd7ef405b98bc86edcf97f1053fb08d0039 authored over 5 years ago
Modify the parameters of drogon_ctl command

github.com/drogonframework/drogon - 40c26f01e4b1360c9d9b7b8ab299642fb7ea3d8f authored over 5 years ago
Add some comments to the WebSocketConnection class

github.com/drogonframework/drogon - a84b559ae979e6e3ef0492f248c8e99fcc1f7540 authored over 5 years ago
Merge pull request #177 from an-tao/dev

Fix a bug of the IsPlugin class

github.com/drogonframework/drogon - 386ebfff03a2f1345cad4c2105cc2ece1a1b40d9 authored over 5 years ago
Fix a bug of the IsPlugin class

github.com/drogonframework/drogon - bcc46e12ea82e60e65d0258c66a602eab1e43f35 authored over 5 years ago
Merge pull request #176 from an-tao/dev

Add stress testing command to drogon_ctl

github.com/drogonframework/drogon - ff9c05e088d5ea2982b656047fd45546ce09db10 authored over 5 years ago
Add stress testing command to drogon_ctl

github.com/drogonframework/drogon - ad2a27e849d25c6ef3f745677a0d45a09311f117 authored over 5 years ago
Update the submodule trantor

github.com/drogonframework/drogon - 1604052941fdcb585a331a34b25cec5d40a712e1 authored over 5 years ago
Merge pull request #175 from an-tao/dev

Add setBody methods to the HttpRequest class

github.com/drogonframework/drogon - db3f088ccad1788dc2b4da22cdff204e1872f5bf authored over 5 years ago
Add setBody methods to the HttpRequest class

github.com/drogonframework/drogon - 7c518594d081ef3e69fe426fa4b216251d362312 authored over 5 years ago
Merge pull request #174 from an-tao/dev

Change version to 1.0.0.beta1

github.com/drogonframework/drogon - bfe7600a1096a788ad9121de8b4272cd1acf353c authored over 5 years ago
Change version to 1.0.0.beta1

github.com/drogonframework/drogon - b550d001d397473624509cd3477c63367045c200 authored over 5 years ago
Update the submodule trantor

github.com/drogonframework/drogon - 20b247146e31a6d9f31afed5263feb601de01116 authored over 5 years ago
Merge pull request #171 from an-tao/dev

Update CacheFile class to adapt linux

github.com/drogonframework/drogon - 81b343af35947904acf0747f7b7a6c11903d9fb1 authored over 5 years ago
Update CacheFile class to adapt linux

github.com/drogonframework/drogon - 9f779f2636a7323773ab398bf0c899d65f012fc1 authored over 5 years ago
Merge pull request #170 from an-tao/dev

Use a temporary file instead of memory to store a large Http body

github.com/drogonframework/drogon - 869217de2c061dc0f54539d33ea104b4f6ed1759 authored over 5 years ago
Use a temporary file instead of memory to store a large Http body recieved by drogon

github.com/drogonframework/drogon - e714ae875e7d6d3fe07729ae8e4cb4fdf273b8fd authored over 5 years ago
Merge pull request #169 from an-tao/dev

Modify containers of AOP

github.com/drogonframework/drogon - 5be16f1b89f91dd3ed4514d815c03eb4293b599d authored over 5 years ago
Modify containers of AOP

github.com/drogonframework/drogon - cdcddc8ddb02b74751737c0abedca7ff450e6500 authored over 5 years ago
Merge pull request #168 from an-tao/dev

Add some necessary headers in preflight responses for CORS

github.com/drogonframework/drogon - 06e4ed43b902295c43f1b6d20c92473bdad26f45 authored over 5 years ago
Add some necessary headers in preflight responses for CORS

github.com/drogonframework/drogon - 335f852aab1c7d8af7c0bdc2b5d86493b1849143 authored over 5 years ago
Merge pull request #166 from an-tao/dev

Add some new overload versions of the getHandlerArgumentValue() function

github.com/drogonframework/drogon - 433fdafd557ec27c482595155e6e003fc6f9e5fc authored over 5 years ago
Add some new overload versions of the getHandlerArgumentValue() function

github.com/drogonframework/drogon - 01b1fb32d685d46bcb536dfb976b3a0936069eb8 authored over 5 years ago
Merge pull request #165 from an-tao/dev

Fix a bug that occurs when a path argument contains spaces

github.com/drogonframework/drogon - 0c3b1b5784f076cdee984abf474d33e1d58fbd91 authored over 5 years ago
Fix a bug that occurs when a path argument contains spaces

github.com/drogonframework/drogon - 92e64a79ec8c280b5985ccaec02d181f119f849f authored over 5 years ago
Merge pull request #163 from moneroexamples/master

Ability to disable ORM, CTL and EXAMPLES building

github.com/drogonframework/drogon - a84c6504f932ebce71f4ed9e474e43211f9e6b2e authored over 5 years ago