Commit Graph

1028 Commits

Author SHA1 Message Date
An Tao
b5a142a10e
Fix bugs in default return values of functions (#220) 2019-08-22 22:23:50 +08:00
Daniel Chabrowski
db99ef84ee Reduce size of docker image (#217) 2019-08-20 17:18:19 +08:00
An Tao
f940b6f2cd
Modify some stuff (#216) 2019-08-17 20:05:32 +08:00
An Tao
bf88d08f78
Modify the test of postgresql database (#215) 2019-08-17 12:40:39 +08:00
An Tao
10db494556
Add database tests in the travis CI (#214) 2019-08-16 23:41:03 +08:00
An Tao
a6e2d4f007
Modify the drogon_ctl (#213) 2019-08-16 13:11:21 +08:00
An Tao
da285cd4d2
Reduce dependencies between declarations (#212) 2019-08-15 20:59:16 +08:00
An Tao
673d74191e
Optimize DNS in HttpClient and WebSocketClient (#211) 2019-08-14 04:03:29 +08:00
An Tao
a0f5570f8b
Modify HttpClient and WebSocketClient (#210) 2019-08-13 17:32:52 +08:00
An Tao
982e272703
Modify HttpClient and WebSocketClient, using the asynchronous DNS method (#209) 2019-08-13 10:35:01 +08:00
antao
16afa82688 Modify CMakeLists.txt 2019-08-10 16:08:18 +08:00
an-tao
f1409a2c2d Bump drogon version to v1.0.0-beta6 2019-08-08 22:18:17 +08:00
An Tao
c705990fe5
Add the DrogonConfig.cmake (#207)
Add DrogonConfig.cmake so that users can use drogon with the `find_package(Drogon)` command.
2019-08-08 15:17:09 +08:00
An Tao
bf9313a164
Modify the 'create view' command of drogon_ctl (#208) 2019-08-07 12:55:14 +08:00
antao
b55d53458c Update trantor 2019-08-04 00:19:15 +08:00
antao
89041dad2a Update trantor 2019-08-03 22:12:33 +08:00
antao
36a31dc576 Update trantor(Fix a bug with SSL) 2019-08-03 13:51:45 +08:00
An Tao
60ecbb945e
Optimizations (#206) 2019-08-03 01:59:54 +08:00
An Tao
d97cfa8609
Optimize the batch mode of libpq. (#205) 2019-08-02 14:30:37 +08:00
An Tao
2817253eb4
Bump version to v1.0.0-beta5 (#204) 2019-08-01 13:40:53 +08:00
An Tao
e566d9c451
Support PostgreSQL batch mode (#203) 2019-08-01 13:01:54 +08:00
An Tao
ba7d788184
Add options for 'Server' header and 'Date' header (#202) 2019-07-31 19:44:32 +08:00
An Tao
4f942602ce
Bump version to v1.0.0-beta4 (#201) 2019-07-30 21:10:21 +08:00
An Tao
fe034d6ea0
Merge pull request #199 from an-tao/remove_config_h
* Remove config.h

Modify the CMakeLists.txt

Remove the USE_ORM macro

Update trantor

Remove some std::dynamic_pointer_cast calls
2019-07-30 18:43:32 +08:00
antao
7b23f17af9 Update trantor 2019-07-30 10:30:26 +08:00
antao
40087fba9c Remove config.h
Modify the CMakeLists.txt

Remove the USE_ORM macro

Update trantor

Remove some std::dynamic_pointer_cast calls
2019-07-29 14:53:41 +08:00
An Tao
4599abf2f5
Change version to 1.0.0.beta3 (#200) 2019-07-28 10:10:39 +08:00
VayuDev
c8a22127d5 Added missing wasm ContentType (#198) 2019-07-27 00:42:19 +08:00
An Tao
986ef8dda7
Optimize pipelining (#197)
* Optimize pipelining

* Optimize the DbClientLockFree class
2019-07-25 16:30:42 +08:00
an-tao
135a2ebb6f Update trantor 2019-07-18 18:14:07 +08:00
An Tao
33577b9666
Format some files for good code style (#196) 2019-07-16 20:00:20 +08:00
antao
007fee1043 Update trantor 2019-07-13 13:28:29 +08:00
An Tao
9af87bb1c0
Add some managers to reduce the size of the HttpAppFrameworkImpl code (#194) 2019-07-12 16:47:21 +08:00
antao
b85d8c5a08 Update trantor 2019-07-12 14:46:08 +08:00
An Tao
6e8c718a52
Modify some comments in simple_example (#193) 2019-07-11 19:39:23 +08:00
antao
d56b71c8a9 Bump trantor to v1.0.0-rc2 2019-07-11 11:45:31 +08:00
antao
b155aa1b1a Add a README file for examples 2019-07-10 17:57:47 +08:00
antao
f5c97d33cd Update README 2019-07-10 15:03:32 +08:00
An Tao
7d38a9427c
Merge pull request #191 from an-tao/dev
Bump version to v1.0.0-beta2
2019-07-10 10:36:34 +08:00
antao
2e128fc315 Bump version to v1.0.0-beta2 2019-07-10 09:50:09 +08:00
An Tao
dc7457d59c
Merge pull request #190 from an-tao/dev
Make all listeners share IO threads in the MacOS system
2019-07-09 17:54:38 +08:00
antao
7d7537b562 Make all listeners share IO threads in the MacOS system 2019-07-09 17:23:06 +08:00
antao
ec276b4948 Update trantor 2019-07-09 17:00:58 +08:00
An Tao
d5ddcaaa2a
Merge pull request #189 from an-tao/dev
Add the setContentTypeCodeAndCustomString() method to the HttpRespons…
2019-07-09 10:19:19 +08:00
antao
7b31671576 Add the setContentTypeCodeAndCustomString() method to the HttpResponse class 2019-07-09 09:37:04 +08:00
An Tao
ca431c8749
Merge pull request #188 from an-tao/dev
Make the number of the connections of Fast DB Clients configurable
2019-07-08 19:56:32 +08:00
antao
bcac1d4899 Make the number of the connections of Fast DB Clients configurable 2019-07-08 18:21:18 +08:00
An Tao
64f9fc9acc
Merge pull request #187 from an-tao/dev
Optimize the Field class
2019-07-08 17:27:16 +08:00
antao
7e6e0573e1 Optimize the Field class 2019-07-08 16:42:06 +08:00
An Tao
f7173b1ff0
Merge pull request #186 from an-tao/dev
Optimize the htmlTranslate method
2019-07-08 14:38:00 +08:00