Commit History

Author SHA1 Message Date
  Christian Noon c45881fe18 Fixed some inaccurate docs on a few of the public delegate closures. 10 years ago
  Siemen Sikkema b6e10d340d Fix comment 10 years ago
  Mattt Thompson 829fb1a913 [Issue #393] Ensuring unique task identifiers for upload and download tasks 10 years ago
  Mattt Thompson dd095372e0 Use default NSURLSession trust evaluation 10 years ago
  Mattt Thompson 34ad630371 Merge pull request #394 from mthole/mthole/default-ssl-validation 10 years ago
  Mattt Thompson 2b77620edb Copy editing header documentation for session delegate method override properties 10 years ago
  Mattt Thompson bc81fa5ad8 Replacing initializer with default property value 10 years ago
  Mattt Thompson aaf48d49eb Making SessionDelegate final 10 years ago
  Mattt Thompson 46a043d02d Merge branch 'background_sessions' of https://github.com/cnoon/Alamofire into cnoon-background_sessions 10 years ago
  Mattt Thompson 04df37e27e Merge branch 'xcode-6.3' 10 years ago
  Mattt Thompson 6cffddcf15 [Issue #359][Issue #358] Respect server provided character encoding with overrideable configuration, defaulting string response serialization to ISO-8859-1, as per the HTTP/1.1 specification. 10 years ago
  Christian Noon af1e24c383 Removed ambiguous response serializer methods that collide with default parameters. 10 years ago
  Pitiphong Phongpattranont dbf0676cce Remove optional type from progress property. 10 years ago
  Stephane Lizeray 9075691ca5 [Issue #370] Updating legal characters to be escaped according to RFC 3986 Section 3.4 10 years ago
  Michael Thole 63a00ae700 For SSL validation, use default system validation until custom behavior is properly implemented. 10 years ago
  Mattt Thompson 950eda9688 Rebasing xcode-6.3 from master. 10 years ago
  Aron Cedercrantz 2f39b8634a [Issue #357] Resolving issues with Xcode 6.3 Beta 2 10 years ago
  Christian Noon c6ea78fa11 Merge branch 'mattt-master' into background_sessions 10 years ago
  Mattt Thompson 5be585cf23 Making APIs for request / upload / download methods on manager equivalent to those provided at top-level 10 years ago
  Mattt Thompson d337018a5b Porting code to Swift 1.2 10 years ago
  obohrer b1b225a6be add convenience upload functions in Manager 11 years ago
  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 years ago
  Mattt Thompson d10295560d Updating copyright year 11 years ago
  Alexander Strakovich 6f0a61e572 Use defined type for clojure 'destination' in download functions 11 years ago
  Noon, Christian 582267b974 Added a backgroundCompletionHandler and call it when the session finishes background events. 11 years ago
  Noon, Christian 330905ec05 Modified all the NSURLSessionDownloadDelegate methods to first call the override closures. 11 years ago
  Noon, Christian dcd4a75b3c Modified all NSURLSessionDataDelegate methods to first call override closures if set. 11 years ago
  Noon, Christian dfab3f3f62 Fixed bug where data task delegate was never being called. 11 years ago
  Noon, Christian bbf16e17b4 Fixed bug where the dataTaskDidBecomeDownloadTask closure was missing the download task. 11 years ago
  Noon, Christian a59b07b8eb Modified the NSURLSessionTaskDelegate methods to first rely on override closures if set. 11 years ago