Commit Graph

872 Commits

Author SHA1 Message Date
antao
189c537c29 Support host strings with IPv6 address in the HttpClient class 2019-04-24 16:48:03 +08:00
antao
e460fc54d3 Update the submodule trantor 2019-04-24 16:29:45 +08:00
An Tao
6dab582039
Merge pull request #130 from an-tao/dev
Add the getHandlersInfo() method
2019-04-24 15:31:06 +08:00
antao
32c14631fa Add the getHandlersInfo() method 2019-04-24 14:38:07 +08:00
antao
863084f26a Add a diagram for AOP join points 2019-04-22 16:11:28 +08:00
An Tao
1ecec4b062
Merge pull request #129 from an-tao/dev
Modify AOP
2019-04-19 12:55:47 +08:00
an-tao
f6411812d5 Modify AOP 2019-04-18 23:18:13 +08:00
An Tao
a9c4205d92
Merge pull request #128 from an-tao/aop
Add support for AOP
2019-04-18 21:30:08 +08:00
antao
1bc07c5197 Add support for AOP 2019-04-18 18:37:31 +08:00
An Tao
c1b5a240cb
Merge pull request #125 from an-tao/dev
Add some methods using std::chrono_literals
2019-04-14 14:32:21 +08:00
antao
e517f07685 Add some methods using std::chrono_literals 2019-04-14 14:02:37 +08:00
antao
6040404096 Update the submodule trantor 2019-04-14 13:06:56 +08:00
An Tao
d2f38b9b21
Merge pull request #123 from an-tao/cors
Add the OPTIONS method
2019-04-12 22:07:44 +08:00
antao
d5e8bd0b73 Add the OPTIONS method for CORS 2019-04-12 21:45:43 +08:00
An Tao
2d9ca5ae5f
Merge pull request #122 from an-tao/optimize-db
Optimize database operations
2019-04-11 07:59:25 +08:00
antao
9703439b8d Optimize database operations 2019-04-10 23:27:44 +08:00
An Tao
dc4f8aac38
Merge pull request #119 from an-tao/dev
Add the setCustom404Page() method
2019-04-09 11:28:06 +08:00
antao
1e6a532ed3 Add the setCustom404Page() method 2019-04-09 11:03:16 +08:00
An Tao
f13f330f3e
Merge pull request #117 from an-tao/dev
Modify the implementation of WebSocket
2019-04-08 17:10:33 +08:00
antao
e87c9a75f6 Modify the implementation of WebSocket 2019-04-08 16:37:24 +08:00
An Tao
ef90805c6c
Merge pull request #115 from an-tao/dev
Add FastDbClient instances into the main event loop
2019-04-07 14:12:31 +08:00
antao
6af398ff5a Add FastDbClient instances into the main event loop 2019-04-07 13:49:35 +08:00
An Tao
4ea05bc606
Merge pull request #114 from an-tao/dev
Modify the pipeling test
2019-04-07 13:21:46 +08:00
antao
3a587ab90b Modify the pipeling test 2019-04-07 12:15:02 +08:00
antao
705250eb90 Update version to 0.9.32 2019-04-07 01:25:38 +08:00
An Tao
ea12d4c767
Merge pull request #112 from an-tao/websocket_client
Add WebSocket client support
2019-04-07 01:19:23 +08:00
antao
b96eb04859 Add WebSocket client support 2019-04-07 00:46:22 +08:00
antao
62f268d837 Update trantor 2019-04-07 00:45:23 +08:00
antao
ade1e5d31a Update LICENSE 2019-04-05 18:46:19 +08:00
An Tao
dc07451ddf
Merge pull request #110 from an-tao/dev
Make WebSocket suitable for Firefox browser
2019-04-05 13:55:34 +08:00
antao
66c518949d Make WebSocket suitable for Firefox browser 2019-04-05 13:33:02 +08:00
An Tao
524ad6ce22
Merge pull request #108 from an-tao/dev
Fix a websocket bug in Linux and add ws_test.html for testing
2019-04-05 11:58:08 +08:00
antao
d2bb1c10a7 Fix a websocket issue in Linux 2019-04-05 11:36:04 +08:00
antao
40dc13f0bd Add ws_test.html for websocket testing 2019-04-05 09:54:26 +08:00
An Tao
74a79ef3cc
Merge pull request #106 from an-tao/dev
Enhance HttpClient to support pipelining
2019-04-05 09:43:35 +08:00
antao
62fad73bc9 Enhance HttpClient to support pipelining 2019-04-05 01:50:29 +08:00
An Tao
d07d1ee7db
Merge pull request #105 from an-tao/dev
Modifying URL encoding of HTTP requests
2019-04-03 08:09:28 +08:00
an-tao
e128a27c58 Modifying URL encoding of HTTP requests 2019-04-03 00:17:30 +08:00
An Tao
d2e654e931
Merge pull request #103 from an-tao/absolute_path
Add a method to specify absolute paths in HttpController
2019-03-31 20:03:54 +08:00
antao
d216a663aa Modify the HttpController template to be able to specify absolute paths in HttpController 2019-03-31 19:32:16 +08:00
antao
92fa1f83e4 Update test.sh and config.example.json 2019-03-31 18:30:06 +08:00
An Tao
e76e49cc7a
Merge pull request #101 from an-tao/dev
Update test.sh for testing drogon_ctl
2019-03-31 01:05:43 +08:00
antao
7ffd47101f Update test.sh for testing drogon_ctl 2019-03-31 00:27:12 +08:00
An Tao
d0b9ed84ff
Merge pull request #99 from an-tao/custom_ctrl
Provides a way for users to create and initialize controllers
2019-03-30 23:46:10 +08:00
antao
737c9bba8b Provides a way for users to create and initialize controllers and filters with non-default constructors. 2019-03-30 23:09:22 +08:00
An Tao
9f63f434ea
Merge pull request #98 from an-tao/plugins
Add support for plugins
2019-03-29 16:25:07 +08:00
antao
aad06fdc3a Add support for plugins 2019-03-29 15:34:14 +08:00
antao
fd5c02c89f Update README.md and the submodule trantor 2019-03-28 09:52:35 +08:00
An Tao
ff79a2ddb5
Merge pull request #96 from an-tao/dev
Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
2019-03-27 20:50:50 +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