1. 04 9月, 2019 6 次提交
    • J
      Prepare rc1 (#2934) · 82cc60d7
      Jon Shier 提交于
      * Update version.
      
      * Update README.
      
      * Add version API.
      
      * Update Gems.
      
      * Update Jazzy docs.
      
      * Update formatting.
      82cc60d7
    • J
      Fix compatiblity with older compilers. · 91a45425
      Jon Shier 提交于
      91a45425
    • J
      Master build fix. · fe9d172f
      Jon Shier 提交于
      fe9d172f
    • J
      Make bundle id per platform (#2928) · dd533205
      Jonathan 提交于
      dd533205
    • J
      Update Usage.md Documentation (#2895) · 538edbfb
      Jon Shier 提交于
      * Start refactoring Usage document.
      
      * Bit of work.
      
      * Parameter encoding docs.
      
      * Prep for merge.
      
      * Start refactoring Usage document.
      
      * Bit of work.
      
      * Parameter encoding docs.
      
      * Prep for merge.
      
      * Finish parameter update.
      
      * Header and start response docs.
      
      * Finish updating DataRequest APIs.
      
      * Update Download and Upload sections.
      
      * Fix misspelling, cURL example.
      
      * Update some styling.
      
      * Break up long line.
      
      * More styling.
      
      * Additional styling.
      
      * Update code snippet.
      
      * Remove unnecessary note.
      
      * Update a few bits of styling.
      
      * Clean up headers whitespace.
      
      * Update for HTTP method changes.
      
      * Update docs for AF types, styling updates.
      
      * Add index.
      
      * Update ToC.
      
      * Update README.
      
      * Update note for mutiple handlers.
      
      * Remove parens from closure capture examples.
      
      * Usage Documentation Updates - cnoon Edits (#2929)
      
      * Small updates and edits to the Usage documentation
      
      * Removed unnecessary comma addition in array parameter encoding section
      538edbfb
    • J
      Add AF*Response, AFResult types, update tests to use AFError (#2921) · 6a75f4f4
      Jon Shier 提交于
      * Add AFError based typealiases, use them.
      
      * Fix reachability thread-safety.
      
      * Update tests for AFError usage.
      
      * Allow os events, they’re important sometimes.
      
      * Add newlines.
      6a75f4f4
  2. 30 8月, 2019 2 次提交
    • J
      Add SwiftFormat (#2918) · ab47c977
      Jon Shier 提交于
      * Add SwiftFormat, format everything.
      
      * Remove whitespace formatting target.
      
      * Update sample version.
      
      * Remove whitespace scheme.
      
      * Cleanup some error formatting.
      
      * Further error clean up.
      
      * Add missing doc comment.
      ab47c977
    • J
      Ensure Alamofire Can't Be Used With Background Sessions (#2917) · 1d5411cd
      Jon Shier 提交于
      * Add background session precondition.
      
      * Disable tests using background session.
      
      * Update URLCache initializer.
      
      * Additional cache update.
      
      * Fix caching, readd CacheHandler tests.
      1d5411cd
  3. 26 8月, 2019 2 次提交
    • J
      Refactor Reachability (#2915) · 052c2c23
      Jon Shier 提交于
      * Refactor reachability implementation.
      
      * Additional cleanup and tests.
      
      * Make listener queue private and pass it when listening.
      
      * Protect previous status.
      052c2c23
    • P
      Ubiquitous AFError (#2897) · a13c6974
      philtre 提交于
      * Make *Response doubly generic
      
      * Use AFError as default Request and *Response failure type. Wrap all thrown errors into AFError.
      
      * Update tests
      
      * Fix didCompleteTaskNotificaton not being posted
      
      * Avoid nesting AFError
      
      * Fix AFError documentation
      
      * Remove custom URLRequest validation failure reason
      
      * Enforce AFError in RetryResult.doNotRetryWithError
      
      * Simplify perform setup operations
      
      * Rename downloaded file move error case
      
      * Remove unnecessary unwraps
      
      * Use responseDecodable(of:)
      
      * Revert ValidationResult error type
      
      * Clean up whitespace
      
      * Rename AFError casting convenience method
      
      * Fix RetryResult failing test
      
      * Revert validation test
      
      * Revert RetryResult.doNotRetryWithError
      
      * Fix punctuation
      
      * Rename AFError property
      
      * Revert "default" keyword to "or"
      
      * Make switch cases in AFError exhaustive
      
      * Fix AFError descriptions
      
      * Add convenience to unconditionally cast Error to AFError
      
      * Add source URL to AFError.downloadedFileMoveFailed
      
      * Fix newlines
      
      * Remove explicit types
      
      * Use responseDecodable(of:)
      
      * Wrap request adaptation errors and revert tests
      a13c6974
  4. 22 8月, 2019 1 次提交
  5. 15 8月, 2019 2 次提交
  6. 14 8月, 2019 1 次提交
  7. 12 8月, 2019 2 次提交
  8. 10 8月, 2019 1 次提交
  9. 08 8月, 2019 1 次提交
    • J
      Add cancelAllRequests API (#2890) · 9482ebfe
      Jon Shier 提交于
      * Add bulk request cancellation API.
      
      * Resume tasks before cancelling to ensure we get metrics event.
      
      * Make cancellation reliable by resuming before cancel.
      
      * Add queue parameter, remove unnecessary self.
      9482ebfe
  10. 01 8月, 2019 1 次提交
  11. 30 7月, 2019 2 次提交
  12. 16 7月, 2019 1 次提交
  13. 10 7月, 2019 1 次提交
  14. 09 7月, 2019 1 次提交
  15. 07 7月, 2019 1 次提交
    • S
      Fix common typos. (#2848) · 576437d0
      Semen Zhydenko 提交于
      * aquiring -> acquiring
      
      * didnt -> didn't
      
      * occured -> occurred
      
      * reponse -> response
      
      * recieves -> receives
      
      * recieve -> receive
      
      * Reverted changes in docs
      576437d0
  16. 30 6月, 2019 1 次提交
    • J
      [Alamofire 5]: Update all inline API documentation. (#2845) · dfd0ac25
      Jon Shier 提交于
      * Rename internal Result extensions.
      
      * Update Alamofire docs.
      
      * Update AFError docs.
      
      * Cleanup HTTPHeaders.
      
      * ParameterEncoder doc update.
      
      * Whitespace cleanup.
      
      * Update all Request docs, update Destination and cancel handling.
      
      * Refactor download cancellation for common method.
      
      * Start Session documentation.
      
      * Update Gems.
      
      * Update Session queue ids.
      
      * Continue Session docs.
      
      * DataRequest and DownloadRequest docs.
      
      * Add default value note.
      
      * Continue request docs.
      
      * Whitespace cleanup.
      
      * Finish Session docs, update AF docs.
      
      * Small doc cleanup.
      
      * SessionDelegate cleanup.
      
      * Update docs for NetworkReachabilityManager.
      
      * Update docs for MultipartFormData.
      
      * Remove OS check, as compiler warns.
      
      * Update RedirectHandler docs.
      
      * Update RequestInterceptor docs.
      
      * Update ServerTrustEvaluation docs.
      
      * ResponseSerialization doc updates.
      
      * Misc. cleanup.
      
      * Update Gems.
      
      * Add docs for missed public API.
      
      * Make cancel() on DownloadRequest not produce resumeData.
      
      * Fix download events.
      
      * Add missing fileManager parameter.
      
      * Make event tests more explicit.
      
      * Whitespace cleanup.
      
      * ParameterEncoding -> ParameterEncoder
      
      * Fix typo.
      
      * Updates for PR feedback.
      
      * Final PR fixes.
      
      * Add extra line before Returns doc.
      
      * Clean up download cancellation.
      dfd0ac25
  17. 14 6月, 2019 1 次提交
  18. 08 5月, 2019 1 次提交
  19. 06 5月, 2019 1 次提交
  20. 24 4月, 2019 3 次提交
  21. 16 4月, 2019 3 次提交
  22. 13 4月, 2019 5 次提交