Commit History

Author SHA1 Message Date
  Christian Noon 7bfc0c411c Multipart form data now exposes boundary and no longer requires string encoding. 10 years ago
  Christian Noon 545be1d56f Multipart form data now exposes a contentLength property. 10 years ago
  Christian Noon f3d04f314b Added a multipart form data class to the project. 10 years ago
  Christian Noon d16fe3916b Modified the INFOPLIST_FILE Xcode project setting to be a relative path. 10 years ago
  Christian Noon 922c1ca358 Small changes to formatting and public docstring for stream method. 10 years ago
  Peter Sobot 93df9fe268 Added tests for streaming download function. 10 years ago
  Peter Sobot a15dc1d64e Added .stream callback to receive streaming data responses. 10 years ago
  Christian Noon b92f4e054c Added URL protocol test case for checking header passthrough behaviors. 10 years ago
  Christian Noon a1152c4f83 Updated the CHANGELOG and bumped the version to 1.2.3. 10 years ago
  Christian Noon d3afcca4f6 Updated cache tests to pass on all OS's including iOS 8.1 and 8.2. 10 years ago
  Christian Noon 56224c975b Travis now runs tests against all OSs in both debug and release configurations. 10 years ago
  Alex Plescan c40d7907ea Only set cookies in debugPrintable when appropriate. 10 years ago
  Christian Noon 28265f1c66 Merge pull request #520 from joshuatbrown/master 10 years ago
  Josh Brown 61a2896d51 add link to Carthage in README 10 years ago
  Christian Noon 7361a604ac Merge pull request #505 from Alamofire/test/nsurlcache_policies 10 years ago
  Christian Noon 7d3cc25d26 Removed all os checks as they proved to be unnecessary. 10 years ago
  Christian Noon 75de4a9f21 Merge pull request #504 from Alamofire/test/parameter_encoding 10 years ago
  Christian Noon 357b34e323 Added percent escaping tests around reserved / unreserved / illegal characters. 10 years ago
  Christian Noon 12528b6ccb Added the "[" and "]" to the legal escape characters and added more documentation. 10 years ago
  Josh Brown 6ce4ed24ce updated typo in API Paramater Abstraction in README (#497) 10 years ago
  Christian Noon 46f264fbfd Refactored the cache tests to be faster and easier to understand. 10 years ago
  Christian Noon 11d30611c0 Added tests for various Cache-Control headers with different request cache policies. 10 years ago
  Christian Noon 57780a2b8d Merge pull request #507 from Alamofire/test/httpbin_redirect_tests 10 years ago
  Christian Noon af979606ab Added more robust redirect tests around default behavior and task override closures. 10 years ago
  Christian Noon 0b8f207498 Merge pull request #506 from Alamofire/project/re-enabling_travis_ci 10 years ago
  Christian Noon 8949f99c57 Updated before_install step to install latest versions of cocoapods and xcpretty. 10 years ago
  Christian Noon 9e940a7961 Added CocoaPods and Carthage compatible tags to the README. 10 years ago
  Christian Noon 40c008adaf Added line to update cocoapods. 10 years ago
  Christian Noon 296495d375 Removed master only branches from travis yaml file. 10 years ago
  Christian Noon 7a2392cf16 Updated the osx_image in the travis yaml file. 10 years ago