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

Add an asynchronous interface for transaction creation

github.com/drogonframework/drogon - 620d875646a0ab96842ade96ac58ff4116a6fae8 authored almost 6 years ago
Use multiple database connections in the DbClientLockFree class

github.com/drogonframework/drogon - 1ca5e3cde6d0af8ac73e92b7066ddaf0067abf68 authored almost 6 years ago
Merge pull request #60 from an-tao/dev

Use the PQSendQuery() function instead of the PQsendQueryParams() function when the number of pa...

github.com/drogonframework/drogon - 037b9e7eff4a4b7db3bf4e0dfacd995238387d6c authored almost 6 years ago
Modify the PgConnection class

github.com/drogonframework/drogon - 769d6456820b88f8b22a20793f72ca7687010b28 authored almost 6 years ago
Modify DbClientImpl

github.com/drogonframework/drogon - 429490bd78fb7a842c8d654b11e6786777910c85 authored almost 6 years ago
Merge pull request #59 from an-tao/dev

Improve database client performance and fix some bugs

github.com/drogonframework/drogon - 1b9e91361c29a37701f0e6cfe3efa365c8cead2f authored almost 6 years ago
Change version to 0.9.25

github.com/drogonframework/drogon - 00b83735f1e4b455600827733a6e6cd98d1a1598 authored almost 6 years ago
Use experimental::basic_string_view on gcc5

github.com/drogonframework/drogon - bb686d41d8f50f87b68c4e9b3035d56909aa8ba3 authored almost 6 years ago
Add some comments

github.com/drogonframework/drogon - 4d46ebed9bafd8517c0d10e9cdb0d7302a047e8b authored almost 6 years ago
Process the HEAD method request

github.com/drogonframework/drogon - 70e7089e7dd43cd4f0cc5ba6f17ca16514bb766f authored almost 6 years ago
Modify the TransactionImpl class

github.com/drogonframework/drogon - 90e63c1a0f45316fc8a10c9532c7802956f75b6d authored almost 6 years ago
Use persisted idle-callback in db connections

github.com/drogonframework/drogon - 52f1888a149c9b50a263f131fe0c54ea338bea5f authored almost 6 years ago
Use nullptr to clear std::function objects

github.com/drogonframework/drogon - 15ab5e155863837e6d8596a9a70f4def1c377598 authored almost 6 years ago
Modify the HttpServer class

github.com/drogonframework/drogon - aab31ba64ec682ee4646ba2b4792d8a9d88b3326 authored almost 6 years ago
Optimize db client classes

github.com/drogonframework/drogon - 44416f1456841f273031e453625b897dcb92c1d5 authored almost 6 years ago
Use std::string_view to improve performance

github.com/drogonframework/drogon - 450e5c5e0cd9d67823d35849e1e9b645fcc08b97 authored almost 6 years ago
Optimize content-type and status in http header

github.com/drogonframework/drogon - 4d1c0ffe06b7467724571ec9fef4cc310a3027e0 authored almost 6 years ago
Add r-reference version for the SqlBinder class

github.com/drogonframework/drogon - 6d97ea5992ce843ef0341840e3fce21da722edc8 authored almost 6 years ago
Add the fast db client enablation option

github.com/drogonframework/drogon - 7f21f45a1b4d165b07d61bb0dee2f6e5bdfeedb8 authored almost 6 years ago
Modify the PgConnection class

github.com/drogonframework/drogon - 84ab5d369e0eddcbc938c42ae7819655d3eb823c authored almost 6 years ago
Use prepared statement in postgresql connections

github.com/drogonframework/drogon - 6c4ad73f7aa38e0ee2efe817349075411f5f7fa5 authored almost 6 years ago
Disable db fast clients

github.com/drogonframework/drogon - ca98eccdfe40e0b053935323c0f66304325a5273 authored almost 6 years ago
Fix a bug in the DbClientLockFree class

github.com/drogonframework/drogon - 5629efa910db86b1e13f75dd0c081b89d2f3e021 authored almost 6 years ago
Add lock-free db client class

github.com/drogonframework/drogon - 358e45598bb3460ca11cc9b6e3a1cdf4cec3f0e9 authored almost 6 years ago
Reduce the critical region in the handleNewTask() method to improve performance

github.com/drogonframework/drogon - 8e16228458c8fb36c95920d8319a94aa26f2a107 authored almost 6 years ago
Fix a bug in the MysqlConnection class

github.com/drogonframework/drogon - 2370a3f89f80d575cfb3e00b2ec90594e44cc70d authored almost 6 years ago
Modify the number of event loops in the DbClientImpl class

github.com/drogonframework/drogon - 1600cb98fea993f0bd1b5c4151ccb69aaf79a48b authored almost 6 years ago
Improve the performance of dbClient

github.com/drogonframework/drogon - 13417edf1043fbf3234521af3915c7b200d116ba authored almost 6 years ago
Modify the interface of the DbClient class

github.com/drogonframework/drogon - 38163a26a6c4789076248b575ed2c3774ad06500 authored almost 6 years ago
Modify the interface of the DbClient class

github.com/drogonframework/drogon - 136ab1d46013aae03d6a74466c3405556537b14c authored almost 6 years ago
Modify the Session class and the HttpViewData class

github.com/drogonframework/drogon - 8829203d0458145a93efae68aa856367e5a5757d authored almost 6 years ago
Add some comments

github.com/drogonframework/drogon - 2d3ff02e03c455d38e5ae6996e74ed068d036bd0 authored almost 6 years ago
Add some comments

github.com/drogonframework/drogon - a44a0fc3e85254ab0b541ca171565ab9aed35e96 authored almost 6 years ago
Remove 'using namespace drogon' from public headers

github.com/drogonframework/drogon - e7dbb3bbc578a4c9dc443cac7d70bed6ce26e236 authored about 6 years ago
Merge branch 'master' of https://github.com/an-tao/drogon

github.com/drogonframework/drogon - bdcb42ce551433bc286daee3f14894a0fdd4e4ef authored about 6 years ago
Modify urlDecode() method

github.com/drogonframework/drogon - e77b558a71e5d1bf59a3e453bbfe03d0aac7de1c authored about 6 years ago
Add a header including in linux

github.com/drogonframework/drogon - 287a7b52088fa9ec41061869cefb1b3fcda5f2a5 authored about 6 years ago
Modify code style

github.com/drogonframework/drogon - 7b6211f2ce868af3609365c3e5c6178112e54d6c authored about 6 years ago
Modify code style

github.com/drogonframework/drogon - 7041783579b79b5b27e95d541e5521fc2e607106 authored about 6 years ago
Change version to 0.9.24

github.com/drogonframework/drogon - 82100926e567e6e8e5b203ed8d8e4ee0af2a327f authored about 6 years ago
Merge pull request #55 from an-tao/remove-spin-locks

Remove spin locks to improve performance

github.com/drogonframework/drogon - efaece88240bc28924d4f6dba25c569995281dcc authored about 6 years ago
Remove spin-locks

github.com/drogonframework/drogon - d16287c9ddab4fd37849b5e0ea67d3098765a5e5 authored about 6 years ago
Update the submodule trantor

github.com/drogonframework/drogon - 60ac951b38f9d057fd24fd512f83a2a2db5aa127 authored about 6 years ago
Merge pull request #54 from an-tao/dev

Modify the SpinLock

github.com/drogonframework/drogon - 97667f358ec8633ce0ce14dfb9a1300b251594af authored about 6 years ago
Modify the SpinLock

github.com/drogonframework/drogon - ad86c8f66ec1056036fabce684478ab4d9c3fcb7 authored about 6 years ago
1.Update the submodule trantor;

2.Optimize the logic of connection counting;

github.com/drogonframework/drogon - 1746e36eb4be481a8b1be687cc6a3b237a7b475f authored about 6 years ago
Merge pull request #52 from an-tao/dev

Add json format response benchmark

github.com/drogonframework/drogon - 715affad080d789fd1e5c6f3b7d047810770247e authored about 6 years ago
Add json format response benchmark

github.com/drogonframework/drogon - 022132c33e4ffb236c6c21e36ce82ddc347fb337 authored about 6 years ago
Change version to 0.9.23

github.com/drogonframework/drogon - 7828dd11add7b40b55a30822b85ead467135933f authored about 6 years ago
Change version to 0.9.23

github.com/drogonframework/drogon - fe1c658a8b41b4f5c729a11b79df218563f5de7b authored about 6 years ago
Merge pull request #51 from an-tao/dev-spinlock

Use user space spinlock to improve performance

github.com/drogonframework/drogon - f374429227562bb1d608c962f64995a7713476ff authored about 6 years ago
Add memory order to the list of clear() parameters

github.com/drogonframework/drogon - acd56f2cee50bf8c363530cfc6498974016cda33 authored about 6 years ago
Use the user space spinlock for performance reasons

github.com/drogonframework/drogon - 245faabfce9350e7279891ddccbb2f3d86dfd493 authored about 6 years ago
Make the 'any' works correctly with either C++17 or C++14

github.com/drogonframework/drogon - 6ebae287a3c76ef68eca979066fd74bf08526c39 authored about 6 years ago
Merge pull request #50 from an-tao/dev

Make drogon compatible with older versions of gcc (5.4 to 7.1 with c++14)

github.com/drogonframework/drogon - 42c23864c42fd7f200f6bb191b5784e59dee3546 authored about 6 years ago
Compatible with older versions of gcc

github.com/drogonframework/drogon - cbbee440ea113d805370e60e3d657070cad482e3 authored about 6 years ago
Merge pull request #49 from an-tao/dev

Support file upload requests

github.com/drogonframework/drogon - 0124a18dbd76b66b46d53ca2acb09db477c08981 authored about 6 years ago
Change version to 0.9.22

github.com/drogonframework/drogon - 35d98576f10fb2b4d65824ca4c63af0a1f4543f7 authored about 6 years ago
Support file upload requests

github.com/drogonframework/drogon - 55ba4c519661165b5f3713d72de58426f187378b authored about 6 years ago
Update the submodule trantor

github.com/drogonframework/drogon - 4a412e905ef68670d91cad901bdec2ee011d32c7 authored about 6 years ago
Modify the newFileResponse method

github.com/drogonframework/drogon - 075e3cc6b3dd16b55c994c85abba93f9981a2caa authored about 6 years ago
Change version to 0.9.21

github.com/drogonframework/drogon - 77c8e8a29649dc2412da29c4aaa7f54b9826e67d authored about 6 years ago
Merge pull request #47 from an-tao/dev

1. Modify the HttpClientImpl class to fix some bugs;
2. Support attachments download;

github.com/drogonframework/drogon - 8b61ce3bcb3392d592bb232c58814d8edb6160e0 authored about 6 years ago
1. Modify the HttpClientImpl class to fix some bugs;

2. Support attachment download;

github.com/drogonframework/drogon - cdd8ba380ed6bc4c0dc6849a86572479daab7032 authored about 6 years ago
Merge pull request #46 from an-tao/dev

Optimize file upload

github.com/drogonframework/drogon - 610ea4727f1b7d484cdf68bfd5ab013cab412167 authored about 6 years ago
Optimize file upload

github.com/drogonframework/drogon - cef7dc177e3631b93197e021528f1e77381708c8 authored about 6 years ago
Modify the README

github.com/drogonframework/drogon - b37aa3da6c13029b55b0bf344c203def9ecd2b1a authored about 6 years ago
Merge pull request #45 from an-tao/dev

Update the submodule trantor

github.com/drogonframework/drogon - 5cbbe7729f0af35592d445191825e3ba6914ea09 authored about 6 years ago
Update the submodule trantor

github.com/drogonframework/drogon - 061725366096c0dfb21687ae936b3aedce3f802c authored about 6 years ago
Merge pull request #44 from an-tao/dev

Change version

github.com/drogonframework/drogon - 4aec954abf08e157c6eb1127db1d7e516779ebb2 authored about 6 years ago
Merge pull request #43 from an-tao/dev

Fix reference count error in HttpClientImpl class

github.com/drogonframework/drogon - 388ef634af0c301bf921966cfb77a438be3f5345 authored about 6 years ago
Fix reference count error in HttpClientImpl class

github.com/drogonframework/drogon - a5684c66d37d077e78ecf3083865863f9c844b8d authored about 6 years ago
Merge pull request #42 from an-tao/dev

Optimize filters and controllers

github.com/drogonframework/drogon - 26e3cff668cf67c7617a95ca1890c3b8a46b710b authored about 6 years ago
Optimize filters and controllers

github.com/drogonframework/drogon - 3f4baf15f1431ed878739c46090e025c81fef9fd authored about 6 years ago
Split filter processing from HttpAppFrameworkImpl class;Change version

github.com/drogonframework/drogon - a22fe4ff51ce8fb9ca7c4aaa7dedc3f1ebfecd07 authored about 6 years ago
Change some variable names;Use reference capture instead of value capture

github.com/drogonframework/drogon - 5e8c8a66664fdb8ed8879ad576db224fb0c20d7a authored about 6 years ago
Update the submodule trantor; optimize the HttpSimpleControllerRouter

github.com/drogonframework/drogon - a3f03df1d4934458ef52d6d6dd34f2225b3f3436 authored about 6 years ago
Update the submodule trantor

github.com/drogonframework/drogon - 4204ad733f5433d04b2adb577b336ae37f07959a authored about 6 years ago
Use the lock-free queue in the submodule trantor

github.com/drogonframework/drogon - 8b2bb4796d9e77296ac7c084922653b380b04c92 authored about 6 years ago
Merge pull request #41 from an-tao/dev

Debug form post request

github.com/drogonframework/drogon - 2fc2c60af124faf724dc6ffbacf4f9a2b5150a11 authored about 6 years ago
Debug form post request

github.com/drogonframework/drogon - 615924c889db6bb34795d4b137b83f0e9f1e06cc authored about 6 years ago
Merge pull request #40 from an-tao/dev

Support http request in json format

github.com/drogonframework/drogon - 4e7714e5e99bf80cc5a219aa275f1d8588321318 authored about 6 years ago
Support http request in json format

github.com/drogonframework/drogon - 7c8432add07d02ca7043c122c8d9d7c1cc5e7f49 authored about 6 years ago
Modify setMethod of the HttpRequest class

github.com/drogonframework/drogon - c62840e712178143ca5f5b46169b1b7c5d2cf13e authored about 6 years ago
Modify HttpRequestImpl

github.com/drogonframework/drogon - 8b7d5465cdfffc2abccdff38012494b6669e6124 authored about 6 years ago
Add a badge of code quality to the README

github.com/drogonframework/drogon - 375cc385173340a914c14d1e0615a0352e6cac03 authored about 6 years ago
Merge pull request #39 from an-tao/dev

Modify code style

github.com/drogonframework/drogon - 08f895be1ad3e42dec58270cb7c2dcc180142593 authored about 6 years ago
Modify code style

github.com/drogonframework/drogon - d5d90d2f6f79e790cb7dd572c17fa92da8e2d8bc authored about 6 years ago
Merge pull request #38 from an-tao/dev

Update the README

github.com/drogonframework/drogon - 7eba454ac855190f3d09959d3cda02c3b67ebc3a authored about 6 years ago
Update the README

github.com/drogonframework/drogon - 554f6a77632868793ad0a92f44d6664269c82cbb authored about 6 years ago
Merge pull request #37 from an-tao/dev

Update the submodule trantor

github.com/drogonframework/drogon - 8917d853beb7b017a04deaf929cd6d4eed32b6c0 authored about 6 years ago
Update the submodule trantor

github.com/drogonframework/drogon - 0af6837d2a87179757a9945425e435413dee861c authored about 6 years ago
Merge pull request #36 from an-tao/dev

Organize code style

github.com/drogonframework/drogon - 384977d68371ce6a15d8d0c08f03d9f3d46096fe authored about 6 years ago
Organize code style

github.com/drogonframework/drogon - ef389b6ec90e8ae8812933caec8ad5021c9d886f authored about 6 years ago
Organize code style

github.com/drogonframework/drogon - b20114a9d59166511e54dc3a083ac8f3493a7377 authored about 6 years ago