Commit History

Author SHA1 Message Date
  Aron Cedercrantz 9bcdee68cc [PR #1489] Updated RequestRetrier completion to be escaping. 9 years ago
  Jon Shier 418b0fc16a Updates for the Xcode 8 GM. 9 years ago
  Christian Noon 7a2455197f Simplified DownloadOptions struct by removing typealias and bitmask properties. 9 years ago
  Christian Noon cea1449c70 Destinations are now optional and DownloadOptions make moving files more robust. 9 years ago
  Christian Noon 08c0bec9c9 Added labels to the Streamable.stream associated values for clarity. 9 years ago
  Christian Noon 7e570726ca Switched Requestable single case enumeration over to a struct instead. 9 years ago
  Christian Noon b56bd7d8c2 Added syncResult extension to DispatchQueue to simplify thread-safe locking. 9 years ago
  Christian Noon 004b315623 Refactored `authorizationHeader` API to drop the `From`…no functional changes. 9 years ago
  Christian Noon 99fd1990f5 Refactored progress tracking across Request subclasses to improve accuracy. 9 years ago
  Christian Noon eecde562c8 Created Data, Download, Upload and Stream Request subclasses. 9 years ago
  Christian Noon 612abecb13 Switched authorizationHeader static method over to returning optional tuple. 9 years ago
  Christian Noon e225359183 Added an `Adapting and Retrying Requests` section to the README. 9 years ago
  Christian Noon 5a2bea803c RequestAdapter and RequestRetrier protocols now allow Requests to be retried. 9 years ago
  Jon Shier 7b419b76a4 [PR #1419] Refactored Error to new AFError system across all APIs. 9 years ago
  Jon Shier 1dc3992a38 Updated project, source and documentation for Xcode 8 beta 6. 9 years ago
  Christian Noon 8b76a4a09a SessionDelegate now stores Requests internally in preparation for retry logic. 9 years ago
  Christian Noon 3d23fd8213 Refactored suggestedDownloadDestination API to match FileManager APIs. 9 years ago
  Christian Noon d9fb21e5c8 Refactored all Core APIs and documentation to match Swift 3 API design guidelines. 9 years ago
  Christian Noon e5e2d6b738 Split SessionDelegate, TaskDelegate and subclasses into global namespace. 9 years ago
  Christian Noon ec1c23d0e7 Reorganized Request extensions and MARKs to better group common logic. 9 years ago
  Christian Noon 4f687613ea Refactored Error logic due to conflicting Error protocol released in Xcode 8 beta 4. 9 years ago
  Jon Shier a113e4352e Update for Xcode 8 beta 4. 9 years ago
  Christian Noon 304cb54998 Added discardableResult annotations to authenticate, validate and response APIs. 9 years ago
  Christian Noon 5c2f4365be Refactored Notifications to use nested structs inside Notification.Name namespace. 9 years ago
  Christian Noon 913f98a4f0 Bumped deployment targets to iOS 9.0, macOS 10.11, tvOS 9.0 and watchOS 2.0. 9 years ago
  Christian Noon 607ad25ed1 Removed excess whitespace from Swift files using Cleanup Whitespace target. 9 years ago
  Jon Shier f55bdf7a96 Updates for beta 3. Convert iOS Example to Swift 3 explicitly. 9 years ago
  Jon Shier fcb4829a78 Update for Xcode 8 beta 2. 9 years ago
  Kevin Harwood eb0923ec6e Initial Swift 3 Migration 9 years ago
  Christian Noon f443cd8a76 Fixed issue where internal quotes were not escaped correctly in cURL output. 9 years ago