Commit Graph

737 Commits

Author SHA1 Message Date
An Tao 5780042f8f
Merge pull request #34 from an-tao/dev
Support gzip on the client side
2019-01-21 13:52:00 +08:00
an-tao 827a60f8de Add a header file including 2019-01-21 13:44:50 +08:00
antao 856aedbf47 Support gzip on the client side 2019-01-21 13:37:53 +08:00
antao c4591fc11d Remove an unused file 2019-01-20 12:11:39 +08:00
An Tao c14f20b51e
Merge pull request #33 from an-tao/dev
Forbid to download files from the parent folder
2019-01-19 23:08:33 +08:00
antao ec7e8a1040 Forbid to download files from the parent folder 2019-01-19 22:57:07 +08:00
antao 8f7adc4ae7 Modify the webapp_test 2019-01-19 14:13:31 +08:00
An Tao 8c6c549b9d
Merge pull request #32 from an-tao/dev
Add a test client for the simple example
2019-01-19 14:02:09 +08:00
antao c26f536255 Update the submodule trantor 2019-01-19 13:50:35 +08:00
antao 5fd8571292 Change the listening port 2019-01-19 13:44:24 +08:00
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