Historique des commits

Auteur SHA1 Message Date
  Jon Shier 0cecb3fa30 Remove Swift version checking for Xcode 9 beta 3. il y a 8 ans
  Jon Shier 8e85284b58 Update styling, fix warnings by setting the swift migration value, turn off @objc inference. il y a 8 ans
  Jon Shier 888f93f86e Cleanup some old tests, run whitespace cleanup. il y a 8 ans
  Jon Shier 0edade1183 Make Alamofire build under Xcode 9 with Swift 3.2 and 4. il y a 8 ans
  Christian Noon 25d8fdd8a3 [Issue #1853] Fixed issue where SessionManager did not respect retry time delay. il y a 9 ans
  Christian Noon e68bfdccaa Multipart form data upload now deletes temp file if encoding fails. il y a 9 ans
  Christian Noon d2826a1132 [Issue 1785] Fixed issue where adapt error was incorrectly sent to retrier. il y a 9 ans
  Christian Noon 8c399fc71f Dropped deployment targets to iOS 8.0 and macOS 10.10 for upcoming release. il y a 9 ans
  Christian Noon 9688b16f05 Session manager now cleans up temp multipart form data file after upload. il y a 9 ans
  Christian Noon 7e8f79b103 Switched AdaptError extraction over to optional underlyingAdaptError property. il y a 9 ans
  Christian Noon 9df01e64de Retrier is now called when uploads encounter adapt error. il y a 9 ans
  Christian Noon 136419bd9b Retrier is now called when downloads encounter adapt error. il y a 9 ans
  Christian Noon 44c0706070 Added test verifying retrier is called when request encounters adapt error. il y a 9 ans
  Christian Noon 5564f6bbdc Throwing an error in adapter now calls retrier to check whether or not to retry. il y a 9 ans
  Christian Noon b98fe26cb8 [Issue #1672] Added Request retryCount property to support RequestRetrier. il y a 9 ans
  Christian Noon 4af61a695b Added docstrings and note to README about resumeData and background sessions. il y a 9 ans
  Justin Jia 53a400e5a6 [PR #1520] Renamed OSX to macOS throughout the project. il y a 9 ans
  Christian Noon e50160acda Replaced instances of `com.alamofire` with `org.alamofire` throughout project. il y a 9 ans
  Christian Noon e48a78e68d Refactored URLStringCovertible to URLConvertible and removed protocol property. il y a 9 ans
  Christian Noon 18067d1e09 Refactored top-level APIs by removing external `resource` parameter name. il y a 9 ans
  Christian Noon 763747a945 Refactored RequestType to RequestTask and moved TaskConvertible in as well. il y a 9 ans
  Christian Noon 8bacc4ee4c Fixed issue for all Request types where resume was not if creation failed. il y a 9 ans
  Christian Noon 95a0ad51be Added safety to URLStringConvertible, URLRequestConvertible and RequestAdapter. il y a 9 ans
  Christian Noon cb5e8db685 Request task is now optional allowing errors to potentially propagate through. il y a 9 ans
  Christian Noon b73893d013 [Issue #1333] MultipartFormData temp directory is now created serially. il y a 9 ans
  Christian Noon a6b4f4df0d Added HTTPHeaders typealias for top-level API convenience. il y a 9 ans
  Christian Noon 65ac1c5f2d Refactored ParameterEncoding into a protocol with url, json and plist structs. il y a 9 ans
  Christian Noon 25b8cf0fca ParameterEncoding encode API now throws instead of returning tuple. il y a 9 ans
  Jon Shier 418b0fc16a Updates for the Xcode 8 GM. il y a 9 ans
  Jon Shier e5d6f637b1 Refactor User-Agent generation, add documentation and test. il y a 9 ans