5
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 23, 2024 — Oct 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 9 years ago
Fix for crashes due to dangerous NSMutableDictionary access in AFHTTPRequestSerialiser – Moved unit test to a better location. More... over 9 years ago
Fix for crashes due to dangerous NSMutableDictionary access in AFHTTPRequestSerialiser – Added unit test which reproduces the issue. NB: as the crash is caused by using a dictionary in a way that the runtime did not expect, it typically causes intermittent crashes which are almost always in unrelated areas of the app. This seems to be strongly related to deallocation of the values in the dictionary, but this may not be the only cause. As such, there is nothing to positively test for, the test succeeds if it doesn't EXC_BAD_ACCESS when cleaning up the @autoreleasepool at the end. More... over 9 years ago
documenting the workaround to uploadTaskWithRequest:fromFile: bug More... over 9 years ago
Merge pull request #3490 from dchohfi/deprecating-method More... over 9 years ago
Merge pull request #3476 from ecaselles/ecaselles-update-methods-override-documentation More... over 9 years ago
Merge pull request #3488 from gemmakbarlow/master More... over 9 years ago
Fixing unit tests for deprecated method More... over 9 years ago
Deprecating method dataTaskWithRequest:completionHandler: from AFURLSessionManager More... over 9 years ago
Updated character More... over 9 years ago
Updates documentation to reflect the new behaviour on GET, POST, etc. convenience methods. More... over 9 years ago
Merge pull request #3431 from 0xced/warnings More... over 9 years ago
Merge pull request #3432 from yulingtianxia/master More... over 9 years ago
remove unused `AFTaskStateChangedContext` More... over 9 years ago
Enable more warnings More... over 9 years ago
Enable Treat Warnings as Errors More... over 9 years ago
Comment out unused static functions More... over 9 years ago
Remove unnecessary #pragma clang diagnostic ignored More... over 9 years ago
Remove all #pragma clang diagnostic ignored "-Wgnu" More... over 9 years ago
Removing Fastlane Readme from repo More... over 9 years ago
Preparing for the 3.1.0 release More... over 9 years ago
Merge pull request #3417 from AFNetworking/bug/ssl_pinning_disposition More... over 9 years ago
Merge pull request #3418 from AFNetworking/travis/update_xcode73 More... over 9 years ago
Reverted NSURLSession Challenge Disposition to be `NSURLSessionAuthChallengeCancelAuthenticationChallenge` to allow for more determistic pinning results. More... over 9 years ago
Added test demonstrating failure for PK More... over 9 years ago
Fixed simulator settings More... over 9 years ago
Updated main travis environment to be Xcode 7.3 More... over 9 years ago
Merge pull request #3367 from quellish/AFImageResponseSerializerTests More... over 9 years ago
Merge pull request #3393 from AFNetworking/pr/3336_resolved_compiler_warnings More... over 9 years ago
Merge pull request #3385 from AFNetworking/bug/fix_image_downloader_crash_with_bad_url More... over 9 years ago