Commit Verlauf

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