Commit Graph

96 Commits

Author SHA1 Message Date
an-tao 0ac3f59276 modify CMakeLists.txt 2018-06-15 00:07:43 +08:00
an-tao cc35b08580 support dynamic libs compiling and loading 2018-06-14 18:51:26 +08:00
an-tao 95b83206fb Write the compilation configuration to config.h 2018-06-14 14:25:57 +08:00
an-tao 975f76c2f7 modify sharedLibManager,not complete yet 2018-06-13 18:07:48 +08:00
an-tao 50bbd2d946 modify definitation of any 2018-06-13 17:30:40 +08:00
an-tao 567bd65955 change some interface in Utilities.h/cc 2018-06-11 19:22:42 +08:00
an-tao 4a8cb46f43 add some method in HttpAppFramework 2018-06-11 17:11:06 +08:00
an-tao 6c7512bdf4 file uploading 2018-06-11 15:45:28 +08:00
an-tao 10a6d39a32 add FileUpload,not complete yet 2018-06-11 15:31:34 +08:00
an-tao 9ddd79b194 add mutex in HttpAppFrameworkImpl to ensure the multiple thread security 2018-06-11 13:39:15 +08:00
an-tao e0fbab7d0e add setThreadNum method 2018-06-08 17:21:36 +08:00
an-tao e2fdbe9f62 fix a spelling mistake 2018-06-08 12:22:11 +08:00
an-tao fb6c6527bd add query parameters map to handler method 2018-06-08 11:15:29 +08:00
an-tao beb7ae2b5d modify drogon_ctl help command 2018-06-07 18:16:30 +08:00
an-tao 696a2d016f connection should be closed by client 2018-06-07 17:30:03 +08:00
an-tao 132e887337 fix a spelling error 2018-06-07 16:38:45 +08:00
an-tao 5728774b26 urldecode in path string 2018-06-07 10:29:41 +08:00
an-tao 43744f5df6 modify example of api controller 2018-06-07 09:41:15 +08:00
an-tao 6aceffd6ef fix regex bug 2018-06-07 09:00:19 +08:00
an-tao 006cfdd898 command for creating api controller;todo:fix regex match bug 2018-06-06 21:40:48 +08:00
an-tao 3f69aafec8 create api controller command,not complete yet 2018-06-06 18:29:05 +08:00
an-tao f992c02673 use std::regex to match api path pattern,and parse arguments in path 2018-06-06 16:34:02 +08:00
an-tao 5bf0746673 chmod 2018-06-06 09:35:04 +08:00
an-tao 2ffb8706a4 comment out some debug code 2018-06-05 23:51:50 +08:00
an-tao 03885cc9cb modify macro in api controller 2018-06-05 21:42:08 +08:00
an-tao 4accacd9a6 add some code annotations 2018-06-05 19:09:17 +08:00
an-tao 232094f01a create controller only once 2018-06-05 17:59:11 +08:00
an-tao 488e824d44 HttpApiController work 2018-06-05 14:40:03 +08:00
an-tao 4a063155a1 change FunctionTraits 2018-06-05 10:43:53 +08:00
an-tao 6004b633af change http callback interface 2018-06-05 09:38:03 +08:00
an-tao ed4ed3fda0 make HttpApiBinder support lambda and std::function 2018-06-04 23:45:21 +08:00
an-tao a8bc891209 Continue to improve the api controller, not yet completed 2018-06-04 19:00:35 +08:00
an-tao 5cc1ab00e5 fix find libjsoncpp bug in CMakeLists.txt 2018-06-03 21:29:45 +08:00
an-tao f117f08817 prepair to add api controller 2018-06-01 18:18:14 +08:00
an-tao 0a80323f84 fix some bugs 2018-06-01 14:07:34 +08:00
an-tao 2875656d82 fix iterator bug 2018-05-31 18:56:07 +08:00
an-tao de6e93da66 modify the file annotations 2018-05-31 17:00:31 +08:00
an-tao c32c5bf44b delete 'delete' operator 2018-05-31 15:56:27 +08:00
an-tao 22e35f6e56 organize the code 2018-05-31 14:34:26 +08:00
an-tao 59b925737d addListener method 2018-05-31 13:55:33 +08:00
an-tao 8c4f981e4f 1.use Any in HttpServer;2.catch exception in HttpViewData 2018-05-31 11:14:33 +08:00
an-tao 1aaa65fff7 replace bare pointers with shared_ptr in HttpReponse static methods;fix a delete bug 2018-05-30 21:23:46 +08:00
an-tao 7b7a426f85 modify the output format of drogon_ctl 2018-05-30 18:22:46 +08:00
an-tao ff05960bf9 Restore the deleted files 2018-05-30 18:00:02 +08:00
an-tao 612fee9ef0 add a list parameters example 2018-05-30 17:44:09 +08:00
an-tao 23d7496e2a change version to 0.9 2018-05-30 15:55:27 +08:00
an-tao bc78d2ef60 disable a debug output 2018-05-30 15:37:15 +08:00
an-tao 1e4aef4a21 add NotFound page 2018-05-30 15:19:03 +08:00
an-tao bbfaf4ac7a Merge branch 'master' of https://github.com/an-tao/drogon 2018-05-30 14:00:54 +08:00
an-tao a9b6c9896f change TestView.csp 2018-05-30 13:59:12 +08:00