Master by dm521 · Pull Request #3442 · AFNetworking/AFNetworking · GitHub
Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Master#3442

Closed
dm521 wants to merge 57 commits into
AFNetworking:masterfrom
dm521:master
Closed

Master#3442
dm521 wants to merge 57 commits into
AFNetworking:masterfrom
dm521:master

Conversation

@dm521

@dm521 dm521 commented Apr 14, 2016

Copy link
Copy Markdown

No description provided.

jcayzac and others added 30 commits July 30, 2015 14:17
Fix #2864: allow empty x-www-form-urlencoded bodies
 #3040)

Replace `extern` with `FOUNDATION_EXPORT` which works correctly when C++ imports the header.
AWS analytics for iOS app crash in AFNetworking
- Added test demonstrating fix
hasSpaceAvailable become "false" and no failure blocks are called
AFHTTPSessionManager copying securityPolicy not getting copied
Apple changed the format WWDC video URLs.
Fix README link to WWDC session
…enamed some function parameters to avoid reserved keyword issues if the compiler is set for Obj-C++.
kcharwood and others added 27 commits October 27, 2015 14:06
Removed Project Warnings (and updated version of #3019)
FIXED URLs that were redirecting in the README
Because the run-loop reachability callback executed its callback
directly, whereas the initial check (fired off from
`-[AFNetworkReachabilityManager startMonitoring]`) executed the callback
from a GCD queue, it was possible for the callbacks to be executed out
of order from when the status was obtained, leaving the listener in the
incorrect state.

By sending both routes through the same GCD-queuing function, both the
callbacks and NSNotifications will be processed in the order in which
they are sent. It also removes some repetition in the code.
It appears that a check was put in place to work around a race condition
when reachability was associated with a domain name. However, the cause
of the race condition is addressed in the previous commit, so the
special-casing is no longer needed.
Fixed swift interop issue with throws and Request/Response serialization
Suppressed false positive memory leak warning in Reachability Manager
…allbacks

Fixed race condition in reachability callback delivery
Fixed swift interop issue that prevented returning a nil NSURL for a download task
Restored Xcode 6 compatibility
…ng under some project configurations

Fix for #3138
Fixed clang analyzer warning suppression that prevented building under some project configurations
@kcharwood kcharwood closed this May 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants