Christian Noon
|
09c18a033c
Now clearing out the requests and timestamps between cache tests.
|
il y a 9 ans |
Christian Noon
|
34a6337b66
Bumped up the cache test wait time for priming the cache to help stabilize CI.
|
il y a 9 ans |
Christian Noon
|
8b8c929b3a
Disabled didReceiveChallenge tests on iOS 8.x due to respondsToSelector bug.
|
il y a 9 ans |
Christian Noon
|
782e93d59e
Temporarily disabled release tests and example compilation on Travis.
|
il y a 9 ans |
Christian Noon
|
5a289a4cc0
Bumped cache test case setup delay to 2 seconds to attempt to stabilize CI.
|
il y a 9 ans |
Christian Noon
|
44699e2187
Auth tests now use default session config that clears out shared cookie storage.
|
il y a 9 ans |
Christian Noon
|
016d6b856b
Updated authentication tests to use ephemeral configurations to stabilize Travis.
|
il y a 9 ans |
Christian Noon
|
1eb5f82609
Added tests for respondsToSelector checks for SessionDelegate override closures.
|
il y a 9 ans |
Christian Noon
|
ca4a8a510d
Moved the redirect tests into a new SessionDelegateTests file.
|
il y a 9 ans |
Christian Noon
|
8ea36fccce
Fixed issue where challenge and response closures with completion were not called.
|
il y a 9 ans |
Christian Noon
|
def5551580
Added marks and made small formatting fixes...no functional changes.
|
il y a 9 ans |
Christian Noon
|
1063611ecb
Merge pull request #1141 from Alamofire/fix/redirect_with_completion
|
il y a 9 ans |
Kevin Harwood
|
0c012f9971
Migrated test case to use expectations instead of a count
|
il y a 9 ans |
Kevin Harwood
|
7daf1b08ea
Fixed the responseToSelector check for the new http redirect method with completion
|
il y a 9 ans |
Kevin Harwood
|
3ea5db0481
Added tests for the redirect with completion.
|
il y a 9 ans |
Christian Noon
|
fad7390adc
Added upgrade notes to the 3.3.0 release in the CHANGELOG.
|
il y a 9 ans |
Christian Noon
|
bf208d0c6d
Added release notes to the CHANGELOG and bumped the version to 3.3.0.
|
il y a 9 ans |
Christian Noon
|
22c81a3bb1
Updated the Travis CI to use Xcode 7.3 and also updated matrix targets.
|
il y a 9 ans |
Dominik Hadl
|
3860631533
Fixed deprecation warnings for associated types and selectors for Swift 2.2.
|
il y a 9 ans |
James Barrow
|
6d1dd287c5
Fixed build warnings in Xcode 7.3 beta 2 for Swift 2.2
|
il y a 10 ans |
Christian Noon
|
e901ecbcba
Merge pull request #1121 from KingOfBrian/bugfix/StreamUsage
|
il y a 9 ans |
Christian Noon
|
ef756b0065
Switched reachability over to using IPv4 for iOS 8.x and OSX 10.9.x.
|
il y a 9 ans |
Christian Noon
|
ca59c40868
Merge pull request #1112 from lucatorella/feature/callback-on-different-queue
|
il y a 9 ans |
Christian Noon
|
47b3303aca
Merge pull request #1108 from topchul/FixTypo/ResponseSerializationTestCase
|
il y a 9 ans |
Christian Noon
|
37e0b8283c
Merge pull request #1099 from Alamofire/feature/override_closures_with_completion
|
il y a 9 ans |
Christian Noon
|
305258733b
[Issue #1100] Simplified `User-Agent` header logic leveraging more type-safety.
|
il y a 9 ans |
Brian King
|
34086ca25a
Do not schedule the input or output streams in the runloop since they are used synchronously
|
il y a 9 ans |
Luca Torella
|
4c7bf391b3
Adding the possibility to receive the callback to a thread different from the main one to all response methods.
|
il y a 9 ans |
Gregory J.H. Rho
|
50cc864581
Fixed Typo on ResponseSerializationTestCase
|
il y a 9 ans |
Christian Noon
|
fcb8705e05
Added override closures for all SessionDelegate APIs with completion handlers.
|
il y a 9 ans |