File tree
5 files changed
+14
-6
lines changed- Carthage/Checkouts
5 files changed
+14
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 |
| |
5 | 13 |
| |
6 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
|
- Alamofire.podspec+1-1
- Alamofire.xcodeproj/project.pbxproj+4-1
- CHANGELOG.md+59-1
- Example/Source/AppDelegate.swift+19-17
- Example/Source/DetailViewController.swift+19-17
- Example/Source/MasterViewController.swift+19-17
- Example/iOS Example.xcodeproj/project.pbxproj+3
- LICENSE+1-1
- README.md+113-39
- Source/Alamofire.h+19-17
- Source/Alamofire.swift+19-17
- Source/Download.swift+19-17
- Source/Error.swift+39-17
- Source/Info-tvOS.plist+1-1
- Source/Info.plist+1-1
- Source/Manager.swift+24-22
- Source/MultipartFormData.swift+34-38
- Source/NetworkReachabilityManager.swift+19-17
- Source/Notifications.swift+19-17
- Source/ParameterEncoding.swift+19-17
- Source/Request.swift+51-35
- Source/Response.swift+19-17
- Source/ResponseSerialization.swift+24-22
- Source/Result.swift+19-17
- Source/ServerTrustPolicy.swift+19-17
- Source/Stream.swift+19-17
- Source/Timeline.swift+19-17
- Source/Upload.swift+19-17
- Source/Validation.swift+44-19
- Tests/AuthenticationTests.swift+56-29
- Tests/BaseTestCase.swift+19-17
- Tests/CacheTests.swift+19-17
- Tests/DownloadTests.swift+19-17
- Tests/ManagerTests.swift+19-17
- Tests/MultipartFormDataTests.swift+25-23
- Tests/NSURLSessionConfiguration+AlamofireTests.swift+19-17
- Tests/NetworkReachabilityManagerTests.swift+19-17
- Tests/ParameterEncodingTests.swift+19-17
- Tests/RequestTests.swift+67-19
- Tests/ResponseSerializationTests.swift+19-17
- Tests/ResponseTests.swift+19-17
- Tests/ResultTests.swift+20-18
- Tests/ServerTrustPolicyTests.swift+19-17
- Tests/SessionDelegateTests.swift+19-17
- Tests/String+AlamofireTests.swift+19-17
- Tests/TLSEvaluationTests.swift+19-17
- Tests/URLProtocolTests.swift+47-35
- Tests/UploadTests.swift+19-17
- Tests/ValidationTests.swift+71-61
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
0 commit comments