Commit Graph

40 Commits

Author SHA1 Message Date
70f687e34b Fixed Clang build warning 2020-03-15 09:27:01 -07:00
466b1f8444 Updated copyright years 2019-01-06 12:03:46 -08:00
03fae468d1 Fixed implicit-retain-self warnings 2019-01-03 17:15:02 -08:00
21cc6bfb35 Added types to collections 2018-12-14 07:37:28 -08:00
bac5b680df Updated to clang-format 7.0.0 2018-12-14 07:10:03 -08:00
6ed51907da Return 501 Non Implemented error for requests without matching handlers 2017-08-21 08:44:35 +02:00
b4927bdd75 Fixed CFURLCopyPath() returning NULL for "//" path
Fix #297
2017-08-21 08:37:49 +02:00
44ffec1cf6 Fixed static analyzer issues 2017-08-21 08:31:20 +02:00
09851dd71b Modernize ObjC 2017-06-24 09:25:04 -07:00
fbcf3fa96c Fix build warning 2017-01-01 20:55:36 +09:00
83f1c062b5 Use clang-formatter to format source code 2016-12-27 11:02:32 +09:00
5834770e08 Removed exception handling which was only partial anyway 2016-06-29 21:38:57 -07:00
fa41f26b30 Add an option to set the priority of the dispatch queue 2016-04-03 20:11:35 -04:00
9d38bb4f94 Workaround for Swift2 which apparently fails to retain the completion blocks passed as parameters 2015-09-21 15:15:58 -07:00
f7bb5babf8 Bumped copyright year 2015-09-09 08:24:47 -07:00
79d6075a84 Add remote and local addresses to GCDWebServerRequest 2015-03-22 00:17:26 +01:00
9719406303 Made _CompareResources() easier to read 2015-02-23 16:02:14 -08:00
32ba49ae34 Removed MRC support entirely 2014-10-18 09:32:24 -07:00
c4bf7b11e2 Added support for asynchronous reading in GCDWebServerBodyReader 2014-10-14 12:40:19 -07:00
75d018a375 #85 Added support for IPv6 2014-10-14 00:45:08 -07:00
c45053bc11 Added support for third-party logging facilities 2014-10-13 22:45:07 -07:00
b35ebd7d58 #92 Added support for async handlers 2014-10-09 09:53:03 -07:00
2dda0c98ce #50 Use NSUIntegerMax instead of NSNotFound to indicate undefined length 2014-04-30 09:56:18 -07:00
3b75f9dd20 Added -rewriteRequestURL:withMethod:headers: hook 2014-04-28 14:09:15 -07:00
10cbe27e50 Fixed open() calls 2014-04-19 22:17:17 -03:00
1ca5a56952 Allow multiple user accounts for authentication 2014-04-18 12:50:11 -03:00
1e17d5c455 #38 Added support for digest authentication 2014-04-18 12:32:55 -03:00
8619799e62 Added -preflightRequest: and -overrideResponse:forRequest: APIs 2014-04-17 22:51:55 -03:00
b1061378fb Fix 2014-04-17 22:16:25 -03:00
80348079a6 Added support for Basic Authentication 2014-04-17 11:14:17 -03:00
f0c63f4776 Fixes 2014-04-17 10:41:33 -03:00
998a47b099 Replaced GCDWebServer subclassing with explicit options 2014-04-16 01:29:52 -03:00
2d8996b91e Added connected state to GCDWebServer 2014-04-16 00:57:41 -03:00
c170fb4fd3 Use strerror() consistently 2014-04-16 00:57:41 -03:00
1f503aa3b6 Fix 2014-04-15 18:02:38 -03:00
8fe66444ae Cleaned up connections read / write implementation 2014-04-15 17:46:43 -03:00
016153f900 Isolated all testing code with __GCDWEBSERVER_ENABLE_TESTING__ 2014-04-15 16:50:57 -03:00
a55781e2c1 Changed -[GCDWebServerConnection open] to return a BOOL 2014-04-15 16:50:57 -03:00
14e04b445f Fixes 2014-04-15 16:50:57 -03:00
46ee1a48d6 Fixed source folder name typo! 2014-04-15 00:13:31 -03:00