Commit graph

873 commits

Author SHA1 Message Date
Mattt Thompson
94bbe4c1e8 [Issue #521] Fixing AFContentTypesFromHTTPHeader to correctly handle comma-delimited content types 2012-09-17 09:37:33 -07:00
Benoit Bourdon
925c926a64 dispatch_retain & dispatch_release no longer needed with latest ARC 2012-09-15 12:41:58 +02:00
Mattt Thompson
501c4f18d4 [Issue #516] Removing setHTTPShouldHandleCookies:NO from AFHTTPClient 2012-09-14 13:53:18 -07:00
Mattt Thompson
c8380168f8 Merge branch '1.0RC2' 2012-09-14 10:59:18 -07:00
Mattt Thompson
42fecdc138 Merge branch 'stream-rl-fix' of https://github.com/sptramer/AFNetworking into sptramer-stream-rl-fix
Conflicts:
	AFNetworking/AFURLConnectionOperation.m
2012-09-14 10:52:55 -07:00
Mattt Thompson
c1d3d84093 Updating podspec to 1.0RC2 2012-09-14 10:34:10 -07:00
Mattt Thompson
ff37bb59f8 Merge branch 'master' into 1.0RC2
Conflicts:
	AFNetworking/AFHTTPClient.m
	AFNetworking/AFHTTPRequestOperation.m
	AFNetworking/AFJSONRequestOperation.m
	AFNetworking/AFNetworkActivityIndicatorManager.m
	AFNetworking/AFURLConnectionOperation.h
2012-09-14 10:30:25 -07:00
Mattt Thompson
b8dff45fd8 Updating podspec to 0.10.1 2012-09-14 10:17:53 -07:00
Mattt Thompson
a4508ac997 [Issue #507] Fixing potential issues with output stream runloop scheduling 2012-09-14 09:21:23 -07:00
Mattt Thompson
c8d9f79ef9 [#417] Fixing compilation error in Xcode 4.5 2012-09-14 09:02:32 -07:00
Mattt Thompson
95f2f53604 Updating project settings 2012-09-14 09:01:54 -07:00
Mattt Thompson
40c73c6588 Updating link to documentation 2012-09-13 09:43:27 -07:00
Stephen Tramer
9ffd2226b3 [BUGFIX] Avoid common output stream setup errors, including immediately scheduling the stream on a runloop. 2012-09-10 13:17:04 -07:00
Mattt Thompson
c0d7e11449 [Issue #505] Handling missing content type correctly 2012-09-07 16:45:12 -07:00
Mattt Thompson
c5ac49e5f9 Merge branch 'master' of github.com:AFNetworking/AFNetworking
Conflicts:
	AFNetworking/AFHTTPClient.m
2012-09-05 19:48:12 -07:00
Mattt Thompson
95ac3c49dc Merge pull request #500 from aitskovi/master
Fix typo in multipart dir warning message
2012-09-04 16:32:50 -07:00
Avi Itskovich
c5e450f4af Fix typo in multipart dir warning message 2012-09-04 17:32:00 -04:00
Mattt Thompson
4bdc72cee0 Merge pull request #498 from diederich/fix-warning
fix warning
2012-09-04 10:57:20 -07:00
Stephan Diederich
e1dafd15ec fix warning
Xcode warns about a missing prototype which can
be fixed by making the (private) method static
2012-09-04 19:24:03 +02:00
Mattt Thompson
858c716c16 Re-indenting AFHTTPClient.m 2012-09-03 11:11:24 -07:00
Mattt Thompson
8fc948cf21 Merge pull request #494 from mikelikespie/remove-accept-encoding-default-header
Removing setting Accept-Encoding by default.
2012-09-01 15:48:40 -07:00
Mike Lewis
b614dee5bb Removing setting Accept-Encoding by default.
NSURLConnection will set this to the supported formats which is a
superset of gzip. (at least in 5.1 it set deflate as well)
2012-08-31 23:29:11 -07:00
Mattt Thompson
70dff01807 Using dispatch_once pattern for initializing UIImageView request operation queue singleton
Initializing operation queue with NSOperationQueueDefaultMaxConcurrentOperationCount
2012-08-31 16:57:04 -07:00
Mattt Thompson
5ddd070607 Fixing appledoc compliation errors in documentation
Assorted copy edits and reformatting to documentation
2012-08-31 09:53:55 -07:00
Mattt Thompson
edb0830128 Removing references to AFHTTPClientOperation protocol in documentation 2012-08-31 09:13:18 -07:00
Mattt Thompson
26b5a3b533 Fixing name of path param in -cancelAllHTTPOperationsWithMethod:path: documentation 2012-08-31 09:09:52 -07:00
Mattt Thompson
ec0240f6e4 [Issue #489] Adding userInfo dictionary with current status in reachability changes 2012-08-31 09:04:54 -07:00
Mattt Thompson
1a23b98778 Using more idiomatic ?: for AFHTTPRequestOperation -setCompletionBlockWithSuccess:failure: 2012-08-31 08:42:53 -07:00
Mattt Thompson
e445903901 Adding early return for hasAcceptableContentType 2012-08-31 08:41:57 -07:00
Tony Million
cdbae5a9fb tests self.response before blindy returning 200 in hasAcceptableStatusCode
if self.response is nil then network failure is assumed
2012-08-31 09:27:43 +01:00
Tony Million
e330792411 hasAcceptableStatusCode will return true after a network failure 2012-08-30 21:51:39 +01:00
Mattt Thompson
5166d5af85 Specifying Mac OS X in User-Agent (/thanks @tewha) 2012-08-29 14:16:27 -07:00
Mattt Thompson
4f89cc650e Significant restructuring and editing of documentation, organizing notifications, functions, and constants into separate sections at the end of the class header 2012-08-29 14:15:35 -07:00
Mattt Thompson
ebe06c227d Changing error domain for failure to recognize file URL in multipart form data builder 2012-08-29 12:25:53 -07:00
Mattt Thompson
ed94ddf7b0 [Issue #472] Defining error keys for failing request and response to be included in NSError created in AFHTTPRequestOperation
Refactoring AFHTTPRequestOperation error handling code
2012-08-29 12:24:58 -07:00
Mattt Thompson
730c35926a Improving default AFHTTPClient User-Agent strings 2012-08-29 11:57:25 -07:00
Mattt Thompson
4b26f26c2d Updating documentation for AFQueryStringFromParametersWithEncoding 2012-08-29 10:57:59 -07:00
Mattt Thompson
0aeaa60a23 Removing extern declaration for AFURLEncodedStringFromStringWithEncoding function (CFURLCreateStringByAddingPercentEscapes should be used instead) 2012-08-29 10:55:34 -07:00
Mattt Thompson
e1995eae55 Significant refactoring and renaming of internal query string serialization functions. Query String parameter components are now pairs, comprised of a field and a corresponding value. 2012-08-29 10:49:55 -07:00
Mattt Thompson
bb8aee4a4f [Issue #444] Reducing number of legal characters to escape in query string parameters 2012-08-29 10:48:41 -07:00
Mattt Thompson
7a3d6560c0 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2012-08-29 10:04:55 -07:00
Mattt Thompson
d7412b7ae0 Adding prefix_header_contents declaration in Podspec
Adding missing dot to end of summary

Updating Scott Raymond's e-mail address
2012-08-29 10:04:16 -07:00
Mattt Thompson
6558e95ae5 Merge pull request #476 from garethson/precision-loss-downloadProgress
Calling downloadProgress no longer casting [data length] to (long long)
2012-08-29 09:59:06 -07:00
Mattt Thompson
7681a92382 Merge pull request #477 from tewha/master
Spelling fixes
2012-08-29 09:55:28 -07:00
Mattt Thompson
3ac1eb1031 Using more idiomatic ?: for success/failureCallbackQueue fallbacks 2012-08-29 09:29:47 -07:00
Mattt Thompson
4717b66a49 Design is coming together, but something is off about the exact implementation 2012-08-23 16:21:14 -07:00
Mattt Thompson
910811a5e0 Stashing progress 2012-08-23 14:33:04 -07:00
Gareth du Plooy
13ec70cc8f AFURLConnectionOperationProgressBlock bytes now NSUinteger
This seems to be the most proper data type for this parameter.

What gets passed in for uploadProgress is an NSInteger (guaranteed to be positive), and [NSData length], which is an NSUInteger, for downloadProgress.
2012-08-23 13:15:47 -05:00
Mattt Thompson
1c85deee36 Re-indenting and fixing method signature spacing 2012-08-23 10:16:43 -07:00
Mattt Thompson
2dc837c26c Adding back -appendPartWithFileData:... 2012-08-23 10:16:26 -07:00