Commit Graph

29 Commits

Author SHA1 Message Date
c46a2ddb22 Ensure directories are always listed in deterministic order
macOS APIs have recently changed and do not return sorted entries for directories.
2019-01-03 16:12:30 -08:00
21cc6bfb35 Added types to collections 2018-12-14 07:37:28 -08:00
09851dd71b Modernize ObjC 2017-06-24 09:25:04 -07:00
2685819b61 Updated to latest clang-format
[ci skip]
2017-06-22 08:10:16 -07:00
83f1c062b5 Use clang-formatter to format source code 2016-12-27 11:02:32 +09:00
4360c4f7db Support WebDAV GET request byte ranges 2016-01-01 23:23:43 -06:00
cad428ca6f Removed deprecation warnings on tvOS 2015-11-01 11:25:18 -08:00
f7bb5babf8 Bumped copyright year 2015-09-09 08:24:47 -07:00
0f0a9840e4 Fixed Xcode 6.3 warnings 2015-04-13 12:54:41 -07:00
32ba49ae34 Removed MRC support entirely 2014-10-18 09:32:24 -07:00
9d48f9ec12 #57 Validate paths passed to GCDWebDAVServer and GCDWebUploader to ensure they are within the upload directory 2014-06-22 15:53:03 -07:00
519866bc03 Fix 2014-04-19 23:05:13 -03:00
c6701cd474 Renamed "showHiddenFiles" property to "allowHiddenItems" 2014-04-19 16:31:00 -03:00
b6866bee8e #33 Documented GCDWebDAVServer/ and GCDWebUploader/ 2014-04-19 16:27:49 -03:00
c5ca0f7cee Added GCDWebServerDelegate 2014-04-16 00:57:41 -03:00
05a704bcef Fix 2014-04-16 00:57:41 -03:00
0852bf2d05 Moved functions to GCDWebServerFunctions.[h/m] 2014-04-12 09:07:09 -07:00
a28ac82ba2 #35 More work on unit tests 2014-04-11 22:39:50 -07:00
c062d9d6d3 Use internal functions for date formatting in WebDAV 2014-04-11 22:39:50 -07:00
0dd6d8c5fc Fix memory leak 2014-04-10 15:28:40 -07:00
dfd37078ae Fix 2014-04-10 14:27:20 -07:00
d78aa3baae Allow HEAD requests on collections 2014-04-09 13:59:20 -07:00
d383845fcc Cleaned up file servers error handling 2014-04-09 13:47:26 -07:00
e49b9219ea Renamed "filePath" to "temporaryPath" 2014-04-09 13:46:43 -07:00
efad06f506 __unsafe_unretained does not prevent self retain-cycles when not under ARC 2014-04-09 11:10:45 -07:00
9f0544b449 Removed Mac Finder mode 2014-04-09 01:41:56 -07:00
d5811fe6df Added compatibility with OS X Finder for WebDAV 2014-04-09 01:38:14 -07:00
e26c9b76ea Updated to "instancetype" type 2014-04-08 19:47:03 -07:00
efb1f9f4eb First pass at implementing class 1 WebDAV server 2014-04-08 19:47:03 -07:00