TEST
  1. TEST

Alamofire3

Public
AuthorCommitMessageCommit date
Jason ParserJason Parser
2a32fba4f24Cenas
Christian NoonChristian Noon
f124467f452Switched `Build Status` badge over to only report on the `master` branch.
Christian NoonChristian Noon
cdf470799f0Added release notes to the CHANGELOG and bumped the version to 3.4.2.
Sergey DemchenkoSergey Demchenko
e84a9aae9d6[PR #1420] Switched User-Agent header to include version and build numbers.
Christian NoonChristian Noon
50d57df6727Made the Cleanup Whitespace scheme shared across the project.
Christian NoonChristian Noon
4da517d7caeSwitched convertible extensions over to using one-line property implementations.
passchaospasschaos
bb55b866fa1[PR #1330] NSURLRequest and mutable variant data now maintained in top-level APIs.
Christian NoonChristian Noon
1fc8fb2bedbFixed up formatting in a couple places…no functional changes.
Christian NoonChristian Noon
c5fe5da0e32Removed excess whitespace from Swift files using Cleanup Whitespace target.
Christian NoonChristian Noon
7789baaab24Added Cleanup Whitespace target to remove excess whitespace from Swift files.
Adrian BrinkAdrian Brink
a53cc42ba72[PR #1315] Add `public` ACL to `BackendError` enum in the README.Add the `public` identifier to the `BackendError` enum in the part about using Generics for Serialization. Reason: The extension of Request throws an error ("Method cannot be declared public because its parameter uses an internal type") unless the enum is public.
Marius SerbanMarius Serban
32ecfd16e35[PR #1318] Request tests no longer require JSON parameters to be in order.
Christian NoonChristian Noon
a290f3f64ceFixed up TLS evaluation tests by moving from disig.sk to badssl.com.
Christian NoonChristian Noon
0f506b1c455Added release notes to the CHANGELOG and bumped the version to 3.4.1.
Christian NoonChristian Noon
d257f83179aFixed OS X build issue in User-Agent header where API is not available.
Christian NoonChristian Noon
9270e54803fRemoved ReleaseTest configuration and enabling testability directly in yaml file.
Christian NoonChristian Noon
3f6845d809cMMerge pull request #1308 from Alamofire/fix/network_reachability_ipv6_supportFix - Network Reachability IPv6 Support
Christian NoonChristian Noon
65a2766c365Moved to apple domain to attempt to improve test suite reliability.
Christian NoonChristian Noon
1b9526b9e4c[Issue #1228] Removed explicit IPv6 reachability logic since it is handled by OS.
Christian NoonChristian Noon
53e25d59f5d[Issue #1303] Added test for multipart form data request debugDescription.
Raphael OliveiraRaphael Oliveira
dae3ed1b22dUpdate 'Generic Response Object Serialization' section on README by using protocol extension
William EntrikenWilliam Entriken
f4ccfeda0bf[Issue #1267] Fixed page check in sample code in the README.
Christian NoonChristian Noon
cceee03cde4MMerge pull request #1292 from Alamofire/fix/1269-non-localized-user-agent[1269] Update generation of the OS version part of the user agent to use non-localized sources.
Christian NoonChristian Noon
3591bfaccaaRemoved CFStringTransform from user agent header generation.
Jon ShierJon Shier
0ede05ad881Update generation of the OS version part of the user agent to use non-localized sources.
Christian NoonChristian Noon
852c736ec5aMMerge pull request #1273 from Alamofire/fix/error-exampleUpdate README to reflect error best practices.
Jon ShierJon Shier
9ad7912c528Update README to reflect error best practices.
Christian NoonChristian Noon
1c98c1d6918MMerge pull request #1262 from Alamofire/fix/string_interpolation_leaksFix - String Interpolation Leaks
Christian NoonChristian Noon
6c1cbdd7f5eAdded notes in Timeline about memory leak and added rdar to README.
Christian NoonChristian Noon
7d4a43b144b[Issue #1232] Fixed issue where string interpolation was causing memory leaks.
Christian NoonChristian Noon
63af82a30c6MMerge pull request #1288 from lferro9000/cocoapod-concrete-targetUpdate README.md
Luis FerroLuis Ferro
71831b12530Update README.mdUpdate cocoapod install to be compatible with cocoapod 1.x as it now requires a concrete target.
Christian NoonChristian Noon
fa288a5420fAdded donation section to the README along with our Pledgie badge.
Christian NoonChristian Noon
24df4a7acffMMerge pull request #1233 from iBenjamin/masterFix typo.
iBenjaminiBenjamin
0429e4e3ff9Fix typo.
Christian NoonChristian Noon
d2f1f7c0fccAdded release notes to the CHANGELOG and bumped the version to 3.4.0.
Christian NoonChristian Noon
20bc682d3a2Switched `Content-Type` header to `Accept` header in README example.
broccoliiibroccoliii
d3211ea9b0c[PR #1226] Moved delegate guard in Manager initializer in front of property assignment.
Christian NoonChristian Noon
b54f0185ff6[Issue #1213] Moved validation section above response serialization in README.
Christian NoonChristian Noon
f443cd8a760Fixed issue where internal quotes were not escaped correctly in cURL output.
Christian NoonChristian Noon
7e7033cf8c9Sorted the groups inside the Certificates Xcode group into alphabetical order.
Christian NoonChristian Noon
2501fc92eafUpdated copyright headers to use two spaces and padding above and below.
Christian NoonChristian Noon
c51d32c35d5Updated dash in copyright headers to use U+002D dash instead of U+2013.
Gemma BarlowGemma Barlow
743c9fb8bdfUpdated dash in License from U+2013 to U+002D to improve markdown parsing.
Cédric LuthiCédric Luthi
c2a282cc80cAdded authorizationHeader API to generate base64 encoded authorization header.This addresses the issue that the `Request.authenticate` function cannot be used to authenticate on servers that don’t send an authentication challenge.
Chris RichardsChris Richards
d2b85f4381eFixed Request cURLRepresentation method to coalesce duplicate headers.
Christian NoonChristian Noon
cd41e04d8edFixed URL protocol test where config headers are not passed prior to iOS 9.0.
Christian NoonChristian Noon
4edf17756fdMMerge pull request #1188 from 0xced/indentationSet indentation settings to four spaces at the project level
Cédric LuthiCédric Luthi
d45df72d917Set indentation settings to four spaces at the project level
Christian NoonChristian Noon
bb0d1a701b1MMerge pull request #1172 from Alamofire/feature/non_final_session_delegateFeature - Non-Final SessionDelegate