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

remove 'SSL validation' comment from HttpClient (#752)

490948bb38c4a6c573dbd8e7b9cb5adafbb81d1b authored over 3 years ago by Martin Chang <[email protected]>
Add redis support (#719)

6d9aa3b44cab9ea73dcba33da126b65e4302973e authored over 3 years ago by An Tao <[email protected]>
Fix build.sh missing nproc error in build for macOS (#751)

df04c47f7480cadf89a42008b6731ba8cd58fee0 authored over 3 years ago by Roque <[email protected]>
Add Arch Dockerfile (#749)

1dfaaac5d07ed713e96d8ad36aec38b2aaf3b27a authored over 3 years ago by Bertrand Darbon <[email protected]>
Feature/orm convert method (#739)

29a1659085d4e9c4e40a36e51882ffd90aecc82a authored over 3 years ago by JuergenGleiss <[email protected]>
Fix compilation errors for TimeFilter example (#743)

ed5ceb019de094b2fad20e967ca4091428e6e641 authored over 3 years ago by Roque <[email protected]>
feature(signal): Add option to disable signal handling (#742)

bcd8e27a363db40bf812c1b111e3164fc7b4a3b3 authored over 3 years ago by Bertrand Darbon <[email protected]>
Fix compile warnings in SQL client (#741)

1901801d598fa002aa2674833e014f89890e21f0 authored over 3 years ago by 双草酸酯 <[email protected]>
Fixes on some name words typos (#738)

Co-authored-by: roque <[email protected]>

71269e0179ce542a022061dfed9ea11af20170cf authored over 3 years ago by Roque <[email protected]>
Bump version to 1.4.1

5dc02c34768544ccee1a59cd77c02f1cd229232d authored over 3 years ago by an-tao <[email protected]>
Fix the same bug in the DbClientLockFree class

e28b9aa59cb28748662f704ad7037bfaaa39a502 authored over 3 years ago by an-tao <[email protected]>
Fix a bug of DbClientImpl class (#735)

b30c92a9a2985013affd8a3fc80b646005a791f0 authored over 3 years ago by An Tao <[email protected]>
Bump version to 1.4.0

cd389aec1387f5bb08ead250cedc18e1c7f1799c authored over 3 years ago by an-tao <[email protected]>
return awaiter from coroutine instead of resumable (#733)

98da3490e73726d2dd2b297b3dfd19b9e0e40bd6 authored over 3 years ago by Martin Chang <[email protected]>
Fix drogon::Task<> not destructing internal object (#729)

8bd1f5684e6de0c53111628f93cf979443dfea48 authored over 3 years ago by Martin Chang <[email protected]>
HttpRequest: add feature to avoid url encoding of path (#730)

af2bd6ba69b6c9035d96fd75f56b3ee6d93015ee authored over 3 years ago by JuergenGleiss <[email protected]>
Make projects created by dg_ctl support coroutines (#727)

ef51951785a86d23ca89118dc93842a132d1b903 authored over 3 years ago by An Tao <[email protected]>
Update trantor

0995749dec91401c81049191bd2c2110f008ea0a authored over 3 years ago by an-tao <[email protected]>
Valivate certificate in HttpClient (#726)

Co-authored-by: an-tao <[email protected]>

cde19a1f57bc5c51ba8b2e4c21515a48fee0acc5 authored over 3 years ago by Martin Chang <[email protected]>
Support SNI in the HttpClient class (#724)

0f5721119c3c8ce312310afd875ee784a9a4d7f9 authored over 3 years ago by An Tao <[email protected]>
Modify Mapper and CoroMapper templates (#722)

ffda84627ba23b00a9dc96f7783b2cb9febcf593 authored over 3 years ago by An Tao <[email protected]>
Modify FindMySQL.cmake

fd720d55d9254c4db0219cd747ef2ff0e3c87f81 authored over 3 years ago by an-tao <[email protected]>
Revert OS X CI fix (#721)

4210dbce071a3c5832fda810d2a971d895dac1e9 authored over 3 years ago by Martin Chang <[email protected]>
Fix the error when SSL handshake fails (#717)

eb2d24197a5a36aba778b5258f0d454f767e8ff9 authored over 3 years ago by An Tao <[email protected]>
Lowercase all http headers, add webp and avif types (#718)

12cfdd5916a1d9d49e632a235a1459aaea8e1ce4 authored over 3 years ago by interfector18 <[email protected]>
Add drogon::orm::CoroMapper<T> template (#712)

Co-authored-by: marty1885 <[email protected]>

3b8b63d17d133a4b1ec8c5ed62a975936448a983 authored over 3 years ago by An Tao <[email protected]>
Add transactions test of coroutines (#711)

cfb71cc6193267793c429caf130e1e738b304523 authored over 3 years ago by An Tao <[email protected]>
Fix typo in README.md (#708)

33044c823f58261e1ef810b0b6cad80b1deb9b97 authored over 3 years ago by mbehboodian <[email protected]>
Fix stack use after scope error in client_example (#707)

0b5920a1f3478685939d69e28e47b70ac2c99fd8 authored over 3 years ago by Martin Chang <[email protected]>
Add default value interface to sqlbinder for mysql and postgresql (#704)

6542236b203b9c9e707fede1abb0c14835e4bdf0 authored over 3 years ago by interfector18 <[email protected]>
Fix compilation errors on vs2019 (#706)

Fix compilation errors on VS2019 when coroutines are enabled

4c577e6fa9feb5bfb9992cd50c7e64717b8bd457 authored over 3 years ago by An Tao <[email protected]>
Coroutine support (#693)

* app().registerHttpHandler() accepts coroutine as handlers
* HttpController can use coroutine ...

a2142dd93ea4a513e4df55aa4748662b9e3033e8 authored over 3 years ago by Martin Chang <[email protected]>
Return 404 or 405 responses correctly (#705)

7ce5768372628394caa6e6f6efdf031dfaf5a5a0 authored over 3 years ago by An Tao <[email protected]>
Fix a error in the HttpClient class when a response has no content-length header (#698)

5426100bdef248cb10f578c72a8a3e3f48a90b75 authored over 3 years ago by An Tao <[email protected]>
Fix CI fail on OS X (#699)

a060351f7a75db8218345ccdcbf62ecb2cf05b5a authored over 3 years ago by Martin Chang <[email protected]>
Handle cross compiling properly (Fix for #654) (#694)

2919fdb7d42a38dc9f9cde181daa9a17f78b49de authored over 3 years ago by 双草酸酯 <[email protected]>
Bump version in CMakeLists.txt to 1.3.0 (#692)

0168cd0574184a705cc7f7bc8343836dbee89adb authored almost 4 years ago by Martin Chang <[email protected]>
Bump version to 1.3.0

1bbc457f0d41d71809ff636f6eeec8b5b0355b85 authored almost 4 years ago by an-tao <[email protected]>
Fix an error with missing composite key to sqlite3 ORM generator (#673)

64e916ccb39d5c82ab99023a9323fa1445364a18 authored almost 4 years ago by 丁盟 <[email protected]>
Fix an error in sqlite3 ORM generator (#669)

f26450f04b11c166b61f5d9d279e81458d96954c authored almost 4 years ago by An Tao <[email protected]>
Add format check to actions (#668)

66fbb33956e06a2a4bfba39aca571de1d2d3fe20 authored almost 4 years ago by An Tao <[email protected]>
Serve wasm files with the correct MIME type (#667)

4b5885e3c0572809d23979ef25f5060eb362f759 authored almost 4 years ago by Jiannan Liu <[email protected]>
Add option for setting float precision in Json string (#666)

ec59dbbc3d3bff20e0e8e3155a7873591cf9648c authored almost 4 years ago by An Tao <[email protected]>
Fix some bugs when creating models via drogon_ctl (#660)

1cb8b17709abe8f73c6de45f2291e75452e6bb76 authored almost 4 years ago by An Tao <[email protected]>
Based on https://github.com/an-tao/drogon/issues/627#issuecomment-727768460 (#659)

Co-authored-by: oroszz <oroszz>

61bb2cf130b4a9aef270675bd6d805abb1b5c1cb authored almost 4 years ago by zorosz <[email protected]>
sqlite3: Insert into stmtsMap_ as string_view (#657)

f9d714ab748cd9aee190a024bd1e197409153094 authored almost 4 years ago by Joakim L. Gilje <[email protected]>
Update trantor (#656)

* Update trantor
* Make some minor modifications.

ce704aff5b2d6b5043eb755ebec8a29facd6e692 authored almost 4 years ago by An Tao <[email protected]>
Fix cmake drogonctl crosscompile (#654)

d2f291689d6fb4a8e8c67cd380a32ecb737014ef authored almost 4 years ago by ivanka2012 <[email protected]>
Create cmake.yml (#653)

566297d4df7990a4a1112aeee1813ac6ee5e9ef8 authored almost 4 years ago by An Tao <[email protected]>
Remove the use of std::filesystem to adapt to old compilers (#652)

28f6338271edd490388e026e1f24244f63dc3e59 authored almost 4 years ago by An Tao <[email protected]>
Fix brotli link order (#651)

64fe47acd8cd1781fc878aac6dfd4f5f15451afd authored almost 4 years ago by ivanka2012 <[email protected]>
Bump version to 1.2.0

35b4a86e060a8a0698a59a23f7f5418cc269def9 authored almost 4 years ago by an-tao <[email protected]>
Fix MinGW ORM building by enabling htonll and ntohll (#650)

292894c42662a32f4cbced2f755d83fa861fd334 authored almost 4 years ago by ivanka2012 <[email protected]>
Add implicit page resolving capability (a-directory -> a-directory/index.html) (#647)

Co-authored-by: an-tao <[email protected]>

1abd8b3506438e4fd5f424dfa17d5c5e4d3e570a authored almost 4 years ago by ivanka2012 <[email protected]>
Add support in the SqlBinder class and the Session class (#644)

8b7ffb28d714fa0dcedcd86025ece032435813c3 authored almost 4 years ago by An Tao <[email protected]>
Add the reuse_port option (#634)

7dd2d6123b69d33c104cd4eff0c13a0f261be2c4 authored almost 4 years ago by An Tao <[email protected]>
Fix a stack-overflow error when high concurrency happening on sqlite3 (#633)

69d687dbcbeccebc3c90d0e9e7bfe2d3da0107f7 authored almost 4 years ago by An Tao <[email protected]>
Don't send content type in a 304 response (#630)

4ca90f2415760b567194f359ca2b5700ab704436 authored almost 4 years ago by Martin Chang <[email protected]>
Return 400 if the content-length is invalid (#629)

4ce2d25d551a093fc230b095ff9987c3263bfa75 authored almost 4 years ago by An Tao <[email protected]>
Added OpenBSD as Supported Operating System

72a4cad9c10eea6a29e038877ae2aa73c4978184 authored almost 4 years ago by Rafał Bugajewski <[email protected]>
Added OpenBSD as Supported Operating System

3f0eec64276f184c71bed8f482de9616260ec47e authored almost 4 years ago by Rafał Bugajewski <[email protected]>
Added OpenBSD as Supported Operating System

3c0103d32471b140c25571eea2c0e787cd40e950 authored almost 4 years ago by Rafał Bugajewski <[email protected]>
Support OpenBSD (#626)

Co-authored-by: an-tao <[email protected]>

886dfc36485f81f8d532e8470e25bfaa7c040798 authored almost 4 years ago by Joakim L. Gilje <[email protected]>
Modify the WebSocketTest controller to create a simple chat room (#625)

4f9ee821534031f6eaeb38e26d3bfdf67e4f1a5b authored almost 4 years ago by An Tao <[email protected]>
Fix error when receiving response without content-length header (#623)

7e8beacd1d725bd4fd417755c1df0aaac6359f7c authored almost 4 years ago by An Tao <[email protected]>
Bump version to 1.1.0

fb17efe765d162be01680b05a3a387c7a182a4c5 authored almost 4 years ago by an-tao <[email protected]>
Fix a bug in the Mapper::insertFuture() (#620)

594911b7a29977d6c05ae44c928ec8730e70806d authored almost 4 years ago by An Tao <[email protected]>
Fix a bug when creating sqlite3 database models (#618)

dbf21f7dbc58e39367b8333e601400a3bd313b65 authored almost 4 years ago by An Tao <[email protected]>
Add the Host and Sec-WebSocket-Version headers when connecting to a websocket server (#615)

de37a0ae291b0aade1c03603286b51cdfd2b4bce authored almost 4 years ago by An Tao <[email protected]>
Find mariadb client library correctly on Ubuntu 20.04 (#613)

ed2818ed89cf475ce71635dfaa24f4b653b08b39 authored almost 4 years ago by An Tao <[email protected]>
Remove duplicate definition of `args` vector. (#609)

* Remove duplicate definition of `args` vector.

Removed duplicate definition of the variable ...

17b3ea471d3e4a5df18f36d913c20d00adaf62c9 authored about 4 years ago by Amirali Amirifar <[email protected]>
Add --path-to-namespace option to drogon_ctl for creating views (#607)

43e7b3fec023e49564a467cc622df2a4ed87a207 authored about 4 years ago by An Tao <[email protected]>
Support namespaces when creating view source files (#606)

c264c91f382f21b667fada990cbd32315f412228 authored about 4 years ago by An Tao <[email protected]>
Modify the procedure of the app().run() method (#603)

34d2fe45c30a78c00b23510207901724a5daa91e authored about 4 years ago by An Tao <[email protected]>
Use TW terminology for the TW document (#601)

fb7d73be069dcd8e0ffdbd7ab986c4ab48a937a3 authored about 4 years ago by Martin Chang <[email protected]>
Fix HttpServer::isWebSocket to detect lowercase "upgrade" connection value (#594)

* Fix HttpServer::isWebSocket to detect lowercase "upgrade" connection value

The websocket li...

de0d793fc71743bedc96a6585fa5308a7fd9b75b authored about 4 years ago by VayuDev <[email protected]>
CMAKE bug fixed when SHARED and EXAMPLES are on (#597)

Co-authored-by: andre <[email protected]>

3d9278cb82d12d76a7c57c51dcae4533564c4883 authored about 4 years ago by Andre Castellanos <[email protected]>
Add zh-TW README.md (#593)

2ffd4738b238c4f6d4dc85ae454a7d8b37877ff9 authored about 4 years ago by Haceau-Zoac <[email protected]>
Use explicit lambda capture lists (#590)

0fe3f6fd8f66babe7542480b2066615f1a165cb2 authored about 4 years ago by An Tao <[email protected]>
Disable TLS1.0/1.1 on HTTPS by default (#588)

465d2ebfe89b088a89fff8aa0be38ccdd7d3ce6b authored about 4 years ago by An Tao <[email protected]>
Fix failing to connect to DB if parameters contains spaces (#589)

ada35c43faf88a1de5f375f64b2a278cd3ae6f8d authored about 4 years ago by Martin Chang <[email protected]>
Bump version to 1.0.0 (#584)

bbb338bf12abed17c97ef9b2fba4584600001ed6 authored about 4 years ago by An Tao <[email protected]>
Update README

5bca202c28c6fd2d8c0e9d9de81fa944964a2640 authored about 4 years ago by an-tao <[email protected]>
Add ConfigLoader::ConfigLoader(const Json::Value &data) (#579)

6fca7067dad9e3ffcaa3091f1d99c29fb2b07bfb authored about 4 years ago by L0ric0 <[email protected]>
Delete a confusing log output

c320527f9da3f502382e36d53fd221fa3c1fafcc authored about 4 years ago by an-tao <[email protected]>
Fix a bug when creating models in some special cases (#577)

d023743fa3236c085cf6ec36403fcd9bf7ff769f authored about 4 years ago by An Tao <[email protected]>
remove execution permission on /tmp/drogon.lock (#575)

c4ff98e620f6fb0a36c4f3aed5a9c28219e99711 authored about 4 years ago by Martin Chang <[email protected]>
Modify the FileUpload.csp in simple_example to avoid CORS (#573)

3222c0df844e3659a6da3c25b6da2519003e6c71 authored about 4 years ago by Elwin.Zhu <[email protected]>
Modify session handling (#568)

* Change thread unsafe interfaces to safe.

* Fix some compiler warnings

4c9463eeb71d2e054f1022146cde6f27dd2c0a36 authored about 4 years ago by An Tao <[email protected]>
Suppress sanitizer warning (#572)

Add default initializer for HttpConstraint::method_ member variable to avoid the following warni...

6f7a06222161d246a9efa389045b2f82bfa8847b authored about 4 years ago by Jiannan Liu <[email protected]>
Modify the documentation of the method fileData() (#566)

a32170b9a3cd3e738d4c622da716aa60f707ba3d authored about 4 years ago by An Tao <[email protected]>
Remove the useless method stat() from the PluginBase class (#563)

11cabfb546528b9d89e06a180e2d6251356a5a42 authored about 4 years ago by An Tao <[email protected]>
Add getListeners() method to the HttpAppFramework class (#559)

e032f9bd0e335cc7dddcffe2652c0f09079d0065 authored about 4 years ago by An Tao <[email protected]>
Add support for status code 418 (#557)

3a00ffde472738ad013ff42bc3d4d5bb4c118fc2 authored about 4 years ago by Martin Chang <[email protected]>
Update trantor

19df3afb78c7f45b69fb1243a745217ee8a45ec2 authored about 4 years ago by an-tao <[email protected]>
Remove the expired std::iterator template (#554)

4a9ba2088c487b2bde2768b8cdc00a73e3eb72a8 authored about 4 years ago by An Tao <[email protected]>
Modify methods related to headers (#552)

a10e6bfb1c7dc360140ce06057cdf1d445fe0413 authored about 4 years ago by An Tao <[email protected]>
Fix a bug when losting connection to MySQL server during query (#550)

4d8707df4bd7a74513db147338daf1003f799fce authored about 4 years ago by An Tao <[email protected]>
Fix an issue of simple_reverse_proxy when handling chunked transfer-e… (#549)

* Fix an issue of simple_reverse_proxy when handling chunked transfer-encoding

7117d960161c0bab93eccaf15fbbab9a12f2e77d authored about 4 years ago by An Tao <[email protected]>
Bump version to 1.0.0-beta21

d59021ef9fbeff86f48eee06136fa834cb436f01 authored about 4 years ago by an-tao <[email protected]>