Jon Shier
|
55846392ad
Update cURL support for async request creation. (#2863)
|
6 years ago |
Jon Shier
|
dfd0ac25ec
[Alamofire 5]: Update all inline API documentation. (#2845)
|
6 years ago |
Christian Noon
|
2154c666d8
Fixed issue where serializer completion was not called when request was complete (#2810)
|
6 years ago |
Jon Shier
|
9bade216af
Lock Request state access using internal API. (#2814)
|
6 years ago |
Jon Shier
|
63cbd535f9
Bugfix: DownloadRequest event duplication and missing events. (#2807)
|
6 years ago |
Christian Noon
|
14d54951c5
Moved all public result extensions to be internal
|
6 years ago |
Eric Jensen
|
579d6f4188
Opened up several APIs on Result behind af namespace through AFExtension
|
6 years ago |
Dave Camp
|
ce428e40c3
Replaced Alamofire Result type with AFResult typealias to Foundation.Result
|
6 years ago |
Christian Noon
|
ba36af8a75
Fixed race condition issue in download cancellation test
|
6 years ago |
Jon Shier
|
3e488dcd5c
Alamofire 5! (#2375)
|
7 years ago |
Jon Shier
|
d0208adc36
Updates for 4.8.0 (#2648)
|
7 years ago |
Jon Shier
|
1032399187
Update to 4.7.1. (#2476)
|
7 years ago |
Jon Shier
|
0a34b44572
Add Error mapping functions to Response types (#2361)
|
8 years ago |
Christian Noon
|
c20e17e38e
Fixed the copyright in all the source files.
|
8 years ago |
Gwendal Roué
|
7f8fe9c7c6
[PR #1836] Added functional extensions for Result, Data and Download Response.
|
8 years ago |
Christian Noon
|
44c0706070
Added test verifying retrier is called when request encounters adapt error.
|
9 years ago |
Jon Shier
|
cadf4fbb04
[PR #1723] Refactored download completion to not crash on nil response.
|
9 years ago |
Christian Noon
|
acc7361c2e
Added test verifying download request can be resumed with resume data.
|
9 years ago |
Christian Noon
|
8f370a2300
[Issue #1512] Test suite now only writes files to the temp directory.
|
9 years ago |
Christian Noon
|
e48a78e68d
Refactored URLStringCovertible to URLConvertible and removed protocol property.
|
9 years ago |
Christian Noon
|
4b64169dd7
Fixed issue in resume data tests where request was being cancelled multiple times.
|
9 years ago |
Christian Noon
|
7294029530
Fixed up progress test cases to use GTE comparison instead of GT.
|
9 years ago |
Christian Noon
|
7925a0a7fc
[Issue #1467] Removed downloadProgress and uploadProgress Int64 variants.
|
9 years ago |
Christian Noon
|
e96befe3ec
[PR #1491] Removed URLStringConvertible conformance on URLRequest.
|
9 years ago |
Christian Noon
|
2e1cbb8193
Added extra progress check to increase reliability of download tests.
|
9 years ago |
Jon Shier
|
418b0fc16a
Updates for the Xcode 8 GM.
|
9 years ago |
Christian Noon
|
bc2f0aa91c
Removed excess `method` declarations on download and upload APIs in test suite.
|
9 years ago |
Christian Noon
|
2b72506c17
Added tests validating failure and success scenarios around download options.
|
9 years ago |
Christian Noon
|
cea1449c70
Destinations are now optional and DownloadOptions make moving files more robust.
|
9 years ago |
Christian Noon
|
7ed3ce5ecd
Moved response serializers to data requests and added variants for download requests.
|
9 years ago |