Commit History

作者 SHA1 備註 提交日期
  Christian Noon af1e24c383 Removed ambiguous response serializer methods that collide with default parameters. 10 年之前
  Pitiphong Phongpattranont dbf0676cce Remove optional type from progress property. 10 年之前
  Stephane Lizeray 9075691ca5 [Issue #370] Updating legal characters to be escaped according to RFC 3986 Section 3.4 10 年之前
  Michael Thole 63a00ae700 For SSL validation, use default system validation until custom behavior is properly implemented. 10 年之前
  Mattt Thompson 950eda9688 Rebasing xcode-6.3 from master. 10 年之前
  Noon, Christian aa6ea80b75 Fixed deinit race condition where task delegate queue could fail to dispatch_release. 10 年之前
  Aron Cedercrantz 2f39b8634a [Issue #357] Resolving issues with Xcode 6.3 Beta 2 11 年之前
  Christian Noon c6ea78fa11 Merge branch 'mattt-master' into background_sessions 11 年之前
  Mattt Thompson 5be585cf23 Making APIs for request / upload / download methods on manager equivalent to those provided at top-level 11 年之前
  Mattt Thompson d337018a5b Porting code to Swift 1.2 11 年之前
  obohrer b1b225a6be add convenience upload functions in Manager 11 年之前
  Mattt Thompson 501233fb2b Temporarily disabling -b flags in cURL debug on OS X because of a spec validation error with CocoaPods 0.36.0.beta-1 11 年之前
  Mattt Thompson d10295560d Updating copyright year 11 年之前
  Alexander Strakovich 6f0a61e572 Use defined type for clojure 'destination' in download functions 11 年之前
  Noon, Christian 582267b974 Added a backgroundCompletionHandler and call it when the session finishes background events. 11 年之前
  Noon, Christian 330905ec05 Modified all the NSURLSessionDownloadDelegate methods to first call the override closures. 11 年之前
  Noon, Christian dcd4a75b3c Modified all NSURLSessionDataDelegate methods to first call override closures if set. 11 年之前
  Noon, Christian dfab3f3f62 Fixed bug where data task delegate was never being called. 11 年之前
  Noon, Christian bbf16e17b4 Fixed bug where the dataTaskDidBecomeDownloadTask closure was missing the download task. 11 年之前
  Noon, Christian a59b07b8eb Modified the NSURLSessionTaskDelegate methods to first rely on override closures if set. 11 年之前
  Noon, Christian 8b6af2fc13 Added an override closure for the NSURLSession:task:didCompleteWithError: method. 11 年之前
  Noon, Christian 81c69be0e2 Fixed small bug where the NSURLCredential was not implicitly unwrapped. 11 年之前
  Noon, Christian 21721ee178 Switched SessionDelegate and all override closures to public to allow customization. 11 年之前
  mrahmiao 119d71473f Re-indent the :param: comment of . 11 年之前
  Alexander Strakovich 93170b53a8 Change internal progress state before calling delegates 11 年之前
  Mattt Thompson 3382b46170 Merge pull request #254 from mowens/bug/handle-0-bytes 11 年之前
  Mattt Thompson d41b8da0a1 [Issue #269] Documenting requirement to cancel pending tasks before session manager deinitialization 11 年之前
  Mattt Thompson e356b9f6f8 [Issue #269] Fixing crash caused by Manager deinit 11 年之前
  Noon, Christian 8b13498dd9 Extracted default HTTP header creation into a public class method. 11 年之前
  Noon, Christian ac25b66f27 Fixed issue where directory and domain parameters were ignored. 11 年之前