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