Christian Noon
|
08fdbdee89
Fixed a bug in the URLProtocol tests that was causing test failures.
|
10 年 前 |
Matias Cudich
|
62947d6def
Fixed up compiler issues with Xcode 7 beta 5.
|
10 年 前 |
Christian Noon
|
f1dffe1cfb
Merge pull request #648 from Alamofire/feature/readme_updates
|
10 年 前 |
Christian Noon
|
bbdd0f8833
Added a Resume Data section to the README inside the Downloads section.
|
10 年 前 |
Christian Noon
|
00f8ca8206
Updated all README code samples to match the latest Swift 2.0 API changes.
|
10 年 前 |
Christian Noon
|
09fc146b08
Added CustomStringConvertible and CustomDebugStringConvertible conformance.
|
10 年 前 |
Christian Noon
|
1a12318dcf
Merge pull request #639 from jankase/FixSampleCompileError
|
10 年 前 |
Jan Kase
|
dde412a7a9
fixed example project and using responseString with old syntax
|
10 年 前 |
Christian Noon
|
88ca2a248e
Added external parameter name for queue in the response method.
|
10 年 前 |
Christian Noon
|
fedbc04501
Merge pull request #627 from Alamofire/feature/results_and_validation_error_handling
|
10 年 前 |
Christian Noon
|
d29f30f25f
Added tests around response data, string and json serializer result behavior.
|
10 年 前 |
Christian Noon
|
d58446edf8
Refactored response validation and serialization to leverage result types.
|
10 年 前 |
Christian Noon
|
5f2c29751b
[Issue #622] Fixed issue where task was not being released by SessionDelegate.
|
10 年 前 |
Robert Rasmussen
|
fb8c54c869
[Issue #610] Added temporary workaround for SecCertificate array compiler crash.
|
10 年 前 |
Christian Noon
|
ae07d613f0
Merge pull request #612 from corinnekrych/swift-2.0-example.full.screen
|
10 年 前 |
corinne krych
|
0f64b1a07f
Full screen for iPhone5s+
|
10 年 前 |
Christian Noon
|
94d1128810
Refactored the MultipartFormData encoding to leverage Swift 2.0 error handling.
|
10 年 前 |
Christian Noon
|
ed5c1c9dd6
Reformatted source code and documentation to fit within 120 characters.
|
10 年 前 |
Christian Noon
|
81fd1ce0c4
Refactored percent escaping to no longer use deprecated method.
|
10 年 前 |
Christian Noon
|
f033417319
Updated assertion due to differences in HTTPS version of the response.
|
10 年 前 |
Christian Noon
|
9f4d987873
Added guard to timestamp to avoid crashing the test suite.
|
10 年 前 |
Christian Noon
|
96826f62b1
Update the copyright header to include 2015 and the ASF.
|
10 年 前 |
Christian Noon
|
eac5d7643b
Converted all HTTP requests to HTTPS requests to better align with ATS.
|
10 年 前 |
Christian Noon
|
601a40a46e
Removed OSX cookie check since the underlying issue has been resolved.
|
10 年 前 |
Christian Noon
|
27c1b2a6ab
Moved MIMEType component logic inside a closure to make intent clearer.
|
10 年 前 |
Christian Noon
|
994eebef3e
Replaced early out conditionals with guards in response serializer logic.
|
10 年 前 |
Christian Noon
|
d82cae06d5
Fixed potential crash case in MIMEType logic exposed by chaining.
|
10 年 前 |
Christian Noon
|
71fa146d49
Fixed automatic validation test issue where mutable URL request was not used.
|
10 年 前 |
Christian Noon
|
edf46911fc
Removed explicit string values since they are implicitly set member's name.
|
10 年 前 |
Christian Noon
|
2944131a2c
Refactored URLRequestConvertible to return an NSMutableURLRequest.
|
10 年 前 |