Commit History

Author SHA1 Message Date
  Christian Noon 25d8fdd8a3 [Issue #1853] Fixed issue where SessionManager did not respect retry time delay. 9 years ago
  Christian Noon e68bfdccaa Multipart form data upload now deletes temp file if encoding fails. 9 years ago
  Christian Noon d2826a1132 [Issue 1785] Fixed issue where adapt error was incorrectly sent to retrier. 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 9688b16f05 Session manager now cleans up temp multipart form data file after upload. 9 years ago
  Christian Noon 7e8f79b103 Switched AdaptError extraction over to optional underlyingAdaptError property. 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 5564f6bbdc Throwing an error in adapter now calls retrier to check whether or not to retry. 9 years ago
  Christian Noon b98fe26cb8 [Issue #1672] Added Request retryCount property to support RequestRetrier. 9 years ago
  Christian Noon 4af61a695b Added docstrings and note to README about resumeData and background sessions. 9 years ago
  Justin Jia 53a400e5a6 [PR #1520] Renamed OSX to macOS throughout the project. 9 years ago
  Christian Noon e50160acda Replaced instances of `com.alamofire` with `org.alamofire` throughout 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 763747a945 Refactored RequestType to RequestTask and moved TaskConvertible in as well. 9 years ago
  Christian Noon 8bacc4ee4c Fixed issue for all Request types where resume was not if creation failed. 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 b73893d013 [Issue #1333] MultipartFormData temp directory is now created serially. 9 years ago
  Christian Noon a6b4f4df0d Added HTTPHeaders typealias for top-level API convenience. 9 years ago
  Christian Noon 65ac1c5f2d Refactored ParameterEncoding into a protocol with url, json and plist structs. 9 years ago
  Christian Noon 25b8cf0fca ParameterEncoding encode API now throws instead of returning tuple. 9 years ago
  Jon Shier 418b0fc16a Updates for the Xcode 8 GM. 9 years ago
  Jon Shier e5d6f637b1 Refactor User-Agent generation, add documentation and test. 9 years ago
  Christian Noon 66fc1a872b Updated download docstrings to be more specific about destination closure behavior. 9 years ago
  Christian Noon 722b701e40 Method now defaults to `.get` for request and download and `.post` for upload. 9 years ago
  Christian Noon cea1449c70 Destinations are now optional and DownloadOptions make moving files more robust. 9 years ago
  Christian Noon cb44f1f18b Updated SessionManager APIs to all leverage TaskConvertible conformance. 9 years ago