Commit Graph

1092 Commits

Author SHA1 Message Date
An Tao 195bc5299e
Add comments for doxygen () 2019-09-06 23:10:36 +08:00
An Tao 473b1c86f0
Fix a bug in the HttpServer class () 2019-09-03 15:03:12 +08:00
An Tao 657dc840a9
Modify the processing of bool type column in ORM () 2019-09-02 07:47:36 +08:00
An Tao eb894396c7
Use find('x') instead of find(x) in a string search () 2019-09-01 12:06:19 +08:00
antao a8afbc8cee Update drogon version to v1.0.0-beta7 2019-08-31 18:39:46 +08:00
An Tao aa26e9a903
Modify the CMakeLists to modern cmake style () 2019-08-31 08:27:57 +08:00
An Tao a0b68fb3c9
Optimize request headers processing () 2019-08-27 13:55:52 +08:00
An Tao 7186a74590
Add a WebSocket test () 2019-08-26 17:53:02 +08:00
An Tao 9f330f310d
Add a synchronous join point for AOP () 2019-08-26 09:00:20 +08:00
An Tao ba49a0e0e6
Update README ()
* Update README

* Update CMakeLists.txt
2019-08-24 22:44:37 +08:00
An Tao 4e274b1a2e
Modify the orm command of drogon_ctl () 2019-08-24 18:43:05 +08:00
An Tao 043c484a64
Make the framework API support chained calls () 2019-08-24 14:44:25 +08:00
An Tao c3cb70f415
Optimize performance () 2019-08-24 13:12:04 +08:00
An Tao dcab7d54b1
Fix a bug when there's '+' in the building path () 2019-08-23 16:59:55 +08:00
An Tao b5a142a10e
Fix bugs in default return values of functions () 2019-08-22 22:23:50 +08:00
Daniel Chabrowski db99ef84ee Reduce size of docker image () 2019-08-20 17:18:19 +08:00
An Tao f940b6f2cd
Modify some stuff () 2019-08-17 20:05:32 +08:00
An Tao bf88d08f78
Modify the test of postgresql database () 2019-08-17 12:40:39 +08:00
An Tao 10db494556
Add database tests in the travis CI () 2019-08-16 23:41:03 +08:00
An Tao a6e2d4f007
Modify the drogon_ctl () 2019-08-16 13:11:21 +08:00
An Tao da285cd4d2
Reduce dependencies between declarations () 2019-08-15 20:59:16 +08:00
An Tao 673d74191e
Optimize DNS in HttpClient and WebSocketClient () 2019-08-14 04:03:29 +08:00
An Tao a0f5570f8b
Modify HttpClient and WebSocketClient () 2019-08-13 17:32:52 +08:00
An Tao 982e272703
Modify HttpClient and WebSocketClient, using the asynchronous DNS method () 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 ()
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 () 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 () 2019-08-03 01:59:54 +08:00
An Tao d97cfa8609
Optimize the batch mode of libpq. () 2019-08-02 14:30:37 +08:00
An Tao 2817253eb4
Bump version to v1.0.0-beta5 () 2019-08-01 13:40:53 +08:00
An Tao e566d9c451
Support PostgreSQL batch mode () 2019-08-01 13:01:54 +08:00
An Tao ba7d788184
Add options for 'Server' header and 'Date' header () 2019-07-31 19:44:32 +08:00
An Tao 4f942602ce
Bump version to v1.0.0-beta4 () 2019-07-30 21:10:21 +08:00
An Tao fe034d6ea0
Merge pull request 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 () 2019-07-28 10:10:39 +08:00
VayuDev c8a22127d5 Added missing wasm ContentType () 2019-07-27 00:42:19 +08:00
An Tao 986ef8dda7
Optimize pipelining ()
* 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 () 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 () 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 () 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