Christian Noon
|
092022fb5b
Merge pull request #742 from Alamofire/feature/url_encoded_in_url_case
|
10 years ago |
Christian Noon
|
1108ae4461
Added release notes to the CHANGELOG and bumped the version to 2.0.0-beta.4.
|
10 years ago |
Christian Noon
|
4264b9d521
[Issue 728] Background completion handler is now always called on main queue.
|
10 years ago |
Christian Noon
|
3636ab2f45
Added ParameterEncoding URLEncodedInURL case to force encoding directly in URL.
|
10 years ago |
Christian Noon
|
2d9d873cae
Fixed compiler issue on OS X with the base 64 encoding upload tests.
|
10 years ago |
Christian Noon
|
ebf8c98e11
Fixed a compiler issue on OSX with the creation of a background configuration.
|
10 years ago |
Christian Noon
|
44de2f69a0
Added a Migration Guides section to the README with link to 2.0 guide.
|
10 years ago |
Christian Noon
|
75a314dd1c
Added an Alamofire 2.0 migration guide document to the new Documentation folder.
|
10 years ago |
Christian Noon
|
07345a00e5
Updated progress code samples to show how to call onto the main queue.
|
10 years ago |
Christian Noon
|
441a9dca04
[Issue 740] Fixed crash when multipart form data was uploaded from in-memory data.
|
10 years ago |
Christian Noon
|
e5132d6e31
Renamed test and fixed copy/paste error in the failure condition.
|
10 years ago |
Christian Noon
|
33dcfd4b0b
[Issue 738] Added tests for uploading base 64 encoded image data inside JSON.
|
10 years ago |
Christian Noon
|
ba6d3dd5e4
Added test around posting unicode parameters with URL encoding.
|
10 years ago |
cheolhee
|
21040abd2f
[PR 731] Added `charset=utf-8` to Content-Type header for URL encoded body.
|
10 years ago |
Christian Noon
|
7fc66346d8
Merge branch 'master' into swift-2.0
|
10 years ago |
Jonas Schmid
|
d430180808
[PR 726] Updated the playground to use the result type.
|
10 years ago |
Christian Noon
|
020e9d5ad6
Merge pull request #724 from dfmuir/patch-1
|
10 years ago |
Sai
|
282eec67a7
[PR 718] Added section about wildcard domain matching with server trust policies.
|
10 years ago |
Christian Noon
|
8023191f93
[Issue 723] Removed the asterisk from a certificate name to be OS agnostic.
|
10 years ago |
Christian Noon
|
42ea00e309
Refactored the download tests to DRY them up a bit.
|
10 years ago |
Christian Noon
|
4e633d6d9a
[Issue 719] Added `parameters` and `encoding` parameters to download APIs.
|
10 years ago |
Christian Noon
|
e5505bad9e
Removed the AFNetworking sections from the FAQ in the README.
|
10 years ago |
Christian Noon
|
d536db8969
Added a component libraries section to the README.
|
10 years ago |
Christian Noon
|
9e3faecd41
Updated the README to require Xcode 7 beta 6.
|
10 years ago |
Christian Noon
|
ca578110df
Updated the public docstring on the download method to be more accurate.
|
10 years ago |
Christian Noon
|
64a004472c
[Issue #732] Swapped out NSError for ErrorType in all Result types.
|
10 years ago |
David F. Muir V
|
5f4ef039c3
Update README.md
|
10 years ago |
Christian Noon
|
1bc35abfa7
Updated the Travis-CI yaml file to support iOS 9, OSX 10.11 and Xcode 7.
|
10 years ago |
Christian Noon
|
6a4e014844
Merge pull request #716 from brocoo/patch-1
|
10 years ago |
Julien Ducret
|
7fbc1143c5
Update ResponseSerialization.swift
|
10 years ago |