Skip to content

Tags: cjcooper/AFNetworking

Tags

0.7.0

Toggle 0.7.0's commit message
Merge branch 'experimental-0.7'

Conflicts:
	AFNetworking/AFHTTPClient.h

0.6.1

Toggle 0.6.1's commit message
Bumping version to 0.6.1

0.6.0

Toggle 0.6.0's commit message
Updating README

Extracting LICENSE information into its own file

0.5.1

Toggle 0.5.1's commit message
Adding -cancelImageRequestOperation to UIImageView category

Improving performance of UIImageView -setImageWithURL:... by cancelling running operation if new image url request is different than passed url request

0.5.0

Toggle 0.5.0's commit message
Wrapping network thread lazy initializer with dispatch_once, to ensur…

…e thread safety

0.4.0

Toggle 0.4.0's commit message
Fixing no data success callback parameters

0.3.0

Toggle 0.3.0's commit message
Significant performance improvments and API redesign

Removing Q*Operation dependency

0.2.1

Toggle 0.2.1's commit message
Merge pull request afterthought#1 from jakemarsh/patch-1

Adding missing dealloc method in AFImageRequestOperation