Commit graph

1021 commits

Author SHA1 Message Date
Mattt Thompson
c79a2c87a8 Update README.md 2013-01-16 07:54:27 -08:00
Mattt Thompson
2b8be998ce Fixing center alignment 2013-01-16 07:46:10 -08:00
Mattt Thompson
46bc122deb Fixing link to diagram in README 2013-01-16 07:43:15 -08:00
Mattt Thompson
9173264a3f Adding AFNetworking architecture diagram 2013-01-16 07:42:36 -08:00
Mattt Thompson
965b3670a7 Updating list of implemented NSURLConnectionDelegate method 2013-01-06 20:46:08 -08:00
Mattt Thompson
9aeb38649b [Issue #719] Adding shouldUseCredentialStorage property to AFURLConnectionOperation /thanks Xihe Yu 2013-01-06 20:44:48 -08:00
Mattt Thompson
1e7c45c191 Marking connection parameter in connection:needNewBodyStream: as __unused 2013-01-06 20:39:59 -08:00
Mattt Thompson
b66c21b0f2 Re-ordering NSURLConnectionDelegate method implementations 2013-01-05 23:48:48 -08:00
Mattt Thompson
23d3bd5af4 Minor reformatting 2013-01-05 23:40:34 -08:00
Mattt Thompson
77471bb994 Merge branch 'stream_exhausted_fix' of https://github.com/aburgel/AFNetworking into aburgel-stream_exhausted_fix 2013-01-05 23:32:36 -08:00
Mattt Thompson
b7ec92850a [Issue #715] Fixing warnings generated by earlier versions of Xcode (/cc Ignacio Rodrigo)
Minor reformatting
2013-01-05 22:19:59 -08:00
Alex Burgel
ecf6899d5f Fix request stream exhaustion error by copying the original NSInputStream 2013-01-05 15:10:47 -05:00
Mattt Thompson
6cf45650e2 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-01-04 12:56:53 -08:00
Mattt Thompson
c6137914fa Adding AFHTTPClient -setDefaultCredential: 2013-01-04 12:52:14 -08:00
Mattt Thompson
1d243f7794 Adding credential property to AFURLConnectionOperation 2013-01-04 12:41:25 -08:00
Mattt Thompson
0c74a59a3e Merge pull request #713 from ericflo/patch-1
Added single quote to the chars to escape
2013-01-04 09:38:28 -08:00
Eric Florenzano
a610a89f8c Added single quote to the chars to escape
Ran into some issues with sending an unescaped apostrophe,
but by adding it to the list of characters to escape, this problem
is now fixed for me.
2013-01-03 17:53:30 -08:00
Mattt Thompson
121ef7afa8 Bumping version to 1.1.0 2012-12-27 17:01:06 -05:00
Mattt Thompson
d4c4b2c30b Updating Changelog for 1.1.0 2012-12-27 17:00:23 -05:00
Mattt Thompson
f47c5c6fb5 Merge branch 'master' of https://github.com/tomohisa/AFNetworking into tomohisa-master
Conflicts:
	AFNetworking/AFHTTPClient.m
2012-12-27 16:23:27 -05:00
Mattt Thompson
2ff2fd5f06 Merge branch 'experimental-reachability-leak-fix' 2012-12-27 12:57:25 -05:00
guykogus
6b892ae29c Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master
Conflicts:
	AFNetworking/AFURLConnectionOperation.m

Signed-off-by: Mattt Thompson <m@mattt.me>
2012-12-27 12:30:42 -05:00
Mattt Thompson
fc60c57fa3 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2012-12-27 12:23:18 -05:00
Mattt Thompson
a9b9ebee37 Asynchronously posting all notifications by dispatching to main 2012-12-27 12:22:46 -05:00
Evadne Wu
7b685fe35e dispatches network request start / end notifications asynchronously
Signed-off-by: Mattt Thompson <m@mattt.me>
2012-12-27 12:20:02 -05:00
Mattt Thompson
314afe9dc0 [Issue #696] Potentially fixing leak for reachability callback block 2012-12-26 11:37:18 -05:00
Mattt Thompson
4fd322e52d Merge pull request #655 from nsforge/master
Fixed retain cycles that the Xcode4.6DP compiler detected
2012-12-26 07:41:13 -08:00
Mattt Thompson
732cd2da02 [Issue #686][Issue #168] Adding userInfo @property /cc @tewha 2012-12-26 10:29:57 -05:00
Mattt Thompson
fd00b0a5ad Merge branch 'bug/wStrict-selector-match' of https://github.com/jessedc/AFNetworking into jessedc-bug/wStrict-selector-match 2012-12-26 09:58:07 -05:00
Mattt Thompson
e75dea4fd1 Minor code formatting 2012-12-26 09:57:15 -05:00
Mattt Thompson
d933067eb4 Merge branch 'master' of https://github.com/danielctull/AFNetworking 2012-12-26 09:53:59 -05:00
Mattt Thompson
46559bd6ca Minor refactoring and reformatting 2012-12-26 09:40:50 -05:00
Dustin Barker
07c9f6c358 Add optional SSL certificate pinning 2012-12-26 09:40:37 -05:00
guykogus
0530c9c107 Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
Daniel Tull
7134e9612f Cause a failure when an operation is cancelled, fixes #657 2012-12-19 14:47:49 +00:00
Jesse Collis
474a940414 Fixes a handful of -Wstrict-selector-match warnings raised by Xcode 4.6DP3. As noted by @0xced, casting satisfies the compiler without changing the behaviour. 2012-12-18 06:39:10 +11:00
Mattt Thompson
a146a3bf66 Merge pull request #685 from dongle/master
Added assertion for empty body data in -appendPartWithHeaders:body:
2012-12-17 11:14:06 -08:00
Jonathan Beilin
fa0fc535a1 Adding assertion for empty data in -appendPartWithHeaders:body: 2012-12-17 10:31:00 -08:00
Mattt Thompson
0f35164082 Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings
Conflicts:
	AFNetworking/AFHTTPClient.m
	AFNetworking/AFHTTPRequestOperation.m
	AFNetworking/AFImageRequestOperation.h
	AFNetworking/AFNetworking.h
	AFNetworking/AFURLConnectionOperation.m
2012-11-30 15:09:11 -08:00
Sebastian Ludwig
d3cb65c087 [Issue #651] Adding workaround for Rails behavior of returning a single space in head :ok responses, which is interpreted as invalid input by NSJSONSerialization
Signed-off-by: Mattt Thompson <m@mattt.me>
2012-11-30 14:40:53 -08:00
Basil Shkara
99c58dcf08 [Issue #652] Adding early return in -startMonitoringNetworkReachability if network reachability object could not be created (i.e. invalid hostnames)
Signed-off-by: Mattt Thompson <m@mattt.me>
2012-11-30 14:22:05 -08:00
Mathijs Kadijk
09cf2d39e2 [Issue #660] Add workaround for NSJSONSerialization crash with Unicode character escapes in JSON response
Signed-off-by: Mattt Thompson <m@mattt.me>
2012-11-30 14:12:59 -08:00
Mattt Thompson
607e91b5b8 Adding responseStringEncoding property to AFURLConnectionOperation 2012-11-30 14:11:59 -08:00
Mattt Thompson
eaa1252d40 Adding top-level group for source files 2012-11-30 13:37:07 -08:00
Oliver Jones
d38895e5d8 Fixes warning: enumeration value 'AFFinalBoundaryPhase' not explicitly handled in switch [-Werror,-Wswitch-enum] 2012-11-30 18:14:26 +11:00
Oliver Jones
b64c6bd846 Fixes warning: atomic by default property 'X' has a user defined getter (property should be marked 'atomic' if this is intended) [-Werror,-Wcustom-atomic-properties] 2012-11-30 18:13:43 +11:00
Oliver Jones
b75c673a2c Fixes warning: 'X' is not defined, evaluates to 0 [-Werror,-Wundef] 2012-11-30 18:12:47 +11:00
Oliver Jones
692f7126ca Fixes warning: 'response' was marked unused but was used [-Werror,-Wused-but-marked-unused] 2012-11-30 18:04:44 +11:00
Oliver Jones
72ab802a2d Fixes warning: atomic by default property 'X' has a user defined getter (property should be marked 'atomic' if this is intended) [-Werror,-Wcustom-atomic-properties] 2012-11-30 18:02:15 +11:00
Oliver Jones
d8b4dcb349 Fixes warning: 'macro' is not defined, evaluates to 0 2012-11-30 17:59:50 +11:00