Commit graph

88 commits

Author SHA1 Message Date
Mattt Thompson
30aeb09d2f Adding requirement that method not be nil in requestWithMethod:path:parameters
Defaulting path to blank string if nil
2012-10-09 08:58:13 -07:00
Mattt Thompson
e7c786eee7 Adding #warning macros when SystemConfiguration or CoreServices frameworks are missing, causing functionality to be missing or altered 2012-10-05 10:19:25 -07:00
Mattt Thompson
a2fc510f72 Enforcing 'this parameter must not be nil' by using NSCParameterAssert() 2012-10-05 10:09:13 -07:00
Aron Cedercrantz
48d0bf82d8 Fix type discrepancy for upload stream delay.
Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>
2012-10-04 23:03:54 +02:00
Mattt Thompson
88589cc31e Updating documentation for multipart form request method 2012-10-03 09:46:06 -07:00
Mattt Thompson
6ed5dad68b Removing outdated note about 3rd party JSON libraries 2012-10-03 08:52:07 -07:00
Mattt Thompson
f9c0576f89 [Issue #554] Re-adding AFMultipartFormData -appendPartWithHeaders:body: 2012-10-03 08:37:25 -07:00
Mattt Thompson
1c1b204513 [Issue #546][Issue #513] Adding AFMultipartFormData -throttleBandwidthWithPacketSize:delay: 2012-09-30 17:38:07 -07:00
Mattt Thompson
70b7e0522c Changing NSError ** parameter to NSError * __autoreleasing *
Minor reformatting of AFHTTPClient method signatures
2012-09-26 11:39:28 -07:00
Mattt Thompson
b43aba49fc Merge branch 'master' into lxcid-experimental-refined-stream
Conflicts:
	AFNetworking/AFHTTPClient.h
	AFNetworking/AFHTTPClient.m
2012-09-25 09:56:34 -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
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
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
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
2dc837c26c Adding back -appendPartWithFileData:... 2012-08-23 10:16:26 -07:00
Steven Fisher
dd0e659e09 Spelling corrections. 2012-08-23 10:08:12 -07:00
Matthias Wessendorf
88b52b0f88 fixed type( resonse VS response) 2012-08-23 19:01:30 +03:00
Mattt Thompson
72a85e1ee6 Renaming numberOfCompletedOperations variable in progress block to numberOfFinishedOperations 2012-08-22 11:32:59 -07:00
Max Lansing
5a790360df merged multipart streaming thingy 2012-08-16 13:39:47 -07:00
Mattt Thompson
c7df7eacd5 Adding NSCoding and NSCopying conformance to AFHTTPClient 2012-08-15 10:22:07 -07:00
Steven Fisher
1d82992f36 Fixed comment
Grammar problem in comment. Minor and easy to miss.
2012-08-03 19:56:48 -07:00
Mattt Thompson
9236e41850 Fixing documentation in AFHTTPClient -deletePath:... to indicate new default of encoding parameters in query string 2012-07-23 12:15:11 -07:00
Max Lansing
c7f6fb09bf rejigger things to do callbacks and end-of-stream read properly 2012-07-19 22:23:38 -07:00
Max Lansing
ced167f867 reimplemented multipart form data to use a body streaming object that aggregates file streams and in-memory data objects to compose the request body just in time. also trimmed the multipart form body public API and added CoreMobileServices framework to enable lookup of MIME type by file extension. 2012-06-30 16:32:11 -07:00
Mattt Thompson
f1b3101a63 First pass at converting to ARC 2012-06-26 09:14:52 -07:00
Max Lansing
d92462ef8c fixed zero-length appendData bug and added appendPartWithStreamingURL method 2012-06-12 22:46:39 -07:00
Mattt Thompson
8657907f1a Merge pull request #336 from shanev/doc_fix
fixed AFHTTPClient documentation
2012-05-22 07:49:46 -07:00
Shane Vitarana
c7a19a6e63 fixed AFHTTPClient documentation 2012-05-14 14:46:45 -07:00
Mattt Thompson
da1acf5a56 Merge branch 'master' into experimental-pause-resume
Conflicts:
	AFNetworking/AFHTTPRequestOperation.h
	AFNetworking/AFURLConnectionOperation.h
2012-04-08 15:28:58 -07:00
Mattt Thompson
407374746c Removing unnecessary ivar declaration in headers 2012-04-08 15:25:20 -07:00
Mattt Thompson
700ad2a9eb Merge branch 'master' into experimental-expanded-network-reachability 2012-03-20 15:54:37 -07:00
Mattt Thompson
c198eaf251 Adding notes in documentation about JSON libraries necessary for decoding responses in AFJSONRequestOperation and encoding requests in AFHTTPClient 2012-03-20 10:32:29 -07:00
Mattt Thompson
14227aadc7 Reverting network reachability status from bitmask to enum 2012-03-11 10:36:14 -07:00
Mattt Thompson
71d6af9e5c Renaming AFNetworkReachabilityStatus and changing to bitmask
Fixing AFReachabilityCallback to give correct WiFi reachability value

Minor formatting and refactoring
2012-03-09 15:48:59 -08:00
Kevin Harwood
346c56b8f4 Changed AFReachabilityStatus naming scheme to be more clear 2012-03-05 16:21:45 -06:00
Kevin Harwood
5b49cbbc86 Added additional Reachability information to the AFHTTPClient
As discussed by @mattt in #197, this pull request takes a stab at
exposing the Reachability state via an enum property, similar to
Reachability itself.
2012-03-05 16:01:12 -06:00
Mattt Thompson
4f31148101 Adding AFHTTPClient -patchPath: convenience method 2012-02-28 18:18:08 -08:00
Mattt Thompson
4266dc60d1 Adding notifications for network reachability changes to AFHTTPClient 2012-02-01 11:27:57 -08:00
Mattt Thompson
dfa6e97ad3 Merge branch 'feature-batched-operations' into experimental-0.9
Conflicts:
	AFNetworking/AFHTTPClient.m
2012-01-23 08:44:59 -08:00
Mattt Thompson
0c25bcee82 Merge branch 'experimental-reachability' into experimental-0.9
Conflicts:
	AFNetworking/AFHTTPClient.m
2012-01-19 17:29:44 -08:00
Mattt Thompson
1ab2eed8c8 Adding #ifdef macros to conditionally compile reachability features only when the SystemConfiguration is available 2012-01-19 17:26:12 -08:00
Mattt Thompson
735d86a79b [Issue #161] [Issue #167] Replacing AFHTTPClient -cancelHTTPOperationsWithMethod:andURL: with -cancelAllHTTPOperationsWithMethod:path 2012-01-19 16:42:12 -08:00
Mattt Thompson
71bb48fd16 Adding documentation for array formatting behavior for AFQueryStringFromParametersWithEncoding
Minor refactoring
2012-01-18 17:57:26 -08:00
Mattt Thompson
52559ccec3 Adding documentation to -setReachabilityStatusChangeBlock: 2012-01-10 13:35:41 -08:00
Mattt Thompson
c713179420 Replacing AFNetworkReachabilityStatus type with BOOL 2012-01-10 13:17:27 -08:00
Mattt Thompson
95442be7b3 Initial implementation of network reachability callbacks 2012-01-10 12:20:30 -08:00