Commit Graph

602 Commits

Author SHA1 Message Date
faf28fe0f9 Updated to Xcode 10.10 2018-12-14 07:34:21 -08:00
bac5b680df Updated to clang-format 7.0.0 2018-12-14 07:10:03 -08:00
7df465336e Update README.md
Fixes #392
2018-10-09 06:00:52 -07:00
11254331d1 Make changes based on PR comments 2018-07-13 16:17:23 +02:00
9f345c6858 Added support to override built-in logger at runtime 2018-05-29 13:21:40 +02:00
a554893844 Bumped version 3.4.2 2017-11-02 14:01:02 -07:00
06569fe2cc Fixed NS_ASSUME_NONNULL_BEGIN not located at the right place in GCDWebServerPrivate.h 2017-11-02 14:00:10 -07:00
e812d3f43c Updated to Xcode 9.1 2017-11-02 13:59:09 -07:00
d30c88729d Simplify podspec (#334) 2017-08-23 11:20:54 +02:00
1a7dc913f1 Update README.md 3.4.1 2017-08-21 11:39:17 +02:00
47ed2cc593 Remove support for CocoaLumberJack
Fix #328
2017-08-21 11:37:21 +02:00
033b0d3e56 Bumped version 2017-08-21 08:46:16 +02:00
6ed51907da Return 501 Non Implemented error for requests without matching handlers 2017-08-21 08:44:35 +02:00
8ed23992d8 Formatted source 2017-08-21 08:39:47 +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
257ed94b65 Fixed build warnings 2017-08-21 08:28:19 +02:00
4ea0a12317 Updated projet to Xcode 9 2017-08-21 08:27:31 +02:00
ac788ca906 Increased CocoaLumberjack dependency to 3.x 3.4 2017-07-03 16:43:22 -05:00
9f9509a05e Bumped version
[ci skip]
2017-07-03 16:27:16 -05:00
48777cc151 Change minimal iOS version to 8.0
[ci skip]
2017-07-03 16:27:09 -05:00
c35d514b08 Allow to customiz mime types used by GCDWebServerFileResponse 2017-06-24 09:54:09 -07:00
a013f9cebb Fixed data race issue inside GCDWebServerGetMimeTypeForExtension()
Fix #312
2017-06-24 09:30:39 -07:00
1e28aef262 Enable address sanitizer by default for Mac unit tests 2017-06-24 09:25:52 -07:00
09851dd71b Modernize ObjC 2017-06-24 09:25:04 -07:00
23f77b5765 Set default Xcode indentation to 2 spaces 2017-06-22 08:27:18 -07:00
7de8b0c643 Updated to Xcode 8.3
[ci skip]
2017-06-22 08:11:02 -07:00
2685819b61 Updated to latest clang-format
[ci skip]
2017-06-22 08:10:16 -07:00
fbcf3fa96c Fix build warning 2017-01-01 20:55:36 +09:00
0f8e4f57e0 Increased minimal iOS deployment target to 8.0 2017-01-01 20:51:42 +09:00
750214b5d5 Updated Travis CI to Xcode 8.2 2017-01-01 20:42:22 +09:00
ce5310f2ce Resolves signing and building issue of dynamic frameworks
Fixes #277
2017-01-01 20:34:18 +09:00
83f1c062b5 Use clang-formatter to format source code 2016-12-27 11:02:32 +09:00
0c51a9b071 Updated Xcode project format to 8.0 2016-12-27 10:57:00 +09:00
3b5bc40e5e Updated to Xcode 8.2 2016-12-27 10:56:43 +09:00
3178baa86e Update README.md 2016-11-16 08:08:28 -08:00
9a97e44d97 Made "GCDWebUploader.bundle" non-flat to improve code-signing on OS X 2016-09-19 18:12:01 -07:00
6c2b11e7b6 Updated for Xcode 8 2016-09-19 18:00:46 -07:00
56b8e1befe Removed executable bit from test files 2016-09-19 17:42:17 -07:00
4231465c58 Removed executable bit from GCDWebUploader.bundle files 2016-09-19 17:42:17 -07:00
4958eb8c72 Bumped version 2016-07-15 12:05:17 -07:00
43555c6662 Merge pull request #272 from bizz84/master
Removed cs.default_subspec from subspecs as this is now disallowed
3.3.3
2016-07-15 11:46:05 -07:00
7c08c54156 Removed cs.default_subspec from subspecs as this is now disallowed in Cocoapods 2016-07-15 19:23:27 +01:00
5834770e08 Removed exception handling which was only partial anyway 2016-06-29 21:38:57 -07:00
52406a12c2 Merge pull request #267 from hsin919/master
Fix the typo in swift samples
2016-06-29 09:15:10 -07:00
e83814b0fa Merge pull request #269 from opsGavin/patch-1
Typo in GCDWebServerGZipDecoder:open
2016-06-29 09:11:43 -07:00
fba593a602 Typo in GCDWebServerGZipDecoder:open
I haven't tested or dug into this, as I just happened to spot it while looking through a colleagues code.

It looks like `inflateInit2` is called and then `deflateEnd` on error. I'm wondering if this is a copy and paste issue from `GCDWebServerGZipEncoder` and really it should be `inflateEnd` here instead?
2016-06-29 15:36:40 +01:00
eec17d5c7b Fix the typo in swift samples 2016-06-08 09:25:04 +08:00
32bc72113a Merge pull request #266 from DD-P/read-me-typo-fix
Minor documentation fix: "owns" -> "own"
2016-05-08 08:00:48 -07:00
200d21c3fa Minor documentation fix: "owns" -> "own" 2016-05-08 19:32:34 +12:00