提交历史

作者 SHA1 备注 提交日期
  Christian Noon 5ddf1aff7f Removed majority of AFResult extensions and migrated to Result equivalents 6 年之前
  Dave Camp ce428e40c3 Replaced Alamofire Result type with AFResult typealias to Foundation.Result 6 年之前
  Christian Noon 4b2c33cbe7 Added response serializer retry support (#2716) 6 年之前
  Jeff Kelley 9fe966a11e Updated Request to use new hash(into:) API for hashing (#2696) 6 年之前
  Christian Noon 96f9655f3b Added retry support per request as well as retry policies 6 年之前
  Christian Noon ee559dcf8b Fixed typo in precondition in Request redirect API 6 年之前
  Christian Noon 7c29181521 Added precondition safety check to cacheResponse API and added docstring 6 年之前
  Christian Noon 998191d475 Added CachedResponseHandler to allow per session and request response caching 6 年之前
  Christian Noon 30fd33dce8 Cleaned up docs and updated redirect API to “using” external parameter name 6 年之前
  Christian Noon 20cae7fdad Added RedirectHandler protocol to support redirects per session and per request 6 年之前
  Jon Shier 3e488dcd5c Alamofire 5! (#2375) 7 年之前
  Jon Shier d0208adc36 Updates for 4.8.0 (#2648) 7 年之前
  Giulio eb7610c264 Improve cURLRepresentation implementation readability (#2625) 7 年之前
  Jon Shier b2bafc17d3 Update for Xcode 10 and Swift 4.2 (#2552) 7 年之前
  Jon Shier 1032399187 Update to 4.7.1. (#2476) 7 年之前
  Jonah 6359d9535c Escape quotes in headers when building cURLRepresentation (#2474) 7 年之前
  Christian Noon c20e17e38e Fixed the copyright in all the source files. 8 年之前
  Christian Noon 72a4ad7c2d Fixed #if swift formatting throughout codebase…no functional changes. 8 年之前
  htinlinn e396a0efc1 Fixed `substring` API warnings for Swift 3.2 and up (#2240) 8 年之前
  Andrey Chernoprudov 0d2348dada [PR #2184] Removed force unwrapped URLCredential values in cURL representation. 8 年之前
  Simon Warta e1e8e62c53 [PR #2070] Use curl -v instead of curl -i in cURLRepresentation. 8 年之前
  Wolfgang Lutz c4aed6f9ac [PR #2104] Fixed misspelled words throughout the README. 8 年之前
  Alexander Ignition f8e719ec80 [PR #1893] Replaced syncResult extension with DispatchQueue.sync. 9 年之前
  Aron Cedercrantz 19e5012aaa [PR 1792] Added request property overrides to fallback on original task. 9 年之前
  Christian Noon 8c399fc71f Dropped deployment targets to iOS 8.0 and macOS 10.10 for upcoming release. 9 年之前
  Christian Noon 9df01e64de Retrier is now called when uploads encounter adapt error. 9 年之前
  Christian Noon 136419bd9b Retrier is now called when downloads encounter adapt error. 9 年之前
  Christian Noon 5564f6bbdc Throwing an error in adapter now calls retrier to check whether or not to retry. 9 年之前
  Jon Shier 49f483c92f [PR #1735] Fixed Xcode 8.1 compiler warnings and project suggestions. 9 年之前
  Christian Noon b98fe26cb8 [Issue #1672] Added Request retryCount property to support RequestRetrier. 9 年之前