Christian Noon
|
e225359183
Added an `Adapting and Retrying Requests` section to the README.
|
9 жил өмнө |
Christian Noon
|
5a2bea803c
RequestAdapter and RequestRetrier protocols now allow Requests to be retried.
|
9 жил өмнө |
Jon Shier
|
7b419b76a4
[PR #1419] Refactored Error to new AFError system across all APIs.
|
9 жил өмнө |
Jon Shier
|
1dc3992a38
Updated project, source and documentation for Xcode 8 beta 6.
|
9 жил өмнө |
Christian Noon
|
8b76a4a09a
SessionDelegate now stores Requests internally in preparation for retry logic.
|
9 жил өмнө |
Christian Noon
|
3d23fd8213
Refactored suggestedDownloadDestination API to match FileManager APIs.
|
9 жил өмнө |
Christian Noon
|
d9fb21e5c8
Refactored all Core APIs and documentation to match Swift 3 API design guidelines.
|
9 жил өмнө |
Christian Noon
|
e5e2d6b738
Split SessionDelegate, TaskDelegate and subclasses into global namespace.
|
9 жил өмнө |
Christian Noon
|
ec1c23d0e7
Reorganized Request extensions and MARKs to better group common logic.
|
9 жил өмнө |
Christian Noon
|
4f687613ea
Refactored Error logic due to conflicting Error protocol released in Xcode 8 beta 4.
|
9 жил өмнө |
Jon Shier
|
a113e4352e
Update for Xcode 8 beta 4.
|
9 жил өмнө |
Christian Noon
|
304cb54998
Added discardableResult annotations to authenticate, validate and response APIs.
|
9 жил өмнө |
Christian Noon
|
5c2f4365be
Refactored Notifications to use nested structs inside Notification.Name namespace.
|
9 жил өмнө |
Christian Noon
|
913f98a4f0
Bumped deployment targets to iOS 9.0, macOS 10.11, tvOS 9.0 and watchOS 2.0.
|
9 жил өмнө |
Christian Noon
|
607ad25ed1
Removed excess whitespace from Swift files using Cleanup Whitespace target.
|
9 жил өмнө |
Jon Shier
|
f55bdf7a96
Updates for beta 3. Convert iOS Example to Swift 3 explicitly.
|
9 жил өмнө |
Jon Shier
|
fcb4829a78
Update for Xcode 8 beta 2.
|
9 жил өмнө |
Kevin Harwood
|
eb0923ec6e
Initial Swift 3 Migration
|
9 жил өмнө |
Christian Noon
|
f443cd8a76
Fixed issue where internal quotes were not escaped correctly in cURL output.
|
9 жил өмнө |
Christian Noon
|
2501fc92ea
Updated copyright headers to use two spaces and padding above and below.
|
9 жил өмнө |
Christian Noon
|
c51d32c35d
Updated dash in copyright headers to use U+002D dash instead of U+2013.
|
9 жил өмнө |
Cédric Luthi
|
c2a282cc80
Added authorizationHeader API to generate base64 encoded authorization header.
|
9 жил өмнө |
Chris Richards
|
d2b85f4381
Fixed Request cURLRepresentation method to coalesce duplicate headers.
|
9 жил өмнө |
Cédric Luthi
|
b5b7339e16
Requests with invalid credentials should terminate with a 401 code
|
9 жил өмнө |
James Barrow
|
6d1dd287c5
Fixed build warnings in Xcode 7.3 beta 2 for Swift 2.2
|
10 жил өмнө |
Christian Noon
|
634d0b23a0
Refactored NotificationNames and moved status changes into userInfo.
|
9 жил өмнө |
Christian Noon
|
e68235ff24
Timeline now uses CFAbsoluteTime instead of NSDate to avoid excess overhead.
|
9 жил өмнө |
Christian Noon
|
cfc9dce856
Start time of a Request is now computed lazily from the first call to resume.
|
9 жил өмнө |
Christian Noon
|
7a6017de86
Added Timeline struct to capture timings through the lifecycle of a Request.
|
9 жил өмнө |
Christian Noon
|
41670284b7
Added the task to the task state change notifications.
|
9 жил өмнө |