Commit Graph

727 Commits

Author SHA1 Message Date
antao
38e8148b56 Add a test client for the simple example 2019-01-19 12:26:03 +08:00
An Tao
5ae35abc5b
Merge pull request #31 from an-tao/dev
Optimize routing
2019-01-19 01:59:49 +08:00
antao
2094ce217a Optimize routing 2019-01-19 01:31:14 +08:00
antao
c4987f690b Optimize routing algorithm 2019-01-18 17:42:46 +08:00
antao
1227609ec3 Update the README 2019-01-18 13:18:33 +08:00
An Tao
68a7a6b5e4
Merge pull request #30 from an-tao/dev
Minor edits
2019-01-18 10:41:00 +08:00
antao
89c5e4e6e6 Minor edits 2019-01-18 10:30:39 +08:00
antao
ab6faf3376 Add some comments 2019-01-18 10:30:39 +08:00
An Tao
0e564fcfeb
Merge pull request #29 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
2019-01-18 10:29:19 +08:00
The Codacy Badger
7af497864e Add Codacy badge 2019-01-18 02:23:32 +00:00
An Tao
d1ae4fcc2d
Merge pull request #28 from an-tao/dev
Split the HttpAppFrameworkImpl class
2019-01-17 14:23:12 +08:00
antao
f4b6c6a5e2 Change the version to 0.9.15 2019-01-17 14:16:02 +08:00
antao
38966e09d4 Split the HttpAppFrameworkImpl class 2019-01-17 13:51:25 +08:00
An Tao
d4a009f253
Merge pull request #27 from an-tao/dev
Modifying the routing algorithm of HTTP controllers
2019-01-17 00:40:35 +08:00
an-tao
5c96c4e6a2 Modifying the routing algorithm of HTTP controllers 2019-01-17 00:12:58 +08:00
An Tao
b05e56ff6b
Merge pull request #26 from an-tao/HttpBinder
Modify the HttpBinder class template
2019-01-16 19:44:48 +08:00
antao
f36ccf851d Modify the getObj() function template 2019-01-16 19:26:45 +08:00
antao
0b53021358 Modify the HttpBinder class template 2019-01-16 18:39:48 +08:00
antao
01de7f4f1e Remove expired filter classes 2019-01-16 10:03:11 +08:00
antao
7661b8ed88 Change the vertion to 0.9.14 2019-01-15 18:25:54 +08:00
An Tao
9156058c79
Merge pull request #25 from an-tao/DbClient
Modify the DbClientImpl class
2019-01-15 18:18:31 +08:00
an-tao
f20b9199e1 Increase the size of the sql command bufferr 2019-01-15 18:09:21 +08:00
antao
bbb810949e Modify the DbClientImpl class 2019-01-15 17:55:09 +08:00
antao
7ae8f58bb8 Modify the Result class 2019-01-15 13:21:40 +08:00
antao
0b4fd04228 Modify the genRandomString() function 2019-01-14 17:11:32 +08:00
antao
5c69d56355 Update the submodule trantor 2019-01-13 12:35:11 +08:00
antao
6d03ea4f2b Change the version to 0.9.13 2019-01-13 10:43:32 +08:00
antao
ffbf244b73 MysqlConnection:Automatic reconnection 2019-01-12 22:18:35 +08:00
An Tao
40906894ef
Merge pull request #24 from an-tao/createDbClient
Modify the createDbClient method
2019-01-12 11:33:25 +08:00
an-tao
2d80158152 Modify the createDbClient method 2019-01-12 11:10:51 +08:00
antao
cdbb55643a Update the submodule trantor 2019-01-11 18:17:04 +08:00
antao
daff2ec427 Modify the Sqlite3Connection class 2019-01-11 17:24:12 +08:00
antao
cd257203f7 Use read-write lock to avoid the race condition of sqlite3 database operation 2019-01-11 15:01:25 +08:00
antao
52dceb45c2 Modify the constructor of the DbClientImpl class 2019-01-10 19:12:33 +08:00
antao
59a0431512 Add a mutex 2019-01-10 17:54:51 +08:00
antao
4e704d398d Make pg connections automatically reconnect 2019-01-10 15:54:25 +08:00
antao
e8c7cf3c72 Modify the createDbClient() method 2019-01-10 13:24:03 +08:00
antao
5f108b510d Name threads 2019-01-09 16:23:34 +08:00
An Tao
3eff3853d9
Merge pull request #23 from an-tao/pg
Optimize PostgreSQL client
2019-01-09 14:57:45 +08:00
an-tao
08300f93c2 Modify the constructor of the DbClientImpl class 2019-01-09 14:47:07 +08:00
antao
e1b873ba01 Modify the DbClientImpl class 2019-01-09 13:12:07 +08:00
antao
ac90c80710 Use multiple event loops in the db client 2019-01-09 10:46:58 +08:00
antao
937a2fd136 Optimize PostgreSQL client 2019-01-08 19:37:19 +08:00
antao
fe079a4f7e Fix a bug in the HttpServer class 2019-01-08 09:41:38 +08:00
an-tao
6a4f38bdaf Use any::reset() 2019-01-07 21:19:51 +08:00
an-tao
ee2517c52b Fix a bug of Null ptr 2019-01-07 18:50:56 +08:00
antao
5ea972e5b3 Modify the signature of the createDbClient() method 2019-01-07 16:26:58 +08:00
An Tao
468fcf13e0
Merge pull request #22 from an-tao/urlDecode
Optimize the urlDecode() method
2019-01-07 15:40:57 +08:00
an-tao
8cfdd0424f Fix a compiler warning 2019-01-07 15:25:29 +08:00
antao
1ae7ec6058 Optimize the urlDecode() method 2019-01-07 14:43:06 +08:00