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 ws_test.html for websocket testing

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

Enhance HttpClient to support pipelining

74a79ef3cc4d70f2d07e8ca3d70f495b151bf40e authored over 5 years ago by An Tao <[email protected]>
Enhance HttpClient to support pipelining

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

Modifying URL encoding of HTTP requests

d07d1ee7db19b06a9136240cc5f1af8893076a0c authored over 5 years ago by An Tao <[email protected]>
Modifying URL encoding of HTTP requests

e128a27c58386bf4eb498812f0fe6906ded798d6 authored over 5 years ago by an-tao <[email protected]>
Merge pull request #103 from an-tao/absolute_path

Add a method to specify absolute paths in HttpController

d2e654e931c57df484475a32d4ba0a4e94bb3638 authored over 5 years ago by An Tao <[email protected]>
Modify the HttpController template to be able to specify absolute paths in HttpController

d216a663aaec41004967093a825e4117a320c78d authored over 5 years ago by antao <[email protected]>
Update test.sh and config.example.json

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

Update test.sh for testing drogon_ctl

e76e49cc7a08b87e10da8f6a0c2e93a2e660b731 authored over 5 years ago by An Tao <[email protected]>
Update test.sh for testing drogon_ctl

7ffd47101ffaa5f65781d0d8df27e5f97e012bf9 authored over 5 years ago by antao <[email protected]>
Merge pull request #99 from an-tao/custom_ctrl

Provides a way for users to create and initialize controllers

d0b9ed84ff95b230b50820a5c2c85fbbebd2ed26 authored over 5 years ago by An Tao <[email protected]>
Provides a way for users to create and initialize controllers and filters with non-default constructors.

737c9bba8b8114ca3dd3ad663d40990d82936e20 authored over 5 years ago by antao <[email protected]>
Merge pull request #98 from an-tao/plugins

Add support for plugins

9f63f434ea80928b9cbeb338933a20dcd47e19d1 authored over 5 years ago by An Tao <[email protected]>
Add support for plugins

aad06fdc3a6c6aa09c647b6be7cd970542471d2f authored over 5 years ago by antao <[email protected]>
Update README.md and the submodule trantor

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

Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR

ff79a2ddb50bbadf92f542816e121ad11aa9588d authored over 5 years ago by An Tao <[email protected]>
Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR in CMakeLists.txt files

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

Fix an issue that occur on incorrect SQL

92d7867ee4eeaf072cf7112f7773661a26d3c185 authored over 5 years ago by An Tao <[email protected]>
Fix an issue that occur on incorrect SQL

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

Modify the method of setting the CMAKE_MODULE_PATH

ef3ec63be827dcc4f7cc2d7fdc8a8e91d89f202d authored over 5 years ago by An Tao <[email protected]>
Modify the method of setting the CMAKE_MODULE_PATH

f1a14e44410ab6aff882842f54154808475a01fe authored over 5 years ago by antao <[email protected]>
Modify config.example.json

ff3d87da130facde1ecc31b03b2c79263d3641c4 authored over 5 years ago by antao <[email protected]>
Merge pull request #92 from an-tao/travis_test

Make Travis CI work

8d251f8158c77283a2ba87d5c9f12ce63af3ea99 authored over 5 years ago by An Tao <[email protected]>
Add some Travis CI tests

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

Add the getLoop() method to the HttpAppFramework class

9132b08c877fdfdca165b5d727e91d6db887f49c authored over 5 years ago by An Tao <[email protected]>
Add the getLoop() method to the HttpAppFramework class

65c101bee030b18d409ab0e4de6afa91253c337b authored over 5 years ago by antao <[email protected]>
Use IPV4 in the webapp example

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

Remove the loop() interface

9b6259837dd7b3a29a7d2f9691d423583f95dae1 authored over 5 years ago by An Tao <[email protected]>
Remove the loop() interface

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

1. Add the getCustomConfig() method.
2. Rename the registerHttpMethod() to registerHandler().
...

b2ff2f2af288b0a65a5677109543f89e3d7f4000 authored over 5 years ago by An Tao <[email protected]>
1. Add the getCustomCOnfig() method.

2. Add some comments.

66456eae1aab48c0f12404a8e46fa39649c980fb authored over 5 years ago by antao <[email protected]>
Update README.md and the banner image

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

Optimize the app.run() method and the DbClientLockFree class

40464da6b23196bab05d955200e728a788584621 authored over 5 years ago by An Tao <[email protected]>
Use shared_ptr to store sql query in cache in the DbClientLockFree class

353790f90b4584b9808f571402b76bcb094cc26d authored over 5 years ago by antao <[email protected]>
Modify mysql client

6adff3469c7e838aa6d75a60e3ce4a5edec14d47 authored over 5 years ago by antao <[email protected]>
Adjust the execution order inside the run() method

Modify the configuration of fast database clients
Modify the ConfigLoader class

894b634b22ae65758cebc0b2f24a714bb5f4372a authored over 5 years ago by antao <[email protected]>
1. Update the Dockerfile

2. Update the submodule trantor

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

Move utility functions to the utils namespace

f02c5d38b17738415bb47c1a47e606173b815941 authored over 5 years ago by An Tao <[email protected]>
Move utility functions to the utils namespace

db72840fc2eb68613ec386046d8b4783c8885e6b authored over 5 years ago by antao <[email protected]>
Restore .github folder

e341488338dee4053026c6c3db97d4518a496c0b authored over 5 years ago by an-tao <[email protected]>
Merge pull request #82 from zhjunjun/master

Add some query tests in db_test.cc for orm_lib

11d3f46edb0fe6a38bf679a71acdfacf473eea89 authored over 5 years ago by An Tao <[email protected]>
Add query test in db_test.cc for orm_lib

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

Remove an unnecessary null pointer check

15075a2227fe74a1a294f9c6fcc5355f787d52ac authored over 5 years ago by An Tao <[email protected]>
1.Remove an unnecessary null pointer check

2.Fix a compilation error for older g++
3.Update README.md

fecec819756e065fd760254bd2ef5a45a3116e56 authored over 5 years ago by antao <[email protected]>
Update README.md

9eb7025d74385d12f1fa653259f7571a00d40f0c authored over 5 years ago by An Tao <[email protected]>
Update README.md

34ebd7ef5862e6a5944d7d461cc379f91abe64c9 authored over 5 years ago by An Tao <[email protected]>
Update README.md

06da245cd6a8ab502cdb5b010c39840681871007 authored over 5 years ago by An Tao <[email protected]>
Update README.md

3e4a650d9c7d50a6849a674ceb292dfb3389b058 authored over 5 years ago by An Tao <[email protected]>
Update README

1a5845d06c8242990b6bab90c6f4d974b5eadb35 authored over 5 years ago by antao <[email protected]>
Update the README

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

Add matchedPathPattern() interface in the HttpRequest class

96f9862ba4de050a21f9590b2956781b4b8fa9ca authored over 5 years ago by An Tao <[email protected]>
Add matchedPathPattern() interface in the HttpRequest class

Change version to 0.9.31

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

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

Fix a compilation warning

5a9ecd4327000d0b6aa15bb0a7a5447fe2a4da3b authored over 5 years ago by An Tao <[email protected]>
Fix a compilation warning

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

Modify HttpRequestParser to handle invalid requests

c9743400f1ad8d18e76f377513911be81bb88606 authored over 5 years ago by An Tao <[email protected]>
Add a Dockerfile

3ba18b2102734b943f3da58e49c48043ae586197 authored over 5 years ago by antao <[email protected]>
Modify HttpRequestParser to handle invalid requests

db266d9aad774f6ba68e3cb551fb64ae461ccca2 authored over 5 years ago by antao <[email protected]>
Add a docker badge

62f152b945b9b473efebdde6350bfd9a41dc4c76 authored over 5 years ago by antao <[email protected]>
Rename the InnerIpFilter class

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

Adapt ipv6

8d6a1ed6435c98ccfa36fcb3273e4c6412fc95af authored over 5 years ago by An Tao <[email protected]>
Adapt ipv6

0e447a1f9eccd94c13f5d6f063c66370385cc3f8 authored over 5 years ago by an-tao <[email protected]>
Update trantor for ipv6

93bd3b11d7bb1d758b53eca3f487cbd3d0bca368 authored over 5 years ago by an-tao <[email protected]>
Update the submodule trantor

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

Add configuration options that limit the number of keep-alive requests

322e7672d236002693aafc5333550b6d4bacce5c authored over 5 years ago by An Tao <[email protected]>
Add configuration options that limit the number of keep-alive requests

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

Modify some functions

bba1756ecb76718687f7e3cdf05a4da2e3f8ee9f authored over 5 years ago by An Tao <[email protected]>
Modify some functions

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

Modify the drogon_ctl command

d4710d3da7ca9e73b881cbae3149c3a570da8de4 authored over 5 years ago by An Tao <[email protected]>
Modify the drogon_ctl command

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

Modify the PgConnection class

8575951052ce38256c0d575ac8b4c940a3eb6ba6 authored over 5 years ago by An Tao <[email protected]>
Change version to 0.9.30

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

c7011b85f4e1394b9272d18696029eb1fd497065 authored over 5 years ago by antao <[email protected]>
Update README.md

4661ffb854bc6fdc91ab0681703ad36fce006f25 authored over 5 years ago by An Tao <[email protected]>
Merge pull request #70 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

809c48d86ab9f8c700df1ebe9499c6c99ca6252c authored over 5 years ago by An Tao <[email protected]>
Add Gitter badge

0225addd610daf1a5a58f755d6cec84c36d2faed authored over 5 years ago by The Gitter Badger <[email protected]>
Merge pull request #69 from an-tao/dev

Modify some database classes

32275dfa58ca9354f6fc81b942f9fcd02b76d409 authored over 5 years ago by An Tao <[email protected]>
Modify some database classes

801cb8aa35e40582964fde25519a62732245d8eb authored over 5 years ago by antao <[email protected]>
Update README.md

37d96bb6fdfcf8929cb9800e07e88f5fcfcc25ec authored over 5 years ago by An Tao <[email protected]>
Merge pull request #68 from an-tao/dev

Optimize the 'setMethod' function in the HttpRequestImpl class

018478f44d182e4470de45a5202508cc737934ac authored over 5 years ago by An Tao <[email protected]>
Modify some comments

b39dd52a871cf940cc1dac4fe4db2e1336fad1f9 authored over 5 years ago by antao <[email protected]>
Optimize the 'setMethod' function in the HttpRequestImpl class

2e24d8c7f59c565893b7e3125b62a7c7156c3231 authored over 5 years ago by antao <[email protected]>
Remove unnecessary comparisons from regular expression matching and change version to 0.9.28

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

* Modify the httpserver class to support processing multiple requests at once
* Delay parsing p...

4b4e8c56d280fd9245c5a56fabdaa0c8d43b6339 authored over 5 years ago by An Tao <[email protected]>
Delay parsing parameters untils needed

7232536aeec43c4eb118b865200428d01ce2aa27 authored over 5 years ago by antao <[email protected]>
Modify the httpserver class to support processing multiple requests at once

bbd840bd3b59f2f74f72e6b0b5e3e5ba473482dd authored over 5 years ago by an-tao <[email protected]>
Update README.md

253e66b587810e07926fda4830760e899df3090b authored over 5 years ago by An Tao <[email protected]>
Merge pull request #66 from an-tao/dev

Do some optimization

cf29b0805007ebcd8d6591aa7945ce2ca4c1371f authored over 5 years ago by An Tao <[email protected]>
Do some optimization

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

Change version to 0.9.27

e5cce2e2c0eae50b270bb7ea63abae4c37c76dc3 authored over 5 years ago by An Tao <[email protected]>
Change version to 0.9.27

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

Add an interface to set the 'Server' header field, the user can use the app().setServerHeaderFie...

d7e8044399bfaefbdd00d62fbd4f8b29053868ac authored over 5 years ago by An Tao <[email protected]>
Add an interface to set the 'Server' header field

e0147fac8bf1977126895b941e2d6603fbf2e86d authored over 5 years ago by antao <[email protected]>
Fix a new bug in last commit

0f51ac56c0903948be4b489b790bf45855fe572c authored over 5 years ago by an-tao <[email protected]>
Update the submodule trantor

c06affed2ac5a73cb1ebae2a5ef8750cc7370f3f authored over 5 years ago by antao <[email protected]>
Add the getParameter() method into the HttpRequest class

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

Add htmlTranslate() method

89cac562cf97bcba544a90b951e0cf0bf9653a57 authored over 5 years ago by An Tao <[email protected]>
Change version to 0.9.26

769a9a83dd9fc7d738c5c5a479a7890c96532974 authored over 5 years ago by antao <[email protected]>
Add htmlTranslate() method

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

Add an asynchronous interface for transaction creation

082f895e296baa7477d77e838bb50401d142a623 authored over 5 years ago by An Tao <[email protected]>