Christian Noon
|
6f2bf8878a
Added unit tests for testable network reachability manager APIs.
|
9 years ago |
Christian Noon
|
e4d23880ab
Added NetworkReachabilityManager class to listen for reachability changes.
|
9 years ago |
Christian Noon
|
6cc965dd16
Merge pull request #1033 from sryze/patch-1
|
9 years ago |
Sergey Zolotarev
|
52cab38ca0
Fixed a typo in README.
|
10 years ago |
Christian Noon
|
fe3a29941c
Added release notes to the CHANGELOG and bumped the version to 3.1.5.
|
10 years ago |
Christian Noon
|
990fded98a
Added the license to the Package.swift file.
|
10 years ago |
Christian Noon
|
c54aa1932d
Updated the copyright years for the license across all project files.
|
10 years ago |
tokorom
|
08cf269586
[PR #983] Added safeguards to the Request class's debugDescription property.
|
10 years ago |
Christian Noon
|
dd65e8fc23
Removed extra newline...no functional changes.
|
10 years ago |
Christian Noon
|
0eb5fe1abf
Added separator spaces to accept-encoding and accept-language header fields.
|
10 years ago |
Dapeng Gao
|
fa5a10d270
[PR #982] Use functional approach to generate acceptLanguage.
|
10 years ago |
Christian Noon
|
70e43289ad
Merge pull request #979 from Alamofire/kylef/spm
|
10 years ago |
Kyle Fuller
|
f5b8b13a9c
Add Package.swift for SPM
|
10 years ago |
Christian Noon
|
baaecbf3ac
Added release notes to the CHANGELOG and bumped the version to 3.1.4.
|
10 years ago |
Christian Noon
|
acebde9924
Added workaround for OSX certificate in bundle tests returning invalid counts.
|
10 years ago |
Christian Noon
|
c3fd4a3c19
All test certificates are now included in each test target.
|
10 years ago |
Christian Noon
|
2919e08e8b
Updated the tvOS and watchOS OS and simulator versions.
|
10 years ago |
Christian Noon
|
939d40c5af
Updated server certificate files for TLS tests.
|
10 years ago |
Christian Noon
|
140bce9e72
Removed SecCertificate array workaround in ServerTrustPolicy for Xcode 7.2.
|
10 years ago |
Christian Noon
|
39ca953db7
Added ReleaseTest configuration to allow running tests against optimized build.
|
10 years ago |
Christian Noon
|
ed5776b56d
Merge pull request #953 from jedlewison/master
|
10 years ago |
Marandon Antoine
|
9ef1602fe2
Added NSTemporaryExceptionMinimumTLSVersion documentation to the README.
|
10 years ago |
Jacob Jennings
|
234568d497
Updated certificatesInBundle to support `cer`, `crt` and `der` extensions.
|
10 years ago |
Christian Noon
|
b0c6a9bf27
Reworked custom parameter encoding test case to accommodate empty parameters.
|
10 years ago |
Anthony Miller
|
0e9761f8b2
ParameterEncoding now earlies out when passed an empty parameters dictionary.
|
10 years ago |
Christian Noon
|
15f32a4ce7
Merge pull request #955 from vlastachu/patch-1
|
10 years ago |
vlad
|
064f316246
Update README.md
|
10 years ago |
Jed Lewison
|
43334b9f67
Only build tests for testing so that testability can be disabled in release configuration.
|
10 years ago |
Jed Lewison
|
dec81b5413
Use Xcode default for testability -- Enabled for debug, disabled for release.
|
10 years ago |
Christian Noon
|
efd4f33fce
Collapsed multiple GCD calls into one-liners...no functional changes.
|
10 years ago |