Historique des commits

Auteur SHA1 Message Date
  Jon Shier 19fdcb17ce Merge remote-tracking branch 'origin/master' into alamofire5 il y a 7 ans
  Jon Shier 1032399187 Update to 4.7.1. (#2476) il y a 7 ans
  Jonah 6359d9535c Escape quotes in headers when building cURLRepresentation (#2474) il y a 7 ans
  Jon Shier ab63fa2952 Brotli Support (#2442) il y a 8 ans
  Jon Shier 71d09002e9 Refactor Lock Usage and Introduce Protector (#2290) il y a 8 ans
  Jon Shier 0c53216e25 Drop iOS 8 / macOS 10.10 support and remove all workarounds. (#2254) il y a 8 ans
  Christian Noon c20e17e38e Fixed the copyright in all the source files. il y a 8 ans
  Christian Noon 72a4ad7c2d Fixed #if swift formatting throughout codebase…no functional changes. il y a 8 ans
  htinlinn e396a0efc1 Fixed `substring` API warnings for Swift 3.2 and up (#2240) il y a 8 ans
  Andrey Chernoprudov 0d2348dada [PR #2184] Removed force unwrapped URLCredential values in cURL representation. il y a 8 ans
  Simon Warta e1e8e62c53 [PR #2070] Use curl -v instead of curl -i in cURLRepresentation. il y a 8 ans
  Wolfgang Lutz c4aed6f9ac [PR #2104] Fixed misspelled words throughout the README. il y a 8 ans
  Alexander Ignition f8e719ec80 [PR #1893] Replaced syncResult extension with DispatchQueue.sync. il y a 9 ans
  Aron Cedercrantz 19e5012aaa [PR 1792] Added request property overrides to fallback on original task. il y a 9 ans
  Christian Noon 8c399fc71f Dropped deployment targets to iOS 8.0 and macOS 10.10 for upcoming release. il y a 9 ans
  Christian Noon 9df01e64de Retrier is now called when uploads encounter adapt error. il y a 9 ans
  Christian Noon 136419bd9b Retrier is now called when downloads encounter adapt error. il y a 9 ans
  Christian Noon 5564f6bbdc Throwing an error in adapter now calls retrier to check whether or not to retry. il y a 9 ans
  Jon Shier 49f483c92f [PR #1735] Fixed Xcode 8.1 compiler warnings and project suggestions. il y a 9 ans
  Christian Noon b98fe26cb8 [Issue #1672] Added Request retryCount property to support RequestRetrier. il y a 9 ans
  Christian Noon 8bdaed3488 Removed unnecessary `String.Encoding` type specifier…no functional changes. il y a 9 ans
  Christian Noon 763747a945 Refactored RequestType to RequestTask and moved TaskConvertible in as well. il y a 9 ans
  Christian Noon 95a0ad51be Added safety to URLStringConvertible, URLRequestConvertible and RequestAdapter. il y a 9 ans
  Christian Noon cb5e8db685 Request task is now optional allowing errors to potentially propagate through. il y a 9 ans
  Christian Noon 7925a0a7fc [Issue #1467] Removed downloadProgress and uploadProgress Int64 variants. il y a 9 ans
  Christian Noon a6b4f4df0d Added HTTPHeaders typealias for top-level API convenience. il y a 9 ans
  Aron Cedercrantz 9bcdee68cc [PR #1489] Updated RequestRetrier completion to be escaping. il y a 9 ans
  Jon Shier 418b0fc16a Updates for the Xcode 8 GM. il y a 9 ans
  Christian Noon 7a2455197f Simplified DownloadOptions struct by removing typealias and bitmask properties. il y a 9 ans
  Christian Noon cea1449c70 Destinations are now optional and DownloadOptions make moving files more robust. il y a 9 ans