Pierre-Olivier Latour
ac788ca906
Increased CocoaLumberjack dependency to 3.x
3.4
2017-07-03 16:43:22 -05:00
Pierre-Olivier Latour
9f9509a05e
Bumped version
...
[ci skip]
2017-07-03 16:27:16 -05:00
Pierre-Olivier Latour
48777cc151
Change minimal iOS version to 8.0
...
[ci skip]
2017-07-03 16:27:09 -05:00
Pierre-Olivier Latour
c35d514b08
Allow to customiz mime types used by GCDWebServerFileResponse
2017-06-24 09:54:09 -07:00
Pierre-Olivier Latour
a013f9cebb
Fixed data race issue inside GCDWebServerGetMimeTypeForExtension()
...
Fix #312
2017-06-24 09:30:39 -07:00
Pierre-Olivier Latour
1e28aef262
Enable address sanitizer by default for Mac unit tests
2017-06-24 09:25:52 -07:00
Pierre-Olivier Latour
09851dd71b
Modernize ObjC
2017-06-24 09:25:04 -07:00
Pierre-Olivier Latour
23f77b5765
Set default Xcode indentation to 2 spaces
2017-06-22 08:27:18 -07:00
Pierre-Olivier Latour
7de8b0c643
Updated to Xcode 8.3
...
[ci skip]
2017-06-22 08:11:02 -07:00
Pierre-Olivier Latour
2685819b61
Updated to latest clang-format
...
[ci skip]
2017-06-22 08:10:16 -07:00
Pierre-Olivier Latour
fbcf3fa96c
Fix build warning
2017-01-01 20:55:36 +09:00
Pierre-Olivier Latour
0f8e4f57e0
Increased minimal iOS deployment target to 8.0
2017-01-01 20:51:42 +09:00
Pierre-Olivier Latour
750214b5d5
Updated Travis CI to Xcode 8.2
2017-01-01 20:42:22 +09:00
Amir Abbas Mousavian
ce5310f2ce
Resolves signing and building issue of dynamic frameworks
...
Fixes #277
2017-01-01 20:34:18 +09:00
Pierre-Olivier Latour
83f1c062b5
Use clang-formatter to format source code
2016-12-27 11:02:32 +09:00
Pierre-Olivier Latour
0c51a9b071
Updated Xcode project format to 8.0
2016-12-27 10:57:00 +09:00
Pierre-Olivier Latour
3b5bc40e5e
Updated to Xcode 8.2
2016-12-27 10:56:43 +09:00
Pierre-Olivier Latour
3178baa86e
Update README.md
2016-11-16 08:08:28 -08:00
Pierre-Olivier Latour
9a97e44d97
Made "GCDWebUploader.bundle" non-flat to improve code-signing on OS X
2016-09-19 18:12:01 -07:00
Pierre-Olivier Latour
6c2b11e7b6
Updated for Xcode 8
2016-09-19 18:00:46 -07:00
Pierre-Olivier Latour
56b8e1befe
Removed executable bit from test files
2016-09-19 17:42:17 -07:00
Pierre-Olivier Latour
4231465c58
Removed executable bit from GCDWebUploader.bundle files
2016-09-19 17:42:17 -07:00
Pierre-Olivier Latour
4958eb8c72
Bumped version
2016-07-15 12:05:17 -07:00
Pierre-Olivier Latour
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
Andrea Bizzotto
7c08c54156
Removed cs.default_subspec from subspecs as this is now disallowed in Cocoapods
2016-07-15 19:23:27 +01:00
Pierre-Olivier Latour
5834770e08
Removed exception handling which was only partial anyway
2016-06-29 21:38:57 -07:00
Pierre-Olivier Latour
52406a12c2
Merge pull request #267 from hsin919/master
...
Fix the typo in swift samples
2016-06-29 09:15:10 -07:00
Pierre-Olivier Latour
e83814b0fa
Merge pull request #269 from opsGavin/patch-1
...
Typo in GCDWebServerGZipDecoder:open
2016-06-29 09:11:43 -07:00
Gavin MacLean
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
hsin
eec17d5c7b
Fix the typo in swift samples
2016-06-08 09:25:04 +08:00
Pierre-Olivier Latour
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
David Davies-Payne
200d21c3fa
Minor documentation fix: "owns" -> "own"
2016-05-08 19:32:34 +12:00
Pierre-Olivier Latour
3042b853bc
Fix
2016-04-17 20:07:54 -07:00
Pierre-Olivier Latour
50eb0437c1
Updated for Xcode 7.3
2016-04-17 20:07:49 -07:00
Pierre-Olivier Latour
00cc560b8e
Merge pull request #264 from AmpMe/refacor/add-queue-priorty-as-an-option
...
Add an option to set the priority of the dispatch queue
2016-04-03 17:53:13 -07:00
Martin Gagnon
fa41f26b30
Add an option to set the priority of the dispatch queue
2016-04-03 20:11:35 -04:00
Pierre-Olivier Latour
845969ec0d
Merge pull request #262 from pra85/patch-1
...
Fix a typo in Readme
2016-03-24 06:36:57 -07:00
Prayag Verma
629df7895d
Fix a typo in Readme
...
`asynchronously` → `asynchronously`
2016-02-18 13:32:09 +05:30
Pierre-Olivier Latour
55104e5b1e
Update README.md
2016-02-08 01:00:25 -08:00
Pierre-Olivier Latour
fcc95fdc11
Merge pull request #260 from jjrscott/master
...
Added __kindof keyword where appropriate
2016-02-07 17:18:39 -08:00
John Scott
10a94e36fd
Removed guards around __kindof usage as the project is Xcode 7 only.
2016-02-06 12:18:49 +00:00
John Scott
010ef9b8bc
Added __kindof keyword where appropriate to avoid errors of the form "incompatible block pointer types sending 'GCDWebServerResponse *(^)(GCDWebServerDataRequest *__strong)' to parameter of type 'GCDWebServerProcessBlock' (aka 'GCDWebServerResponse *(^)(GCDWebServerRequest *__strong)')"
2016-02-05 20:45:46 +00:00
Pierre-Olivier Latour
5ca7c27a07
Bumped version
2016-01-20 07:24:59 -08:00
Pierre-Olivier Latour
c6632633f8
Disabled address sanitizer
3.3.2
2016-01-20 07:21:37 -08:00
Pierre-Olivier Latour
5b6eebbb9e
Fixed build warning
2016-01-20 07:21:18 -08:00
Pierre-Olivier Latour
a4c61bd071
Bumped version
2016-01-16 06:29:35 -08:00
Pierre-Olivier Latour
2543279a6d
Merge pull request #256 from anton-matosov/master
...
Fixed CocoaLumberjack deps
3.3.1
2016-01-15 10:19:28 -08:00
Anton Matosov
95231b1a66
Fixed CocoaLumberjack deps
2016-01-15 07:54:14 -08:00
Pierre-Olivier Latour
5f2877b85f
Merge pull request #255 from iosphere/check-range-location
...
Fix NSRangeException by checking range of NSTextCheckingResult
2016-01-08 09:18:39 -08:00
Lukas Mollidor
47a51c3d42
Fix NSRangeException by checking range of NSTextCheckingResult
2016-01-08 18:06:55 +01:00