An Tao
20c43b3c2d
Merge pull request #313 from an-tao/ossp_uuid
2019-12-10 07:01:25 +08:00
An Tao
a67ab1db52
Add some unit tests ( #311 )
2019-12-09 22:16:09 +08:00
antao
f1b5f2797c
Update
2019-12-09 17:28:25 +08:00
antao
0a990f4331
Make a patch to support the ossp UUID Library
2019-12-09 17:22:38 +08:00
An Tao
ea43d8127d
Add a reverse proxy example ( #309 )
2019-12-08 08:31:56 +08:00
An Tao
6571e55631
Adding unit tests to Travis CI ( #310 )
2019-12-07 17:43:00 +08:00
An Tao
5bb54cd4cf
Fix a bug in compressing by zlib ( #308 )
2019-12-07 01:26:12 +08:00
antao
d85d8f7821
Update trantor
2019-12-05 15:02:23 +08:00
antao
f9d09d1554
Update drogon version to v1.0.0-beta12
2019-11-30 12:17:53 +08:00
An Tao
5c1c73d9b6
Add the SecureSSLRedirector plugin ( #306 )
2019-11-30 08:35:40 +08:00
An Tao
2784a91dcb
Handle gzip errors safely ( #305 )
2019-11-29 00:28:12 +08:00
An Tao
93c0d7e9da
Reset the flag used to parse json to false before recycling HttpRequest objects ( #304 )
2019-11-28 23:33:50 +08:00
An Tao
51aff1f5eb
Update trantor ( #302 )
2019-11-28 17:46:51 +08:00
Philip Woods
0fa61cded3
path is now explicitly set to '/' when setting JSESSIONID ( #301 )
2019-11-28 09:15:27 +08:00
An Tao
40ffb2d2af
Modify some code styles ( #298 )
2019-11-21 11:27:47 +08:00
An Tao
b34b3a6068
Fix a bug in dg_ctl for creating models of sqlite3 ( #297 )
2019-11-20 13:39:56 +08:00
antao
c89835cca2
Create FUNDING.yml
2019-11-15 12:35:36 +08:00
An Tao
d46a041cba
Modify the Cookie class ( #296 )
2019-11-15 10:26:21 +08:00
An Tao
a8ae91bee0
Make dg_ctl a symlink ( #294 )
2019-11-12 11:34:01 +08:00
antao
139d2db02b
Update drogon version to v1.0.0-beta11
2019-11-06 13:38:23 +08:00
antao
944d1e786d
Delete useless log output
2019-11-05 14:28:17 +08:00
antao
0133e47e8f
Update drogon version to v1.0.0-beta10
2019-11-04 10:19:20 +08:00
Marwan Rabbâa
fc8abadaeb
fix(compilation on alpine): Replace non standard u_short alias ( #292 )
2019-11-03 23:32:37 +08:00
An Tao
a71e37d86e
Modify some type names to meet the Google Style ( #291 )
2019-11-01 19:19:25 +08:00
An Tao
dbf20200fc
Add the headers configuration option for static files ( #290 )
2019-10-31 15:47:12 +08:00
antao
ac377bd650
Update drogon version to v1.0.0-beta9
2019-10-29 14:02:00 +08:00
An Tao
876e21f492
Implement relationships in ORM ( #288 )
2019-10-26 23:44:31 +08:00
An Tao
4868aa964d
Fix a busy loop bug when connections to mysql server are timeout ( #286 )
2019-10-21 19:10:59 +08:00
An Tao
e7b6ba27bb
Make user can use a custom type parameter instead of the first parameter in handlers of HttpControllers ( #284 )
2019-10-19 14:27:34 +08:00
An Tao
3a3a5636e8
Add type conversion methods to the HttpRequest and HttpResponse classes ( #283 )
2019-10-18 22:26:20 +08:00
An Tao
228bac1cfb
Make user can use any string as a placeholder's name in routing patterns ( #282 )
2019-10-17 17:12:52 +08:00
An Tao
d830c4f057
Fix some race conditions ( #280 )
...
* Fix a race condition of static files
* Fix a race condition of 404 pages
2019-10-17 09:23:14 +08:00
Daniel Mensinger
ddc41f7907
Add option to disable setting the 404 status code ( #277 )
2019-10-11 21:54:01 +08:00
An Tao
8f5c757ce2
Modify the quit() method ( #276 )
2019-10-11 17:24:28 +08:00
An Tao
df82728a45
Add interfaces for accessing content of attachments. ( #274 )
2019-10-08 15:46:48 +08:00
WojciechMigda
c9076220ac
Fix size_t underflow ( #272 )
...
This fixes abnormal behaviour when controller without namespace
is being created
2019-10-06 09:43:08 +08:00
An Tao
f9998996a5
Modify cmake configuration ( #271 )
2019-10-04 22:24:34 +08:00
antao
5b40410466
Update drogon version to v1.0.0-beta8
2019-10-04 15:18:09 +08:00
An Tao
e8a6bdc245
Fix some race conditions ( #270 )
2019-10-04 14:17:48 +08:00
Daniel Mensinger
656bd2462b
Do not use smart pointers in thread storage ( #269 )
2019-10-03 19:22:37 +08:00
An Tao
d6e5c1959c
Modify some code of responses cache ( #268 )
2019-10-03 17:50:55 +08:00
An Tao
323bf0693a
Use the IOThreadStorage for responses caching and fast database clients storage ( #267 )
2019-10-03 10:17:54 +08:00
Daniel Mensinger
daf72d3059
Ensure AutoInit can only be used with std::shared_ptr ( #266 )
2019-10-03 01:47:51 +08:00
Daniel Mensinger
ffb8a9d0e4
Thread storage ( #265 )
2019-10-02 22:29:25 +08:00
An Tao
f9d7f589a2
Add the getCurrentThreadIndex() method ( #264 )
2019-10-01 20:33:25 +08:00
An Tao
5605d7d351
Fix a error in setThreadNum method ( #263 )
2019-10-01 01:40:22 +08:00
An Tao
56b9a320b5
Fix a error in HttpClient ( #262 )
2019-10-01 00:58:30 +08:00
An Tao
70eda27427
Add the ability to create restful API controllers ( #244 )
...
* Add the ability to create restful API controllers
* Update the model.json template file
* Modify the 'create controller' command of the drogon_ctl
* access column values by column array indexes instead of column names when constructing an instance of a model class
* Fix a bug of mysql database
* Add some static SQL into models
* Add validations to models
* Add setToNull method to models
* Support 'where in' substatement
* Delay rendering from json to the response body. This allows users to modify the json object before sending a response.
* Add synchronous method to the HttpClient class
2019-09-30 21:34:30 +08:00
An Tao
2cdc060ed7
Add a setCustomContentTypeString() method to the HttpRequest class ( #261 )
2019-09-30 09:27:34 +08:00
Armstrong
1414704b44
add per request attribute store ( #259 )
2019-09-28 21:48:06 +08:00