log Core/HttpServer/MongooseServer.cpp @ 2136:dd609a99d39a

age author description
Wed, 09 Nov 2016 14:08:05 +0100 Sebastien Jodogne uniformization of the macro naming
Wed, 09 Nov 2016 12:04:09 +0100 Sebastien Jodogne Avoid hard crash if not enough memory
Wed, 09 Nov 2016 10:21:37 +0100 Sebastien Jodogne fix
Wed, 13 Jul 2016 16:52:39 +0200 Sebastien Jodogne New configuration options: "DicomScuTimeout" and "DicomScpTimeout" + validation of non-negative options
Fri, 15 Apr 2016 10:47:53 +0200 Sebastien Jodogne trace log of http headers
Thu, 07 Apr 2016 17:48:47 +0200 Sebastien Jodogne Use 403 Forbidden status if the incoming HTTP request is disallowed
Thu, 07 Apr 2016 16:26:22 +0200 Sebastien Jodogne Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Mon, 04 Jan 2016 13:17:22 +0100 Sebastien Jodogne 2016
Wed, 25 Nov 2015 10:32:54 +0100 Sebastien Jodogne "Origin" metadata for the instances
Fri, 02 Oct 2015 13:31:39 +0200 Sebastien Jodogne fix build if SSL is disabled db-changes
Fri, 25 Sep 2015 16:24:13 +0200 Sebastien Jodogne New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Thu, 24 Sep 2015 15:55:17 +0200 Sebastien Jodogne IHttpExceptionFormatter
Wed, 23 Sep 2015 22:05:27 +0200 Sebastien Jodogne plugin error dictionary
Thu, 27 Aug 2015 11:35:16 +0200 Sebastien Jodogne configuration option HttpDescribeErrors
Tue, 25 Aug 2015 17:39:38 +0200 Sebastien Jodogne encoding of exceptions
Tue, 25 Aug 2015 14:00:57 +0200 Sebastien Jodogne exceptions now carry HTTP status
Tue, 25 Aug 2015 11:04:19 +0200 Sebastien Jodogne provide the origin of the requests to HTTP handlers
Sun, 23 Aug 2015 11:13:03 +0200 jodogne fix indentation
Sun, 23 Aug 2015 11:01:15 +0200 jodogne improved error handling in http answers
Sun, 23 Aug 2015 09:55:23 +0200 jodogne error description in json
Sun, 23 Aug 2015 09:49:16 +0200 jodogne If error while calling the REST API, the answer body contains an error description
Tue, 11 Aug 2015 13:37:24 +0200 Sebastien Jodogne refactoring
Tue, 11 Aug 2015 13:15:16 +0200 Sebastien Jodogne refactoring: IHttpStreamAnswer
Tue, 11 Aug 2015 10:36:05 +0200 Sebastien Jodogne cont
Tue, 11 Aug 2015 10:32:34 +0200 Sebastien Jodogne cont
Tue, 04 Aug 2015 10:01:31 +0200 Sebastien Jodogne refactoring to Logging.h
Wed, 01 Jul 2015 13:16:12 +0200 Sebastien Jodogne refactoring: IHttpHandler does not use std::string to hold the request body
Wed, 01 Jul 2015 11:30:19 +0200 Sebastien Jodogne refactoring: OrthancHttpHandler
Wed, 01 Jul 2015 10:38:39 +0200 Sebastien Jodogne refactoring: IHttpHandler and HttpToolbox
Wed, 01 Jul 2015 09:56:41 +0200 Sebastien Jodogne fix