Jon Shier
|
1ea51dfe6b
Finalize EventMonitor events, other misc. cleanup.
|
7 years ago |
Jon Shier
|
4c2062a8d6
Add URLSession intializer and default configuration.
|
7 years ago |
Jon Shier
|
c772f563e2
Implement downloads, progress, and enable tests.
|
7 years ago |
Jon Shier
|
d9a397a703
Reimplement multipart form data uploads.
|
7 years ago |
Jon Shier
|
3e3deb4f2a
Fix asynchronous state changes and cancellation during async work.
|
7 years ago |
Jon Shier
|
0e2bc4d814
Refactor request creation and lifetime methods, implement retry.
|
7 years ago |
Jon Shier
|
7a6670f0b5
Add EventMonitor, work towards completion.
|
7 years ago |
Jon Shier
|
6af7349872
Fix more tests.
|
7 years ago |
Jon Shier
|
6505d09025
Fixes from merging.
|
7 years ago |
Jon Shier
|
19fdcb17ce
Merge remote-tracking branch 'origin/master' into alamofire5
|
7 years ago |
Jon Shier
|
7bef9405f1
Fix Retrier Leaks (#2491)
|
7 years ago |
Jon Shier
|
1032399187
Update to 4.7.1. (#2476)
|
7 years ago |
Jon Shier
|
af7c2a9f87
Fixes after bad merges.
|
8 years ago |
Jon Shier
|
ab63fa2952
Brotli Support (#2442)
|
8 years ago |
Jon Shier
|
f127695ed4
Refactor ServerTrustPolicy (#2344)
|
8 years ago |
Christian Noon
|
c20e17e38e
Fixed the copyright in all the source files.
|
8 years ago |
Jon Shier
|
8e85284b58
Update styling, fix warnings by setting the swift migration value, turn off @objc inference.
|
8 years ago |
Jon Shier
|
888f93f86e
Cleanup some old tests, run whitespace cleanup.
|
8 years ago |
Jon Shier
|
0edade1183
Make Alamofire build under Xcode 9 with Swift 3.2 and 4.
|
8 years ago |
Christian Noon
|
d2826a1132
[Issue 1785] Fixed issue where adapt error was incorrectly sent to retrier.
|
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
|
44c0706070
Added test verifying retrier is called when request encounters adapt error.
|
9 years ago |
Christian Noon
|
b98fe26cb8
[Issue #1672] Added Request retryCount property to support RequestRetrier.
|
9 years ago |
Justin Jia
|
53a400e5a6
[PR #1520] Renamed OSX to macOS throughout the project.
|
9 years ago |
Christian Noon
|
e48a78e68d
Refactored URLStringCovertible to URLConvertible and removed protocol property.
|
9 years ago |
Christian Noon
|
18067d1e09
Refactored top-level APIs by removing external `resource` parameter name.
|
9 years ago |
Christian Noon
|
952423082d
Added tests around invalidURLString error cases for Request creation and adaptation.
|
9 years ago |
Christian Noon
|
95a0ad51be
Added safety to URLStringConvertible, URLRequestConvertible and RequestAdapter.
|
9 years ago |
Christian Noon
|
e96befe3ec
[PR #1491] Removed URLStringConvertible conformance on URLRequest.
|
9 years ago |