antao
|
e696553b3d
|
Change the callback type in Filters and AOP Advices to the r-reference type
|
2019-05-09 13:57:33 +08:00 |
|
antao
|
00049c0d23
|
Change the type of the callback in HTTP request handlers to r-reference type
|
2019-05-09 11:25:25 +08:00 |
|
antao
|
66c6441c96
|
Return index.html to the client requesting '/'
|
2019-05-07 23:19:26 +08:00 |
|
antao
|
a85c64ac69
|
Add two configuration options: the client_max_body_size and the client_max_websocket_message_size
|
2019-05-07 14:04:37 +08:00 |
|
antao
|
0a27394cca
|
Change version to 0.9.33
|
2019-05-05 15:43:17 +08:00 |
|
antao
|
2efa183b93
|
Implement gzip_static
|
2019-05-03 14:44:20 +08:00 |
|
antao
|
e48692939c
|
Modify some interfaces
|
2019-04-29 14:47:23 +08:00 |
|
antao
|
fa9376b89a
|
Change escapes from '{{}}' to '[[]]' in views
|
2019-04-25 14:36:42 +08:00 |
|
antao
|
3a587ab90b
|
Modify the pipeling test
|
2019-04-07 12:15:02 +08:00 |
|
antao
|
b96eb04859
|
Add WebSocket client support
|
2019-04-07 00:46:22 +08:00 |
|
antao
|
62fad73bc9
|
Enhance HttpClient to support pipelining
|
2019-04-05 01:50:29 +08:00 |
|
antao
|
92fa1f83e4
|
Update test.sh and config.example.json
|
2019-03-31 18:30:06 +08:00 |
|
antao
|
7ffd47101f
|
Update test.sh for testing drogon_ctl
|
2019-03-31 00:27:12 +08:00 |
|
antao
|
aad06fdc3a
|
Add support for plugins
|
2019-03-29 15:34:14 +08:00 |
|
antao
|
8ae07ce195
|
Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR in CMakeLists.txt files
|
2019-03-27 19:32:09 +08:00 |
|
antao
|
ff3d87da13
|
Modify config.example.json
|
2019-03-27 13:11:02 +08:00 |
|
antao
|
66456eae1a
|
1. Add the getCustomCOnfig() method.
2. Add some comments.
|
2019-03-25 17:44:22 +08:00 |
|
antao
|
894b634b22
|
Adjust the execution order inside the run() method
Modify the configuration of fast database clients
Modify the ConfigLoader class
|
2019-03-23 11:26:21 +08:00 |
|
antao
|
db72840fc2
|
Move utility functions to the utils namespace
|
2019-03-21 17:47:45 +08:00 |
|
antao
|
250781ac08
|
Add configuration options that limit the number of keep-alive requests
|
2019-03-12 18:22:13 +08:00 |
|
antao
|
d63423545b
|
Modify the drogon_ctl command
|
2019-03-09 10:31:58 +08:00 |
|
antao
|
801cb8aa35
|
Modify some database classes
|
2019-03-07 11:56:20 +08:00 |
|
antao
|
b39dd52a87
|
Modify some comments
|
2019-03-06 15:57:05 +08:00 |
|
antao
|
e0147fac8b
|
Add an interface to set the 'Server' header field
|
2019-03-02 09:27:45 +08:00 |
|
antao
|
7f21f45a1b
|
Add the fast db client enablation option
|
2019-02-20 13:23:50 +08:00 |
|
antao
|
e7dbb3bbc5
|
Remove 'using namespace drogon' from public headers
|
2019-02-02 13:45:40 +08:00 |
|
antao
|
7041783579
|
Modify code style
|
2019-02-02 11:34:00 +08:00 |
|
antao
|
022132c33e
|
Add json format response benchmark
|
2019-01-31 10:23:12 +08:00 |
|
antao
|
7c8432add0
|
Support http request in json format
|
2019-01-22 23:00:14 +08:00 |
|
an-tao
|
d5d90d2f6f
|
Modify code style
|
2019-01-21 23:59:28 +08:00 |
|
an-tao
|
ef389b6ec9
|
Organize code style
|
2019-01-21 22:25:20 +08:00 |
|
antao
|
a9e9ced331
|
Use references instead of values in range-based for loop
|
2019-01-21 17:39:31 +08:00 |
|
antao
|
01de7f4f1e
|
Remove expired filter classes
|
2019-01-16 10:03:11 +08:00 |
|
antao
|
926ac48b49
|
Modify drogon_ctl
|
2018-12-29 18:02:39 +08:00 |
|
antao
|
bc52c121d5
|
Add sqlite3 support to the configuration file
|
2018-12-29 17:17:50 +08:00 |
|
antao
|
3dc6e6c6c1
|
Modify eventloop in the Sqlite3Connection class
|
2018-12-29 16:56:50 +08:00 |
|
antao
|
787120dda4
|
Add support for sqlite3 models
|
2018-12-29 13:12:36 +08:00 |
|
antao
|
99a03159c5
|
Fix bugs of the Sqlite3ResultImpl class
|
2018-12-29 13:12:36 +08:00 |
|
antao
|
9ee1ee929c
|
Update the drogon_ctl command to support sqlite3
|
2018-12-29 13:12:36 +08:00 |
|
antao
|
e69697466d
|
Update the submodule trantor
|
2018-12-24 10:47:20 +08:00 |
|
antao
|
3d8d74b78c
|
Modify config.csp of the drogon_ctl command
|
2018-12-24 09:44:29 +08:00 |
|
antao
|
c9f842fe93
|
Modify the help information of the drogon_ctl
|
2018-12-15 21:37:08 +08:00 |
|
antao
|
2f7fe56814
|
Modify the drogon_ctl
|
2018-12-15 21:21:39 +08:00 |
|
antao
|
71faac9fb2
|
Modify the drogon_ctl
|
2018-12-07 19:08:17 +08:00 |
|
antao
|
032aa19a53
|
Modify file formats and comments
|
2018-12-07 15:50:18 +08:00 |
|
antao
|
87153fbf3e
|
Update the drogon_ctl
|
2018-12-06 14:09:40 +08:00 |
|
an-tao
|
afe0eca5e8
|
Fix a compiler warning
|
2018-12-04 22:46:33 +08:00 |
|
antao
|
a72fc5e433
|
Update the configuration file
|
2018-12-04 17:11:39 +08:00 |
|
antao
|
78c6249bd7
|
Modify the drogon_ctl
|
2018-12-03 18:39:44 +08:00 |
|
antao
|
52546b7846
|
Modify the model generator for time-type columns
|
2018-12-03 10:13:31 +08:00 |
|