Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cloudwarn
/
AFNetworking
Public
forked from
AFNetworking/AFNetworking
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Dec 17, 2015
Added Code Coverage to README
kcharwood
committed
7b22a26
View commit details
Copy full SHA for 7b22a26
Browse repository at this point
Commits on Dec 16, 2015
updated .gitignore
kcharwood
committed
4f6d461
View commit details
Copy full SHA for 4f6d461
Browse repository at this point
Preparing for the 3.0.3 release
kcharwood
committed
86ecc12
View commit details
Copy full SHA for 86ecc12
Browse repository at this point
Merge pull request #3233 from AFNetworking/code-coverage/response_serialization
Show description for 6031cb6
kcharwood
committed
6031cb6
View commit details
Copy full SHA for 6031cb6
Browse repository at this point
Merge pull request #3229 from lessthanyouthink/fix-watchOS-image-response-serialization
Show description for 73df7b9
kcharwood
committed
73df7b9
View commit details
Copy full SHA for 73df7b9
Browse repository at this point
Fixed a typo (| vss ||).
Charles Joseph
committed
75d83fd
View commit details
Copy full SHA for 75d83fd
Browse repository at this point
Added tests for response serializers to increase test coverage
kcharwood
committed
a56a227
View commit details
Copy full SHA for a56a227
Browse repository at this point
Commits on Dec 15, 2015
Fixed AFImageResponseSerializer serializing on watchOS (issue #3228), as well as a couple other missing preprocessor checks for tvOS and watchOS.
Charles Joseph
committed
b7f6ec1
View commit details
Copy full SHA for b7f6ec1
Browse repository at this point
Commits on Dec 14, 2015
Merge pull request #3225 from AFNetworking/code-coverage/httpsessionmanager
Show description for 151da22
kcharwood
committed
151da22
View commit details
Copy full SHA for 151da22
Browse repository at this point
Increased testing code coverage for `AFHTTPSessionManager`
kcharwood
committed
c87a86d
View commit details
Copy full SHA for c87a86d
Browse repository at this point
Preparing for the 3.0.2 release
kcharwood
committed
301f1e3
View commit details
Copy full SHA for 301f1e3
Browse repository at this point
Merge pull request #3222 from lembacon/fix-unrecognized-selector
Show description for ae28b51
kcharwood
committed
ae28b51
View commit details
Copy full SHA for ae28b51
Browse repository at this point
`AFURLSessionManagerTaskDelegate` does not respond to the instance method `-URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:`. As long as there is already a `downloadTaskDidResume` bl…
Show description for 572e273
lembacon
committed
572e273
View commit details
Copy full SHA for 572e273
Browse repository at this point
Merge pull request #3220 from eofs/uibutton-backgroundimage
Show description for 749bad1
kcharwood
committed
749bad1
View commit details
Copy full SHA for 749bad1
Browse repository at this point
Test that background image changes
eofs
committed
c5dc6d0
View commit details
Copy full SHA for c5dc6d0
Browse repository at this point
Button image changed instead of background image
eofs
committed
4ead780
View commit details
Copy full SHA for 4ead780
Browse repository at this point
Commits on Dec 11, 2015
Preparing for the 3.0.1 release
kcharwood
committed
68e36de
View commit details
Copy full SHA for 68e36de
Browse repository at this point
Added an additional test for #3215
kcharwood
committed
9185889
View commit details
Copy full SHA for 9185889
Browse repository at this point
Merge pull request #3215 from AFNetworking/bug/image_view_race_condition_alternate_fix
Show description for 1fec924
kcharwood
committed
1fec924
View commit details
Copy full SHA for 1fec924
Browse repository at this point
Merge pull request #3216 from AFNetworking/travis/xcode72
Show description for 79bd901
kcharwood
committed
79bd901
View commit details
Copy full SHA for 79bd901
Browse repository at this point
Added Xcode 7.2 support to Travis
kcharwood
committed
a7a184f
View commit details
Copy full SHA for a7a184f
Browse repository at this point
Fixed race condition with image downloader when starting/cancelling/starting the same request
Show description for 43d4847
kcharwood
committed
43d4847
View commit details
Copy full SHA for 43d4847
Browse repository at this point
Commits on Dec 10, 2015
Fix for #3210
kcharwood
committed
97aa010
View commit details
Copy full SHA for 97aa010
Browse repository at this point
Commenting out deploy for now
kcharwood
committed
f31b043
View commit details
Copy full SHA for f31b043
Browse repository at this point
Updating travis to be ready for deployment
kcharwood
committed
cff0bf8
View commit details
Copy full SHA for cff0bf8
Browse repository at this point
Prepping for 3.0.0 release
kcharwood
committed
a1b2ba7
View commit details
Copy full SHA for a1b2ba7
Browse repository at this point
Cleaning up test
kcharwood
committed
7cd23c2
View commit details
Copy full SHA for 7cd23c2
Browse repository at this point
Merge pull request #3209 from AFNetworking/experimental/travis
Show description for 64048bf
kcharwood
committed
64048bf
View commit details
Copy full SHA for 64048bf
Browse repository at this point
Merge pull request #3208 from AFNetworking/bug/task_creation_queue
Show description for 99501e3
kcharwood
committed
99501e3
View commit details
Copy full SHA for 99501e3
Browse repository at this point
Updating travis build matrix to support older versions of Xcode
kcharwood
committed
1946413
View commit details
Copy full SHA for 1946413
Browse repository at this point
Added a test for #3205
kcharwood
committed
626d43b
View commit details
Copy full SHA for 626d43b
Browse repository at this point
Commits on Dec 9, 2015
fix: dispatch_sync instead of dispatch_async call
Show description for b16cf7f
nikitahils
committed
b16cf7f
View commit details
Copy full SHA for b16cf7f
Browse repository at this point
Commits on Dec 8, 2015
typo fix
Show description for 8a2d8bb
Nikita G
committed
8a2d8bb
View commit details
Copy full SHA for 8a2d8bb
Browse repository at this point
Non-blocking task creation feature on iOS 8 + versions with support of iOS 7 version with additional logic of fixing Apple bug in NSURLSession.
Show description for 1f9c0f9
nikitahils
committed
1f9c0f9
View commit details
Copy full SHA for 1f9c0f9
Browse repository at this point
Commits on Dec 7, 2015
Updated README
kcharwood
committed
2308840
View commit details
Copy full SHA for 2308840
Browse repository at this point
Previous
Next
You can’t perform that action at this time.