drogon/lib/src
2020-08-26 20:28:19 +08:00
..
ssl_funcs Use string_view to parse multipart/form-data requests (#469) 2020-06-10 11:11:24 +08:00
AOPAdvice.cc Modify the drogon_ctl (#213) 2019-08-16 13:11:21 +08:00
AOPAdvice.h Add comments for doxygen (#233) 2019-09-06 23:10:36 +08:00
CacheFile.cc Fix warnings on Windows (#368) 2020-03-01 11:50:47 +08:00
CacheFile.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
ConfigLoader.cc Add a method to disable unicode escaping in json string (#491) 2020-06-24 08:11:32 +08:00
ConfigLoader.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
Cookie.cc Added additional formats for getHttpDate function and fixed undefined behavior upon error (#453) (#456) 2020-06-05 20:57:36 +08:00
DbClientManager.h Add a way to set the character set when creating DbClient objects (#486) 2020-06-20 20:21:14 +08:00
DbClientManagerSkipped.cc Add a way to set the character set when creating DbClient objects (#486) 2020-06-20 20:21:14 +08:00
DrClassMap.cc Modify singleton logic of DrClassMap (#325) 2020-01-03 18:02:46 +08:00
DrTemplateBase.cc Modify the text template 2020-01-03 12:47:08 +08:00
FiltersFunction.cc Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
FiltersFunction.h Add comments for doxygen (#233) 2019-09-06 23:10:36 +08:00
HttpAppFrameworkImpl.cc Fix an issue of simple_reverse_proxy when handling chunked transfer-e… (#549) 2020-08-25 08:07:43 +08:00
HttpAppFrameworkImpl.h Set session to requests for websockets (#521) 2020-07-31 09:25:20 +08:00
HttpClientImpl.cc Fix an issue of simple_reverse_proxy when handling chunked transfer-e… (#549) 2020-08-25 08:07:43 +08:00
HttpClientImpl.h Add a timeout parameter when sending HTTP requests (#493) 2020-06-27 09:45:14 +08:00
HttpControllersRouter.cc Set the response Access-Control-Allow-Headers header correctly for OPTIONS requests (#534) 2020-08-13 21:41:29 +08:00
HttpControllersRouter.h Fix crash with partial matched url (#386) 2020-03-14 11:36:21 +08:00
HttpFileImpl.cc Fix a bug when saving uploaded files on Windows (#514) 2020-07-17 13:18:52 +08:00
HttpFileImpl.h Use string_view to parse multipart/form-data requests (#469) 2020-06-10 11:11:24 +08:00
HttpFileUploadRequest.cc Support HTTP1.0 clients (#320) 2019-12-22 13:15:56 +08:00
HttpFileUploadRequest.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
HttpMessageBody.h Fix some compilation warnings (#432) 2020-05-16 10:11:50 +08:00
HttpRequestImpl.cc Modify the Result class in orm (#541) 2020-08-16 20:00:14 +08:00
HttpRequestImpl.h Modify methods related to headers (#552) 2020-08-26 20:28:19 +08:00
HttpRequestParser.cc Fix an issue of simple_reverse_proxy when handling chunked transfer-e… (#549) 2020-08-25 08:07:43 +08:00
HttpRequestParser.h Properly handle chunked encoding requests. (#479) 2020-06-16 20:36:31 +08:00
HttpResponseImpl.cc Modify the Result class in orm (#541) 2020-08-16 20:00:14 +08:00
HttpResponseImpl.h Modify methods related to headers (#552) 2020-08-26 20:28:19 +08:00
HttpResponseParser.cc Fix an issue of simple_reverse_proxy when handling chunked transfer-e… (#549) 2020-08-25 08:07:43 +08:00
HttpResponseParser.h Properly handle chunked encoding requests. (#479) 2020-06-16 20:36:31 +08:00
HttpServer.cc Optimize the HttpResponse class (#505) 2020-07-06 08:39:20 +08:00
HttpServer.h Graceful shutdown (#393) 2020-03-21 21:29:33 +08:00
HttpSimpleControllersRouter.cc Set the response Access-Control-Allow-Headers header correctly for OPTIONS requests (#534) 2020-08-13 21:41:29 +08:00
HttpSimpleControllersRouter.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
HttpUtils.cc Modify parseContentType function (#518) 2020-07-25 10:01:06 +08:00
HttpUtils.h Fix compilation warning of sprintf function (#537) 2020-08-14 08:10:56 +08:00
HttpViewData.cc Remove config.h 2019-07-29 14:53:41 +08:00
impl_forwards.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
IntranetIpFilter.cc Change the line length limit to 80 characters 2019-05-18 11:11:45 +08:00
ListenerManager.cc Fix a bug in ListenerManager::getIOLoop() (#461) 2020-06-06 12:59:54 +08:00
ListenerManager.h Graceful shutdown (#393) 2020-03-21 21:29:33 +08:00
LocalHostFilter.cc Change the line length limit to 80 characters 2019-05-18 11:11:45 +08:00
MultiPart.cc Use string_view to parse multipart/form-data requests (#469) 2020-06-10 11:11:24 +08:00
NotFound.cc Update trantor 2019-06-27 15:37:41 +08:00
PluginsManager.cc Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
PluginsManager.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
SecureSSLRedirector.cc Add the SecureSSLRedirector plugin (#306) 2019-11-30 08:35:40 +08:00
SessionManager.cc Fix the session bug introduced in PR #523 (#528) 2020-08-06 19:35:30 +08:00
SessionManager.h Provide users with a method to change the session ID of a session (#523) 2020-08-03 19:18:47 +08:00
SharedLibManager.cc Fix some compilation warnings (#432) 2020-05-16 10:11:50 +08:00
SharedLibManager.h Use a separate thread to load views dynamically (#382) 2020-03-12 14:35:46 +08:00
SpinLock.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
StaticFileRouter.cc Resolve an issue when sending big files (>=2gB) on Windows (#529) 2020-08-09 19:20:51 +08:00
StaticFileRouter.h Add filters on static file locations (#422) 2020-05-03 08:21:34 +08:00
Utilities.cc Use string_view to parse multipart/form-data requests (#469) 2020-06-10 11:11:24 +08:00
WebSocketClientImpl.cc Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
WebSocketClientImpl.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
WebSocketConnectionImpl.cc Modify the WebSocketConnection class (#452) 2020-06-04 19:11:07 +08:00
WebSocketConnectionImpl.h Modify the WebSocketConnection class (#452) 2020-06-04 19:11:07 +08:00
WebsocketControllersRouter.cc Set the response Access-Control-Allow-Headers header correctly for OPTIONS requests (#534) 2020-08-13 21:41:29 +08:00
WebsocketControllersRouter.h Fix a bug on filters with WebSocketControllers (#374) 2020-03-03 15:58:26 +08:00