Ecosyste.ms: OpenCollective

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

github.com/drogonframework/drogon

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
https://github.com/drogonframework/drogon

Add an asynchronous interface for transaction creation

620d875646a0ab96842ade96ac58ff4116a6fae8 authored over 5 years ago by antao <[email protected]>
Use multiple database connections in the DbClientLockFree class

1ca5e3cde6d0af8ac73e92b7066ddaf0067abf68 authored over 5 years ago by antao <[email protected]>
Merge pull request #60 from an-tao/dev

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

037b9e7eff4a4b7db3bf4e0dfacd995238387d6c authored over 5 years ago by An Tao <[email protected]>
Modify the PgConnection class

769d6456820b88f8b22a20793f72ca7687010b28 authored over 5 years ago by antao <[email protected]>
Modify DbClientImpl

429490bd78fb7a842c8d654b11e6786777910c85 authored over 5 years ago by antao <[email protected]>
Merge pull request #59 from an-tao/dev

Improve database client performance and fix some bugs

1b9e91361c29a37701f0e6cfe3efa365c8cead2f authored over 5 years ago by An Tao <[email protected]>
Change version to 0.9.25

00b83735f1e4b455600827733a6e6cd98d1a1598 authored over 5 years ago by antao <[email protected]>
Use experimental::basic_string_view on gcc5

bb686d41d8f50f87b68c4e9b3035d56909aa8ba3 authored over 5 years ago by antao <[email protected]>
Add some comments

4d46ebed9bafd8517c0d10e9cdb0d7302a047e8b authored over 5 years ago by antao <[email protected]>
Process the HEAD method request

70e7089e7dd43cd4f0cc5ba6f17ca16514bb766f authored over 5 years ago by antao <[email protected]>
Modify the TransactionImpl class

90e63c1a0f45316fc8a10c9532c7802956f75b6d authored over 5 years ago by antao <[email protected]>
Use persisted idle-callback in db connections

52f1888a149c9b50a263f131fe0c54ea338bea5f authored over 5 years ago by antao <[email protected]>
Use nullptr to clear std::function objects

15ab5e155863837e6d8596a9a70f4def1c377598 authored over 5 years ago by antao <[email protected]>
Modify the HttpServer class

aab31ba64ec682ee4646ba2b4792d8a9d88b3326 authored over 5 years ago by antao <[email protected]>
Optimize db client classes

44416f1456841f273031e453625b897dcb92c1d5 authored over 5 years ago by antao <[email protected]>
Use std::string_view to improve performance

450e5c5e0cd9d67823d35849e1e9b645fcc08b97 authored over 5 years ago by an-tao <[email protected]>
Optimize content-type and status in http header

4d1c0ffe06b7467724571ec9fef4cc310a3027e0 authored over 5 years ago by antao <[email protected]>
Add r-reference version for the SqlBinder class

6d97ea5992ce843ef0341840e3fce21da722edc8 authored over 5 years ago by antao <[email protected]>
Add the fast db client enablation option

7f21f45a1b4d165b07d61bb0dee2f6e5bdfeedb8 authored over 5 years ago by antao <[email protected]>
Modify the PgConnection class

84ab5d369e0eddcbc938c42ae7819655d3eb823c authored over 5 years ago by antao <[email protected]>
Use prepared statement in postgresql connections

6c4ad73f7aa38e0ee2efe817349075411f5f7fa5 authored over 5 years ago by antao <[email protected]>
Disable db fast clients

ca98eccdfe40e0b053935323c0f66304325a5273 authored over 5 years ago by antao <[email protected]>
Fix a bug in the DbClientLockFree class

5629efa910db86b1e13f75dd0c081b89d2f3e021 authored over 5 years ago by an-tao <[email protected]>
Add lock-free db client class

358e45598bb3460ca11cc9b6e3a1cdf4cec3f0e9 authored over 5 years ago by antao <[email protected]>
Reduce the critical region in the handleNewTask() method to improve performance

8e16228458c8fb36c95920d8319a94aa26f2a107 authored over 5 years ago by antao <[email protected]>
Fix a bug in the MysqlConnection class

2370a3f89f80d575cfb3e00b2ec90594e44cc70d authored over 5 years ago by antao <[email protected]>
Modify the number of event loops in the DbClientImpl class

1600cb98fea993f0bd1b5c4151ccb69aaf79a48b authored over 5 years ago by an-tao <[email protected]>
Improve the performance of dbClient

13417edf1043fbf3234521af3915c7b200d116ba authored over 5 years ago by antao <[email protected]>
Modify the interface of the DbClient class

38163a26a6c4789076248b575ed2c3774ad06500 authored over 5 years ago by antao <[email protected]>
Modify the interface of the DbClient class

136ab1d46013aae03d6a74466c3405556537b14c authored over 5 years ago by antao <[email protected]>
Modify the Session class and the HttpViewData class

8829203d0458145a93efae68aa856367e5a5757d authored over 5 years ago by antao <[email protected]>
Add some comments

2d3ff02e03c455d38e5ae6996e74ed068d036bd0 authored over 5 years ago by antao <[email protected]>
Add some comments

a44a0fc3e85254ab0b541ca171565ab9aed35e96 authored over 5 years ago by antao <[email protected]>
Remove 'using namespace drogon' from public headers

e7dbb3bbc578a4c9dc443cac7d70bed6ce26e236 authored over 5 years ago by antao <[email protected]>
Merge branch 'master' of https://github.com/an-tao/drogon

bdcb42ce551433bc286daee3f14894a0fdd4e4ef authored over 5 years ago by antao <[email protected]>
Modify urlDecode() method

e77b558a71e5d1bf59a3e453bbfe03d0aac7de1c authored over 5 years ago by antao <[email protected]>
Add a header including in linux

287a7b52088fa9ec41061869cefb1b3fcda5f2a5 authored over 5 years ago by an-tao <[email protected]>
Modify code style

7b6211f2ce868af3609365c3e5c6178112e54d6c authored over 5 years ago by antao <[email protected]>
Modify code style

7041783579b79b5b27e95d541e5521fc2e607106 authored over 5 years ago by antao <[email protected]>
Modify README

5b24e90f94ff898fffd06693fdeb77214a0c57e4 authored over 5 years ago by antao <[email protected]>
Change version to 0.9.24

82100926e567e6e8e5b203ed8d8e4ee0af2a327f authored over 5 years ago by antao <[email protected]>
Merge pull request #55 from an-tao/remove-spin-locks

Remove spin locks to improve performance

efaece88240bc28924d4f6dba25c569995281dcc authored over 5 years ago by An Tao <[email protected]>
Remove spin-locks

d16287c9ddab4fd37849b5e0ea67d3098765a5e5 authored over 5 years ago by antao <[email protected]>
Update the submodule trantor

60ac951b38f9d057fd24fd512f83a2a2db5aa127 authored over 5 years ago by antao <[email protected]>
Merge pull request #54 from an-tao/dev

Modify the SpinLock

97667f358ec8633ce0ce14dfb9a1300b251594af authored over 5 years ago by An Tao <[email protected]>
Modify the SpinLock

ad86c8f66ec1056036fabce684478ab4d9c3fcb7 authored over 5 years ago by antao <[email protected]>
Format code

7bdd4219178338c3aeb0c047682c9cf145112266 authored over 5 years ago by antao <[email protected]>
1.Update the submodule trantor;

2.Optimize the logic of connection counting;

1746e36eb4be481a8b1be687cc6a3b237a7b475f authored over 5 years ago by antao <[email protected]>
Merge pull request #52 from an-tao/dev

Add json format response benchmark

715affad080d789fd1e5c6f3b7d047810770247e authored over 5 years ago by An Tao <[email protected]>
Add json format response benchmark

022132c33e4ffb236c6c21e36ce82ddc347fb337 authored over 5 years ago by antao <[email protected]>
Add a macro

5b3049e85438d5a9b251e0cb4ba0d750245c2e2f authored over 5 years ago by antao <[email protected]>
Change version to 0.9.23

7828dd11add7b40b55a30822b85ead467135933f authored over 5 years ago by antao <[email protected]>
Change version to 0.9.23

fe1c658a8b41b4f5c729a11b79df218563f5de7b authored over 5 years ago by antao <[email protected]>
Merge pull request #51 from an-tao/dev-spinlock

Use user space spinlock to improve performance

f374429227562bb1d608c962f64995a7713476ff authored over 5 years ago by An Tao <[email protected]>
Add memory order to the list of clear() parameters

acd56f2cee50bf8c363530cfc6498974016cda33 authored over 5 years ago by an-tao <[email protected]>
Use the user space spinlock for performance reasons

245faabfce9350e7279891ddccbb2f3d86dfd493 authored over 5 years ago by antao <[email protected]>
Make the 'any' works correctly with either C++17 or C++14

6ebae287a3c76ef68eca979066fd74bf08526c39 authored over 5 years ago by antao <[email protected]>
Merge pull request #50 from an-tao/dev

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

42c23864c42fd7f200f6bb191b5784e59dee3546 authored over 5 years ago by An Tao <[email protected]>
Compatible with older versions of gcc

cbbee440ea113d805370e60e3d657070cad482e3 authored over 5 years ago by an-tao <[email protected]>
Merge pull request #49 from an-tao/dev

Support file upload requests

0124a18dbd76b66b46d53ca2acb09db477c08981 authored over 5 years ago by An Tao <[email protected]>
Change version to 0.9.22

35d98576f10fb2b4d65824ca4c63af0a1f4543f7 authored over 5 years ago by antao <[email protected]>
Support file upload requests

55ba4c519661165b5f3713d72de58426f187378b authored over 5 years ago by antao <[email protected]>
Update the submodule trantor

4a412e905ef68670d91cad901bdec2ee011d32c7 authored over 5 years ago by antao <[email protected]>
Modify the newFileResponse method

075e3cc6b3dd16b55c994c85abba93f9981a2caa authored over 5 years ago by antao <[email protected]>
Change version to 0.9.21

77c8e8a29649dc2412da29c4aaa7f54b9826e67d authored over 5 years ago by antao <[email protected]>
Merge pull request #47 from an-tao/dev

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

8b61ce3bcb3392d592bb232c58814d8edb6160e0 authored over 5 years ago by An Tao <[email protected]>
1. Modify the HttpClientImpl class to fix some bugs;

2. Support attachment download;

cdd8ba380ed6bc4c0dc6849a86572479daab7032 authored over 5 years ago by antao <[email protected]>
Change version

9659ab6314359b10617ac9f5ac7f9b2fdaa1c157 authored over 5 years ago by antao <[email protected]>
Merge pull request #46 from an-tao/dev

Optimize file upload

610ea4727f1b7d484cdf68bfd5ab013cab412167 authored over 5 years ago by An Tao <[email protected]>
Optimize file upload

cef7dc177e3631b93197e021528f1e77381708c8 authored over 5 years ago by antao <[email protected]>
Modify the README

b37aa3da6c13029b55b0bf344c203def9ecd2b1a authored over 5 years ago by antao <[email protected]>
Merge pull request #45 from an-tao/dev

Update the submodule trantor

5cbbe7729f0af35592d445191825e3ba6914ea09 authored over 5 years ago by An Tao <[email protected]>
Update the submodule trantor

061725366096c0dfb21687ae936b3aedce3f802c authored over 5 years ago by antao <[email protected]>
Merge pull request #44 from an-tao/dev

Change version

4aec954abf08e157c6eb1127db1d7e516779ebb2 authored over 5 years ago by An Tao <[email protected]>
Change version

a3220b3193694cc17dfaccd114e8cad44bc4e530 authored over 5 years ago by an-tao <[email protected]>
Merge pull request #43 from an-tao/dev

Fix reference count error in HttpClientImpl class

388ef634af0c301bf921966cfb77a438be3f5345 authored over 5 years ago by An Tao <[email protected]>
Fix reference count error in HttpClientImpl class

a5684c66d37d077e78ecf3083865863f9c844b8d authored over 5 years ago by antao <[email protected]>
Merge pull request #42 from an-tao/dev

Optimize filters and controllers

26e3cff668cf67c7617a95ca1890c3b8a46b710b authored over 5 years ago by An Tao <[email protected]>
Optimize filters and controllers

3f4baf15f1431ed878739c46090e025c81fef9fd authored over 5 years ago by antao <[email protected]>
Split filter processing from HttpAppFrameworkImpl class;Change version

a22fe4ff51ce8fb9ca7c4aaa7dedc3f1ebfecd07 authored over 5 years ago by antao <[email protected]>
Change some variable names;Use reference capture instead of value capture

5e8c8a66664fdb8ed8879ad576db224fb0c20d7a authored over 5 years ago by antao <[email protected]>
Update the submodule trantor; optimize the HttpSimpleControllerRouter

a3f03df1d4934458ef52d6d6dd34f2225b3f3436 authored over 5 years ago by antao <[email protected]>
Update the submodule trantor

4204ad733f5433d04b2adb577b336ae37f07959a authored over 5 years ago by antao <[email protected]>
Use the lock-free queue in the submodule trantor

8b2bb4796d9e77296ac7c084922653b380b04c92 authored over 5 years ago by antao <[email protected]>
Merge pull request #41 from an-tao/dev

Debug form post request

2fc2c60af124faf724dc6ffbacf4f9a2b5150a11 authored over 5 years ago by An Tao <[email protected]>
Debug form post request

615924c889db6bb34795d4b137b83f0e9f1e06cc authored over 5 years ago by antao <[email protected]>
Merge pull request #40 from an-tao/dev

Support http request in json format

4e7714e5e99bf80cc5a219aa275f1d8588321318 authored over 5 years ago by An Tao <[email protected]>
Support http request in json format

7c8432add07d02ca7043c122c8d9d7c1cc5e7f49 authored over 5 years ago by antao <[email protected]>
Modify setMethod of the HttpRequest class

c62840e712178143ca5f5b46169b1b7c5d2cf13e authored over 5 years ago by antao <[email protected]>
Modify HttpRequestImpl

8b7d5465cdfffc2abccdff38012494b6669e6124 authored over 5 years ago by antao <[email protected]>
Add a badge of code quality to the README

375cc385173340a914c14d1e0615a0352e6cac03 authored over 5 years ago by an-tao <[email protected]>
Merge pull request #39 from an-tao/dev

Modify code style

08f895be1ad3e42dec58270cb7c2dcc180142593 authored over 5 years ago by An Tao <[email protected]>
Modify code style

d5d90d2f6f79e790cb7dd572c17fa92da8e2d8bc authored over 5 years ago by an-tao <[email protected]>
Merge pull request #38 from an-tao/dev

Update the README

7eba454ac855190f3d09959d3cda02c3b67ebc3a authored over 5 years ago by An Tao <[email protected]>
Update the README

554f6a77632868793ad0a92f44d6664269c82cbb authored over 5 years ago by an-tao <[email protected]>
Merge pull request #37 from an-tao/dev

Update the submodule trantor

8917d853beb7b017a04deaf929cd6d4eed32b6c0 authored over 5 years ago by An Tao <[email protected]>
Update the submodule trantor

0af6837d2a87179757a9945425e435413dee861c authored over 5 years ago by an-tao <[email protected]>
Merge pull request #36 from an-tao/dev

Organize code style

384977d68371ce6a15d8d0c08f03d9f3d46096fe authored over 5 years ago by An Tao <[email protected]>
Organize code style

ef389b6ec90e8ae8812933caec8ad5021c9d886f authored over 5 years ago by an-tao <[email protected]>
Organize code style

b20114a9d59166511e54dc3a083ac8f3493a7377 authored over 5 years ago by an-tao <[email protected]>