Commit History

Author SHA1 Message Date
  Cédric Luthi d45df72d91 Set indentation settings to four spaces at the project level 9 years ago
  Christian Noon bb0d1a701b Merge pull request #1172 from Alamofire/feature/non_final_session_delegate 9 years ago
  Christian Noon 04d8748595 Made SessionDelegate subscript public to allow full control when subclassing. 9 years ago
  Christian Noon ce0f8a0c1a Merge pull request #1174 from dersvenhesse/patch-1 9 years ago
  dersvenhesse 92c2036926 fixed minor typos 9 years ago
  Cédric Luthi 2b91b8fc05 Added status code and content type values into NSError userInfo dictionaries. 9 years ago
  Cédric Luthi 8d9f79a86f Deprecated errorWithCode APIs and updated NSURLError* domains to NSURLErrorDomain. 9 years ago
  Christian Noon c3983bc140 Merge pull request #1164 from 0xced/invalid-credentials-401 9 years ago
  Christian Noon 8e3990b3c9 Rebuilt URLProtocol tests to demonstrate using NSURLProtocol with NSURLSession. 9 years ago
  Christian Noon 3b1edd80ca Updated the Requirements, CocoaPods and Carthage sections of the README. 9 years ago
  Christian Noon 971e2f808d Removed final keyword from SessionManager declaration to allow subclassing. 9 years ago
  Cédric Luthi b5b7339e16 Requests with invalid credentials should terminate with a 401 code 9 years ago
  Christian Noon 34ab394064 Added release notes to the CHANGELOG and bumped the version to 3.3.1. 9 years ago
  Christian Noon 97df59cbd7 Re-enabled all travis-ci tests and removed building the example app in release. 9 years ago
  Christian Noon 3f7aff199e Swapped concurrent queue for custom serial queue to improve reliability. 9 years ago
  Christian Noon 2ee092aeb3 Updated cache test check for no store header to use availability checks. 9 years ago
  Christian Noon bba468a893 Fixed typo in the iOS 9.1 destination in the travis yaml file. 9 years ago
  Christian Noon 09c18a033c Now clearing out the requests and timestamps between cache tests. 9 years ago
  Christian Noon 34a6337b66 Bumped up the cache test wait time for priming the cache to help stabilize CI. 9 years ago
  Christian Noon 8b8c929b3a Disabled didReceiveChallenge tests on iOS 8.x due to respondsToSelector bug. 9 years ago
  Christian Noon 782e93d59e Temporarily disabled release tests and example compilation on Travis. 9 years ago
  Christian Noon 5a289a4cc0 Bumped cache test case setup delay to 2 seconds to attempt to stabilize CI. 9 years ago
  Christian Noon 44699e2187 Auth tests now use default session config that clears out shared cookie storage. 9 years ago
  Christian Noon 016d6b856b Updated authentication tests to use ephemeral configurations to stabilize Travis. 9 years ago
  Christian Noon 1eb5f82609 Added tests for respondsToSelector checks for SessionDelegate override closures. 9 years ago
  Christian Noon ca4a8a510d Moved the redirect tests into a new SessionDelegateTests file. 9 years ago
  Christian Noon 8ea36fccce Fixed issue where challenge and response closures with completion were not called. 9 years ago
  Christian Noon def5551580 Added marks and made small formatting fixes...no functional changes. 9 years ago
  Christian Noon 1063611ecb Merge pull request #1141 from Alamofire/fix/redirect_with_completion 9 years ago
  Kevin Harwood 0c012f9971 Migrated test case to use expectations instead of a count 9 years ago