Commit History

Author SHA1 Message Date
  Christian Noon 1589afd233 Removed commented out code in ResponseSerialization that is no longer needed. 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 2a6ccac905 Fixed small issues in public docstrings based on PR feedback. 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 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 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
  Kevin Harwood eb0923ec6e Initial Swift 3 Migration 9 years ago
  Christian Noon 2501fc92ea Updated copyright headers to use two spaces and padding above and below. 9 years ago
  Christian Noon c51d32c35d Updated dash in copyright headers to use U+002D dash instead of U+2013. 9 years ago
  Cédric Luthi 8d9f79a86f Deprecated errorWithCode APIs and updated NSURLError* domains to NSURLErrorDomain. 9 years ago
  Dominik Hadl 3860631533 Fixed deprecation warnings for associated types and selectors for Swift 2.2. 9 years ago
  Luca Torella 4c7bf391b3 Adding the possibility to receive the callback to a thread different from the main one to all response methods. 9 years ago
  Chris Cieslak 59ef4f5da3 Removed var function parameter in ResponseSerialization to build under newest Swift toolchain. 9 years ago
  Christian Noon e68235ff24 Timeline now uses CFAbsoluteTime instead of NSDate to avoid excess overhead. 9 years ago
  Christian Noon cfc9dce856 Start time of a Request is now computed lazily from the first call to resume. 9 years ago
  Christian Noon 7a6017de86 Added Timeline struct to capture timings through the lifecycle of a Request. 9 years ago
  Christian Noon c54aa1932d Updated the copyright years for the license across all project files. 10 years ago
  Christian Noon e5dfdb1a64 Switched response status code 204 checks to use if condition instead of guard. 10 years ago
  Christian Noon 83b32faa8a JSON and plist validation now throw Alamofire error when data has zero length. 10 years ago
  Christian Noon d76faf2bab Added 204 support to response serializers and removed data length checks. 10 years ago
  Nicholas Maccharoli bc3f36f754 replace unnecessary usage of NSString with String 10 years ago
  Christian Noon e64ae6565f Merge branch 'feature/double_generic_results' into feature/response_generic_type 10 years ago
  Christian Noon 025f33bc0e Response serializers are now passed the delegate error if available. 10 years ago
  Christian Noon 248ec573bc Added missing docstring to Error typealias in ResponseSerializer protocol. 10 years ago
  Christian Noon 8a6ee8427d Refactored all response serialization to leverage the new Response struct. 10 years ago