Commit Graph

801 Commits

Author SHA1 Message Date
antao
db72840fc2 Move utility functions to the utils namespace 2019-03-21 17:47:45 +08:00
an-tao
e341488338 Restore .github folder 2019-03-20 23:26:58 +08:00
An Tao
11d3f46edb
Merge pull request #82 from zhjunjun/master
Add some query tests in db_test.cc for orm_lib
2019-03-20 23:09:42 +08:00
zhangjunjun
a580f89c8b Add query test in db_test.cc for orm_lib 2019-03-20 21:56:56 +08:00
An Tao
15075a2227
Merge pull request #81 from an-tao/dev
Remove an unnecessary null pointer check
2019-03-20 13:00:15 +08:00
antao
fecec81975 1.Remove an unnecessary null pointer check
2.Fix a compilation error for older g++
    3.Update README.md
2019-03-20 11:46:27 +08:00
An Tao
9eb7025d74
Update README.md 2019-03-19 23:21:14 +08:00
An Tao
34ebd7ef58
Update README.md 2019-03-19 23:01:19 +08:00
An Tao
06da245cd6
Update README.md 2019-03-19 20:47:18 +08:00
An Tao
3e4a650d9c
Update README.md 2019-03-19 18:50:58 +08:00
antao
1a5845d06c Update README 2019-03-19 18:26:09 +08:00
antao
f8c5a73c6b Update the README 2019-03-19 18:22:15 +08:00
An Tao
96f9862ba4
Merge pull request #78 from an-tao/dev
Add matchedPathPattern() interface in the HttpRequest class
2019-03-18 11:57:23 +08:00
antao
7ae533671c Add matchedPathPattern() interface in the HttpRequest class
Change version to 0.9.31
2019-03-18 10:44:38 +08:00
antao
58835e0b1b Update submodule trantor 2019-03-18 00:19:04 +08:00
An Tao
5a9ecd4327
Merge pull request #77 from an-tao/dev
Fix a compilation warning
2019-03-17 21:32:10 +08:00
antao
afdb7d26da Fix a compilation warning 2019-03-17 21:09:05 +08:00
An Tao
c9743400f1
Merge pull request #76 from an-tao/dev
Modify HttpRequestParser to handle invalid requests
2019-03-15 18:03:33 +08:00
antao
3ba18b2102 Add a Dockerfile 2019-03-15 17:39:18 +08:00
antao
db266d9aad Modify HttpRequestParser to handle invalid requests 2019-03-15 16:55:36 +08:00
antao
62f152b945 Add a docker badge 2019-03-14 17:51:42 +08:00
antao
053c760d27 Rename the InnerIpFilter class 2019-03-14 11:25:12 +08:00
An Tao
8d6a1ed643
Merge pull request #75 from an-tao/dev
Adapt ipv6
2019-03-14 09:11:38 +08:00
an-tao
0e447a1f9e Adapt ipv6 2019-03-13 23:44:53 +08:00
an-tao
93bd3b11d7 Update trantor for ipv6 2019-03-13 23:29:58 +08:00
antao
056a55ab27 Update the submodule trantor 2019-03-13 10:29:48 +08:00
An Tao
322e7672d2
Merge pull request #74 from an-tao/dev
Add configuration options that limit the number of keep-alive requests
2019-03-12 18:47:30 +08:00
antao
250781ac08 Add configuration options that limit the number of keep-alive requests 2019-03-12 18:22:13 +08:00
An Tao
bba1756ecb
Merge pull request #73 from an-tao/dev
Modify some functions
2019-03-12 14:21:30 +08:00
antao
aa539f85cd Modify some functions 2019-03-12 13:52:10 +08:00
An Tao
d4710d3da7
Merge pull request #72 from an-tao/dev
Modify the drogon_ctl command
2019-03-09 11:01:39 +08:00
antao
d63423545b Modify the drogon_ctl command 2019-03-09 10:31:58 +08:00
An Tao
8575951052
Merge pull request #71 from an-tao/dev
Modify the PgConnection class
2019-03-08 17:06:08 +08:00
antao
4dff5d2061 Change version to 0.9.30 2019-03-08 16:41:44 +08:00
antao
c7011b85f4 Modify the PgConnection class 2019-03-08 16:19:13 +08:00
An Tao
4661ffb854
Update README.md 2019-03-07 21:12:54 +08:00
An Tao
809c48d86a
Merge pull request #70 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2019-03-07 21:12:18 +08:00
The Gitter Badger
0225addd61 Add Gitter badge 2019-03-07 06:57:58 +00:00
An Tao
32275dfa58
Merge pull request #69 from an-tao/dev
Modify some database classes
2019-03-07 13:01:28 +08:00
antao
801cb8aa35 Modify some database classes 2019-03-07 11:56:20 +08:00
An Tao
37d96bb6fd
Update README.md 2019-03-06 16:27:11 +08:00
An Tao
018478f44d
Merge pull request #68 from an-tao/dev
Optimize the 'setMethod' function in the HttpRequestImpl class
2019-03-06 16:24:15 +08:00
antao
b39dd52a87 Modify some comments 2019-03-06 15:57:05 +08:00
antao
2e24d8c7f5 Optimize the 'setMethod' function in the HttpRequestImpl class 2019-03-06 12:51:29 +08:00
antao
1e1bcbf781 Remove unnecessary comparisons from regular expression matching and change version to 0.9.28 2019-03-05 11:19:10 +08:00
An Tao
4b4e8c56d2
Merge pull request #67 from an-tao/dev
* Modify the httpserver class to support processing multiple requests at once
* Delay parsing parameters until needed
2019-03-05 11:11:32 +08:00
antao
7232536aee Delay parsing parameters untils needed 2019-03-05 11:08:14 +08:00
an-tao
bbd840bd3b Modify the httpserver class to support processing multiple requests at once 2019-03-04 23:17:29 +08:00
An Tao
253e66b587
Update README.md 2019-03-03 10:51:44 +08:00
An Tao
cf29b08050
Merge pull request #66 from an-tao/dev
Do some optimization
2019-03-02 12:45:17 +08:00