Historial de Commits

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