Commit History

Author SHA1 Message Date
  Christian Noon dc4b627fd7 Moved `Validation` typealias formatting onto multiple lines…no functional changes. 9 years ago
  Christian Noon 5b9f8f6bb4 [PR #1492] Response types now contain task metrics. 9 years ago
  Christian Noon e96befe3ec [PR #1491] Removed URLStringConvertible conformance on URLRequest. 9 years ago
  Christian Noon 76558cf442 Fixed compiler error in tests due to escaping closure change on RequestRetrier. 9 years ago
  Christian Noon 73e4767d26 Set code signing to automatic with no team on framework, test and app targets. 9 years ago
  Aron Cedercrantz 9bcdee68cc [PR #1489] Updated RequestRetrier completion to be escaping. 9 years ago
  Christian Noon 9563afbdca Updated the podspec to the 4.0.0 release. 9 years ago
  Christian Noon ee4d6ce6b4 Merge branch 'swift3' 9 years ago
  Christian Noon bc197a65b6 Added release notes to the CHANGELOG and bumped the version to 3.5.0. 9 years ago
  Christian Noon 91149f5524 Upgraded the iOS Example project file to Xcode 8. 9 years ago
  Christian Noon 237ccab49a Removed deployment target overrides set in each framework or test target. 9 years ago
  Christian Noon 80f01ba759 Fixed TLS evaluation test that can fail in a different way when behind a proxy. 9 years ago
  Jon Shier 535651cade Update for Xcode 8 beta 4. 9 years ago
  Christian Noon b201e28b5d Switched convertible extensions over to using one-line property implementations. 9 years ago
  Christian Noon 7f8f9137d0 Updated travis yaml file to support both Xcode 7.3 and 8 images. 9 years ago
  Jon Shier 823082d667 Updates for beta 3. 9 years ago
  Jon Shier b7e808e1f0 Update for beta 2. 9 years ago
  Kevin Harwood c65e8450de Initial 2.3 migration for Source, Tests, and Example App 9 years ago
  Christian Noon 680690beaa Fixed TLS evaluation test that can fail in a different way when behind a proxy. 9 years ago
  Christian Noon 6814e7ab98 Merge pull request #1465 from Alamofire/feature/parameter-encoding-protocol 9 years ago
  Christian Noon b468f74cf8 Removed `String.Encoding` prefix that was not necessary…no functional changes. 9 years ago
  Christian Noon 8ce9088184 Added safeguards to url parameter encoding when extracting the url request’s url. 9 years ago
  Christian Noon 6a1e267d52 Added parameter encoding failure docstrings and refactored reasons to be consistent. 9 years ago
  Christian Noon 2e1cbb8193 Added extra progress check to increase reliability of download tests. 9 years ago
  Christian Noon 65ac1c5f2d Refactored ParameterEncoding into a protocol with url, json and plist structs. 9 years ago
  Christian Noon 99f168980f Cleaned up parameter encoding assertions and removed unnecessary nil coalescing. 9 years ago
  Christian Noon e3f3cefb2b Modified task delegate to only store the url session task error if error is nil. 9 years ago
  Christian Noon 25b8cf0fca ParameterEncoding encode API now throws instead of returning tuple. 9 years ago
  Jon Shier 418b0fc16a Updates for the Xcode 8 GM. 9 years ago
  Christian Noon 6effc0883e Removed unnecessary `public` extension declarations and updated docstrings. 9 years ago