Commit Graph

1451 Commits

Author SHA1 Message Date
Mattt Thompson
65ee7d97b1 Adding first pass of example usage 2013-09-26 11:32:47 -07:00
Mattt Thompson
125b7e4b1e Minor edit to AFHTTPSessionManager documentation 2013-09-26 11:32:33 -07:00
Mattt Thompson
1a5be1f8dc Adding documentation to AFNetworkReachabilityManager 2013-09-26 11:32:10 -07:00
Mattt Thompson
d0b4f72d83 [Issue #1366] Adding shouldUseCredentialStorage and credential properties to AFHTTPRequestOperationManager 2013-09-26 07:16:37 -07:00
Mattt Thompson
09658b352a Enabling and fixing extensive compiler warnings 2013-09-26 07:11:22 -07:00
Mattt Thompson
d54181b55d dispatch_sync -> dispatch_async 2013-09-26 06:55:54 -07:00
Mattt Thompson
9e5dd5ee8a Adding __unused declarations to fix warnings 2013-09-26 06:25:58 -07:00
Mattt Thompson
3b11c60ce0 Adding upload/download progress animated associated objects
Using af_ prefix on associated object properties
2013-09-26 06:25:42 -07:00
Mattt Thompson
a3843bc713 Updating documentation for default session manager response serializers 2013-09-26 06:03:20 -07:00
Mattt Thompson
5c9d45ada5 Adding documentation for AFSecurityPolicy 2013-09-26 06:03:06 -07:00
Mattt Thompson
0e8d0203ee [Issue #1336] Updating response serializer validation error message to be more appropriate in user-facing situations 2013-09-26 05:39:10 -07:00
Mattt Thompson
720f319623 Ensuring that progress is set in UIProgressView category only on main 2013-09-26 05:19:48 -07:00
Mattt Thompson
afffa6ff52 Ensuring that start and stop animating for UIActivityIndicatorView category are called on main 2013-09-26 05:15:25 -07:00
Mattt Thompson
1bfe142616 Quick update to README 2013-09-25 16:45:02 -07:00
Mattt Thompson
9a40c0dc0f Merge branch 2.0 into master 2013-09-25 16:31:49 -07:00
Mattt Thompson
ce1ebf3038 Bumping version to 1.3.3 2013-09-25 16:01:53 -07:00
Mattt Thompson
7117142321 [Issue #1206] Fixing checks for network reachability flags over WWAN 2013-09-25 11:55:14 -07:00
Mattt Thompson
d1b64cf0bc [Issue #1288] Adding loop around write to ensure entire length of data is written 2013-09-24 15:40:13 -07:00
Mattt Thompson
8a5f3ef359 [Issue #1093] Handling stream errors for AFMultipartBodyStream 2013-09-24 15:35:22 -07:00
Mattt Thompson
d587521451 [Issue #1288] Improving implementation of connection:didRecieveData: to handle case where stream -hasSpaceAvailable returns NO by polling. For in-memory buffers, this will almost never happen.
[Issue #1093] Handling stream errors in connection:didRecieveData:
2013-09-24 13:27:37 -07:00
Mattt Thompson
ca1737c5e0 [Issue #887] [Issue #1096] Removing implementation of connection:needNewBodyStream: 2013-09-24 12:53:22 -07:00
Mattt Thompson
9faa5ba2b6 Fixing merge in 52ad3f8380 2013-09-24 12:38:46 -07:00
Mattt Thompson
52ad3f8380 Merge branch 'bracket-pull-request' of github.com:opentable/AFNetworking into opentable-bracket-pull-request
Conflicts:
	AFNetworking/AFHTTPClient.m
2013-09-24 12:36:34 -07:00
Mattt Thompson
c413b141b6 [Issue #1241] Fixing potential race condition in cancelConnection 2013-09-24 12:15:38 -07:00
Blake Watters
ffd9079da2 Build and run unit tests against the iOS 5.0 SDK to validate minimum deployment target compatibility 2013-09-24 12:00:28 -07:00
Mattt Thompson
99f77d1381 [Issue #1217] Cutting the knot with respect to API compatibility 2013-09-24 11:59:31 -07:00
Mattt Thompson
44915d5173 Merge pull request #1265 from 0xced/Wassign-enum-master
Cast instead of #pragma clang diagnostic ignored "-Wassign-enum"
2013-08-28 11:13:44 -07:00
Cédric Luthi
776c879c9d Cast instead of #pragma clang diagnostic ignored "-Wassign-enum" 2013-08-28 12:08:24 +02:00
Mattt Thompson
f06160b663 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-08-25 11:34:48 -07:00
Flávio Caetano
1753b29bd2 Enabling invalid SSL certificates on UIImageView+AFNetworking
Conflicts:

	Tests/Podfile.lock
2013-08-25 11:34:28 -07:00
Mattt Thompson
a179c7fd33 Merge pull request #1240 from guitcastro/master
removed memory leak
2013-08-23 08:57:14 -07:00
Mattt Thompson
9c23a1955c Revert "When AFNetworking is in an embedded framework, load certificates from all non-framework bundles"
This reverts commit ad0d0cd46e.
2013-08-21 13:35:18 -07:00
Guilherme Torres Castro
3736591f73 removed memory leak 2013-08-21 15:11:37 -03:00
Mattt Thompson
a27c543314 Use string literal instead of building mutable string 2013-08-20 16:53:21 -07:00
Mattt Thompson
0371e366ab Minor reformatting 2013-08-20 16:45:17 -07:00
Mattt Thompson
f0ba01ffd4 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-08-20 16:44:47 -07:00
Mattt Thompson
b43017257d Removing use of unsupported method enumerateByteRangesUsingBlock: 2013-08-20 16:44:37 -07:00
Mattt Thompson
e04296a397 Merge pull request #1216 from paulmelnikow/load_certificates_from_main_bundle
When AFNetworking is in an embedded framework, load pinned certificates from app bundle
2013-08-20 16:38:20 -07:00
Mattt Thompson
f891264228 Refactoring upload input stream test and AFBufferedInputStreamProvider class 2013-08-20 16:32:20 -07:00
Mattt Thompson
9f00255677 Merge branch 'master' of https://github.com/xtreme-brian-croom/AFNetworking into xtreme-brian-croom-master 2013-08-20 15:47:23 -07:00
Mattt Thompson
2b8acb7c3f [Issue #1221] Refactoring lock for HTTP error 2013-08-20 15:17:00 -07:00
Mattt Thompson
7562fce4b9 Merge pull request #1221 from OliverLetterer/race-2
[Race] Fixing AFHTTPRequestOperation.HTTPError being overreleased.
2013-08-20 15:13:22 -07:00
Oliver Letterer
c4d8a12496 Now using AFURLConnectionOperation.lock for AFHTTPRequestOperation.HTTPError 2013-08-20 10:04:31 +02:00
Oliver Letterer
e867c922a7 Making AFHTTPRequestOperation.HTTPError atomic. 2013-08-15 22:36:48 +02:00
Paul Melnikow
ad0d0cd46e When AFNetworking is in an embedded framework, load certificates from all non-framework bundles 2013-08-12 03:11:17 -04:00
Paul Melnikow
6b2515d8c0 When AFNetworking is in an embedded framework, load certificates from app bundle 2013-08-12 00:22:02 -04:00
Mattt Thompson
ac330c84c8 Revert "Drop Podfile.lock from Git so that we don't have to deal with updating it as revisions change"
This reverts commit 56625c466e.
2013-08-10 18:07:01 -07:00
Mattt Thompson
786b1ef36f Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-08-10 17:55:46 -07:00
Mattt Thompson
95a51a4ce6 Merge pull request #1214 from blakewatters/drop-podfile-lock
Drop Podfile.lock from Git
2013-08-10 17:51:37 -07:00
Mattt Thompson
748260af04 [Issue #1181] Using UIImage calculated image orientation
Minor refactoring
2013-08-10 17:49:05 -07:00