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

Modify HttpSimpleController.h

6745d703db0d07195a3ac040e051ed28e0d8595d authored almost 6 years ago by antao <[email protected]>
Add Http method constraints

acc26c077609591721c09db1334745934d8ed615 authored almost 6 years ago by antao <[email protected]>
Fix a bug of Http HEAD method

d283ba193afffd87af297bcde20ae7ef4d862752 authored almost 6 years ago by antao <[email protected]>
Update CMakeLists.txt

1d4c4ef897cb85ca8dd12e9e261355e59c081564 authored almost 6 years ago by antao <[email protected]>
Update CMakeLists.txt

5da68027e89c57cc5a8312a170242b06df5d4906 authored almost 6 years ago by antao <[email protected]>
Update a header file

3246587375a7872ffe2c021b3d608149d0c7cf96 authored about 6 years ago by antao <[email protected]>
Add drogon.h for drogon users

2008b1fce6bcd21cebedeeb6cd4b94f7d7f22f37 authored about 6 years ago by antao <[email protected]>
Delete an unused function

3c57efe5b68116147b616eb66a4934b2364314e3 authored about 6 years ago by antao <[email protected]>
Update CMakeLists.txt for using older basename command

8df7b9c69a532402c19ca4e6ebc8fa2b1403240b authored about 6 years ago by antao <[email protected]>
Modify path matching

40a116193ca319026bbc68d711bb1f64de0cd321 authored about 6 years ago by antao <[email protected]>
Update cmake template file in drogon_ctl

1b37db12e0a5c037b59d05af5b094f5b65b6ae68 authored about 6 years ago by antao <[email protected]>
Merge pull request #5 from an-tao/add_drogon_template

1. Add DrTemplate class to make views.
2. Add support for view nesting.

3ccb1490a97584979b038ed9dfbb12519fe62c8f authored about 6 years ago by an-tao <[email protected]>
Add support for view nesting

c86ec77d26a2889653432eac6444ba8eeefa1633 authored about 6 years ago by antao <[email protected]>
Add DrTemplate class implementing a simple but powerful template language for C++

4f8dbfa5d9a864cf5790961f78a1e5e3f36d880a authored about 6 years ago by antao <[email protected]>
Optimize regular expressions

8e92c42c29f0c2f6a228c459042eb911c6f511c3 authored about 6 years ago by antao <[email protected]>
Merge pull request #4 from an-tao/remove_boost_any

Use std::experimental::any to instead of boost::any in early version gcc

a50ba92ee0d2011eddb4154b5d1895dc1714b1d0 authored about 6 years ago by an-tao <[email protected]>
Change version to 0.9.4

112a5410446efb98c66efd0c7582bceb2aa0a64b authored about 6 years ago by antao <[email protected]>
Fix a bug of any_cast

b217644ba93cc6ba3de188f3fb53dad8f0cff4f7 authored about 6 years ago by an-tao <[email protected]>
Remove boost::any

23b8d7447a7fccbdfed271c4cfdf35a2125fcbd8 authored about 6 years ago by antao <[email protected]>
Modify drogon_ctl

e3ee8873c5eefa0c5b5829ba301464dcb28b7fc5 authored about 6 years ago by an-tao <[email protected]>
Modify the policy of using the sendfile() system call

a5bdadc3a35ebd4613ad15ff2591d9116ce58c6c authored about 6 years ago by antao <[email protected]>
Merge pull request #3 from an-tao/cache_static_file

Cache static files for several seconds to promote the performance

3bca1cdb0b3bd719713835ec773b48d9aa6b9484 authored about 6 years ago by an-tao <[email protected]>
Modify log output

5362de9a58a30cf5d35c0c550b49c244b5b27189 authored about 6 years ago by antao <[email protected]>
Modify log output

b81584ff2e00f462bc20585fc44fb10de2c7dd88 authored about 6 years ago by an-tao <[email protected]>
Optimize files caching

4ac5544a54f946b7a7b8439a957ecc46c08609c5 authored about 6 years ago by antao <[email protected]>
Modify framework for request header 'If-Modified-Since' (please refer to rfc2616-14.25)

944c9813932757ffa8d41467e2d01a881e3a064d authored about 6 years ago by antao <[email protected]>
Modify HttpAppFrameworkImpl for static files cache

0787f6392285b01d263d93dfd680a13d7dfef2f8 authored about 6 years ago by antao <[email protected]>
Modify drogon_ctl

b539b5231c4f05ce34698ad7e9f9f7b39458694f authored about 6 years ago by antao <[email protected]>
Adjust critical area protected by _staticFilesCacheMutex

af8a1ef15a7b12b6de1507333ddaafb242368354 authored about 6 years ago by antao <[email protected]>
Cache the static files response

91817216799b6c629abc876c434419eadf92346f authored about 6 years ago by antao <[email protected]>
Handle the details of the OpenSSL library

30ab9e09b1a6f6b7c1d7a5516ced100829e7a2b9 authored about 6 years ago by an-tao <[email protected]>
Format all files

c9b3dcd9c248873bee06fcfe34624f1e258d806a authored about 6 years ago by antao <[email protected]>
Modify examples

cd6fab7a39d1a5a77ce2d5641fcb555bcda88cbe authored about 6 years ago by antao <[email protected]>
1.Add gzip option in config file;

2.rename config example file's name

93a07ed17ab321eccc7dd779d24f081ae2480a5e authored about 6 years ago by antao <[email protected]>
Change version to 0.9.3

f6c50f2370a41daf925322f890c8b95568d0c5ed authored about 6 years ago by antao <[email protected]>
Optimize response caching

0a3d27a5b08f2cbb923fc7aee4b69125323aec57 authored about 6 years ago by antao <[email protected]>
Merge pull request #2 from an-tao/cache_response

Cache response

74e46d9b02332887bff5307c367df6239d0155c7 authored about 6 years ago by an-tao <[email protected]>
Modify ConfigLoader

4d46b77ea46e45d53ddd3db3917baba3154ef995 authored about 6 years ago by antao <[email protected]>
Fix a timer bug for daemon mode

79c6bb4e0ac6aa0fc827b8c813cea0466160f892 authored about 6 years ago by an-tao <[email protected]>
Make a copy of cached response to send

60fae7d1c16462864b2c2ad98061bf663a4f3c3d authored about 6 years ago by antao <[email protected]>
Modify CacheMap

602d53ee9d5a45c25546cf840f232ffb290d9af4 authored about 6 years ago by an-tao <[email protected]>
Simplify the response caching logic

9322fcbc54affa7fa163a2ebde56845093f4bb49 authored about 6 years ago by an-tao <[email protected]>
Modify HttpAppFrameworkImpl

53179826254fc3173ed9520df1b74d27444a49a2 authored about 6 years ago by antao <[email protected]>
Add test method in simple_example

d5202f11fac3ddc27acfeb7c0c1019af36e61c67 authored about 6 years ago by antao <[email protected]>
Decrease map searching

520c00425997c69ddbb72441cb5bfe3e0949475e authored about 6 years ago by an-tao <[email protected]>
Add response cache

16f7af90d33ad4ac6f677cb67f90103a3f759e21 authored about 6 years ago by antao <[email protected]>
Fix a compiling warning

4171f54c41b0af246ed87b177700ac37f8843fe6 authored about 6 years ago by an-tao <[email protected]>
Optimize function getHttpFullDate()

94b76120a5e34546e610252066de421aa799d3a1 authored about 6 years ago by antao <[email protected]>
Update HttpResponseImpl

efb7fce2b961590f57df75971d8f6cde603e4901 authored about 6 years ago by antao <[email protected]>
Modify HttpResponseImpl

bc0a8448928e36a4d34817b7607729971f668b99 authored about 6 years ago by antao <[email protected]>
Merge pull request #1 from an-tao/newCacheMap

Use multi-level wheels to increase the maximum timeout of the CacheMap, up to 50 years by defaul...

38111a4ac8a388b3ae3517721c0ffce62daa3cce authored about 6 years ago by an-tao <[email protected]>
Make CacheMap safely destruct

c0a0e7441496fe9ef224dfaa93472e6e3ee6f247 authored about 6 years ago by antao <[email protected]>
Modify CacheMap to avoid race conditions

b87276f4e423526e0cb1e0492c0629588152e601 authored about 6 years ago by an-tao <[email protected]>
Update trantor

f10ccb6e03ed1ed2c7d9f1ebdd5ace83e02512dc authored about 6 years ago by antao <[email protected]>
Update trantor

36f18875ec5ca47c72a68653cc7f08bc688b3ba4 authored about 6 years ago by antao <[email protected]>
Fix some warnings

171140938e2a46f42520f301413fab5d7f869e84 authored about 6 years ago by an-tao <[email protected]>
Fix some bugs in CacheMap

9c8604cc95d6c53a2c53c38e119baa087da2a35a authored about 6 years ago by antao <[email protected]>
Modify CMakeLists.txt

b7738f91e7f104eb27c14aa33ddb5b84c4b2f89f authored about 6 years ago by antao <[email protected]>
Use multiple wheels in CacheMap

c0ad2c34704d153a308b9305c2651677a4761571 authored about 6 years ago by antao <[email protected]>
Including some header files for linux

a05b846fe3e58d3cc60ad821e13a1cae10fb52ea authored about 6 years ago by an-tao <[email protected]>
Add 'log_level' config option

900cc6230604e93d0f1ad8ef721004fe01bceebb authored about 6 years ago by antao <[email protected]>
Add formattedString method

0a0cb2cb76f56063a5eb62fbcf0e5e1b92118db5 authored about 6 years ago by antao <[email protected]>
Add some methods in class HttpViewData

b192790ddfafdfc6a55240ede2b84a1b14126b0a authored about 6 years ago by antao <[email protected]>
Update version

0a8354457cd138e7a184446c77b587b70419e40f authored about 6 years ago by antao <[email protected]>
Modify create view command of drogon_ctl

0c6f39c34dcd690581575b6926125368a6bb03c3 authored about 6 years ago by antao <[email protected]>
Update CMakeLists.txt

0382d2ac836bab8fde1a388827cba5e645b2b0b8 authored about 6 years ago by antao <[email protected]>
Update get_version.sh

3a26cb0f1b60558e3a4d72ad6d7f253266bff754 authored about 6 years ago by antao <[email protected]>
Merge branch 'master' of https://github.com/an-tao/drogon

a4b8d1d4216f2452c7d8ecfbc6ed0ac31d521d34 authored about 6 years ago by an-tao <[email protected]>
Update get_version.sh

61ff3399b11172c462d846d4b26020ee2a994220 authored about 6 years ago by an-tao <[email protected]>
Update config.json.example

d129e43cccb2fdc8f2d6c5fe3eb22ccf7ae40ba4 authored about 6 years ago by antao <[email protected]>
Update README.md

d008bda302bff7a1faaa6f601c4ce4bf17734086 authored about 6 years ago by an-tao <[email protected]>
1.Simplify the FunctionTraits;

2.Fix simple_example's bugs

d04efa98b21cca1db2082e8790c0e239e040064b authored about 6 years ago by antao <[email protected]>
Add config option max_connections_per_ip

0cd9a2cee3757e97be55f1e716627fe9ce96902f authored about 6 years ago by antao <[email protected]>
Merge branch 'master' of https://github.com/an-tao/drogon

f4c88403081d5cfed66c9b0a7a89f324a8c2e21d authored about 6 years ago by antao <[email protected]>
Update trantor

c4a6793ca693e620ff478c89232519c591218ed7 authored about 6 years ago by antao <[email protected]>
Modify drogon_ctl

2d6dbc88931f051528b70da48e04bf9f5b17527c authored about 6 years ago by an-tao <[email protected]>
Fix some compilation warnings

0d3e9e6e74e1ea7ef408bfab1134702078b9b227 authored about 6 years ago by an-tao <[email protected]>
Merge branch 'master' of https://github.com/an-tao/drogon

60aa9c7f0b314e353a04ec91b5338b0cf94a52e5 authored about 6 years ago by antao <[email protected]>
Use sendfile() system-call

5238da4df75f7c29522cfd1abdd2197e892e901f authored about 6 years ago by antao <[email protected]>
Update trantor

575d28e77d62e07eeadda0dae497fd05acacb4f1 authored about 6 years ago by an-tao <[email protected]>
Fix bugs of non-virtual destructor

735d423fa55b65ab1fd5b7bc3004b87ec7dc1510 authored about 6 years ago by antao <[email protected]>
Update README.md

01ea43a5a79014b9002e1dc00fe3f39da3247a07 authored about 6 years ago by an-tao <[email protected]>
Update trantor

1d90dfe20472b68ff7cd8feb4333d027b38299ff authored about 6 years ago by antao <[email protected]>
Update CMakeLists.txt

868ac73345019c398e6f12249dc4050efdd336a8 authored about 6 years ago by antao <[email protected]>
Add annotation

c1c0170c63b8d8bba35a780d0672b3d10a223dfd authored about 6 years ago by an-tao <[email protected]>
Fix a destructor bug

6eb36630760cf6df436e9b7b7abacc3a937a39e7 authored about 6 years ago by an-tao <[email protected]>
Rename config file

18ca4f7659abce97c0943a176fbda53af50bfba0 authored about 6 years ago by antao <[email protected]>
Modify enableDynamicViewsLoading

da5270f259a7633378f498b6facf094be78d8c74 authored about 6 years ago by an-tao <[email protected]>
Fix drogon_ctl bug

1fafb8289c4caa10e0d8467cae6efd20eabd5d45 authored about 6 years ago by an-tao <[email protected]>
Modify drogon_ctl

fd78b4eb40789522ad659d77b044716ee6fefe36 authored about 6 years ago by antao <[email protected]>
Modify drogon_ctl

077f641d7515e3f3115bee24bdda7038f3bf484e authored about 6 years ago by antao <[email protected]>
Modify drogon_ctl

1db4e6bcd52ca3f7a80410497a4095abdd6e56fe authored about 6 years ago by antao <[email protected]>
1.Use OpenSSL as an optional lib;2.Add SHA1 test

649f6f3925fed7692a64ca6d8dc5c8731690e42e authored about 6 years ago by an-tao <[email protected]>
Modify sha1 method

1f5ab069f93756e4170df1ddf221939d717c8d64 authored about 6 years ago by antao <[email protected]>
Add SHA1 function when no openssl

8444c58e6438427809e32f6a78cac418e1785e28 authored about 6 years ago by antao <[email protected]>
Fix a bug for jsoncpp1.7 version

d20caa2dbb5060d7c9caf4831942a4395c4ac9de authored about 6 years ago by an-tao <[email protected]>
Modify drogon_ctl

c62f681b2cf70932234ad949e55bb3954ce08f99 authored about 6 years ago by antao <[email protected]>
Update CMakeLists.txt

aaea4fb5ca654f8fe7cb3882a1b08f35c24e0ce5 authored about 6 years ago by antao <[email protected]>
Update trantor

4897c29a672b0b5409d69cee2ca510ad00d4282d authored about 6 years ago by antao <[email protected]>
Optimization

f1f41201b913f03659287b5f7845134d0ca685a7 authored about 6 years ago by antao <[email protected]>