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 |
|
Oliver Letterer
|
80bb2ea527
|
Gets rid of for loop to check if public key is present.
|
2012-12-29 13:10:14 +01:00 |
|
Oliver Letterer
|
3b1a098701
|
Fixes memory leak.
|
2012-12-29 13:06:52 +01:00 |
|
Oliver Letterer
|
b1f9598ed2
|
Adds SSLPinningMode to AFURLConnectionOperation and defaultSSLPinMode to AFHTTPClient.
|
2012-12-28 11:48:42 +01: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 |
|
Oliver Jones
|
f4d25341cf
|
Fixing tabs/spaces whitespace inconsistency.
|
2012-11-29 19:08:41 +11:00 |
|
Oliver Jones
|
3997dbb7e9
|
Fixes warning: multiple methods named 'selector' found [-Werror,-Wstrict-selector-match]
|
2012-11-29 18:46:04 +11:00 |
|
Oliver Jones
|
23b8fe33ba
|
Fixes warning: weak receiver may be unpredictably null in ARC mode [-Werror,-Wreceiver-is-weak]
|
2012-11-29 18:30:28 +11:00 |
|
Oliver Jones
|
f9449753ff
|
Fixes warning: property is assumed atomic by default [-Werror,-Wimplicit-atomic-properties]
|
2012-11-29 18:06:05 +11:00 |
|
Oliver Jones
|
debd442903
|
Fixes warning: unused parameter 'x' [-Werror,-Wunused-parameter]
|
2012-11-29 18:03:34 +11:00 |
|
Oliver Jones
|
3486a008a1
|
Fixing warnings: implicit conversion changes signedness: 'NSInteger' (aka 'long') to 'unsigned long' [-Werror,-Wsign-conversion]
|
2012-11-29 17:53:30 +11:00 |
|
Nick Forge
|
3175869333
|
Fixed retain cycles in AFImageRequestOperation.m and AFHTTPClient.m caused by strong references within blocks
These retain cycles started showing up as compiler warnings after upgrading to Xcode 4.6DP
|
2012-11-21 15:48:18 +11:00 |
|
Mattt Thompson
|
402e460023
|
Changing order of conditional check to match responseString
|
2012-11-15 10:20:21 -08:00 |
|
Mattt Thompson
|
92134e92c3
|
Merge branch 'master' of github.com:AFNetworking/AFNetworking
|
2012-11-15 10:10:48 -08:00 |
|
Mattt Thompson
|
000010f850
|
Adding missing scan of '/' separator in content type string
|
2012-11-15 10:05:55 -08:00 |
|
Jorge Bernal
|
db8941f1ba
|
[Issue #638] Following guidelines from RFC 2616 regarding the use of string encoding when none is specified in the response
Signed-off-by: Mattt Thompson <m@mattt.me>
|
2012-11-15 09:53:53 -08:00 |
|
Mattt Thompson
|
7c76df739f
|
Merge pull request #644 from 0xced/localization-table
Use NSLocalizedStringFromTable with AFNetworking.strings table
|
2012-11-15 09:12:54 -08:00 |
|