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
Cédric Luthi
f106d19536
Use NSLocalizedStringFromTable with AFNetworking.strings table for localized strings
2012-11-14 17:44:11 +01:00
Mattt Thompson
eaac6a1759
[Issue #640 ] Removing documentation note about default Accept-Encoding header
2012-11-12 21:44:29 -08:00
Mattt Thompson
247863cfc2
[Issue #633 ] Manually casting scalar types in initWithCoder for AFURLConnectionOperation and AFHTTPClient
2012-11-09 07:31:53 -08:00
Mattt Thompson
ff8e70a49c
Using addOperations:waitUntilFinished: instead of adding each operation individually in -enqueueBatchOfHTTPRequestOperations:... to fix an edge case bug where only one of the operations in a batch will run.
2012-11-06 12:03:19 -08:00
Mattt Thompson
24dfebb424
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2012-11-06 09:22:04 -08:00
Mattt Thompson
5ec794dc4d
Indenting macro conditionals
2012-11-06 09:21:41 -08:00
Mattt Thompson
d5bd23ca17
Distinguisging between CoreServices and MobileCoreServices for #warning
2012-11-06 09:13:22 -08:00
Mattt Thompson
a495902c65
Removing quotes for #warning macros
2012-11-06 09:10:22 -08:00
Mattt Thompson
adda25dd3c
Merge pull request #629 from 0xced/field-escaping-description
...
Derive keys string representations using the description method
2012-11-06 08:37:05 -08:00
Cédric Luthi
db10b25bb2
Derive keys string representations using the description method as specified in AFQueryStringFromParametersWithEncoding documentation
2012-11-06 15:16:48 +01:00
Mattt Thompson
f62e5cf6f3
Update CHANGES
2012-11-05 13:08:55 -08:00
Mattt Thompson
97dd5602f6
Merge pull request #627 from apoltix/master
...
[Issue #624 ] Moved __unused keywords for better Xcode indexing
2012-11-05 13:06:04 -08:00
Christian Rasmussen
940f42dade
[ #624 ] Moved __unused keywords for better Xcode indexing.
2012-11-05 21:33:56 +01:00
Mattt Thompson
fd157cb7de
Adding chanelog item for 5b32b45
2012-11-05 12:05:58 -08:00
Mattt Thompson
5b32b45469
[Issue #619 ] Sorting dictionary keys with caseInsensitiveCompare to ensure deterministic ordering of query string parameters, which may otherwise cause ambiguous representations of nested parameters
2012-11-05 12:03:23 -08:00
Mattt Thompson
9cde4e4584
Adding release notes for 1.0.1
2012-11-01 08:56:17 -07:00
Mattt Thompson
8603f8f653
Update CHANGES
2012-11-01 08:49:03 -07:00
Mattt Thompson
6f64dc2b65
Merge pull request #617 from tewha/master
...
Document change in CHANGES
2012-11-01 08:46:54 -07:00
Mattt Thompson
aab0ceec08
Merge pull request #618 from lxcid/master
...
[Issue #591 ] Attempts to fix crash caused by incorrect calculation of range when reading data into buffer.
2012-11-01 08:36:03 -07:00
Stan Chang Khin Boon
2fde59c3fd
[Issue #591 ] Attempts to fix crash caused by incorrect calculation of range when reading data into buffer.
...
When the current buffer isn't large enough to store the data,
AFNetworking attempts to fill the current buffer with as much data as
it can holds and leaves the remaining data to the next buffer.
There is a bug when calculating the range to read from data in the next
buffer. The `_phaseReadOffset` is set correctly but the `[data length]`
is not adjusting correctly to the offset. This causes `getBytes:range:`
to complains that it attempts to get bytes that are out of range.
An attempted fix is done here by adjusting the range (Also adjust to
check against `_phaseReadOffset` instead of `range.length`.
As I am modifying some critical section, a detail review might be
required.
I am sending this pull request so as to facilitiate the review process,
but if you are already in review of the issue and the solution, you can
ignore my pull and close it. Thanks!
Detail explanation of how the solution come about can be found here:
https://github.com/AFNetworking/AFNetworking/issues/591#issuecomment-993
0763
2012-11-01 02:42:14 +08:00
Steven Fisher
9c34a68fba
Document change for next version.
2012-10-31 10:21:43 -07:00
Mattt Thompson
e2f2ab45aa
[Issue #599 ] Refactoring AFHTTPClient to remove unnecessary JSON / plist serialization functions, logging any error that may arise.
2012-10-31 09:55:18 -07:00
Mattt Thompson
175c3fa451
[Issue #565 ] Checking for kCFStringEncodingInvalidId from CFStringConvertIANACharSetNameToEncoding() before getting NSStringEncoding with CFStringConvertEncodingToNSStringEncoding, which may otherwise lead to unexpected behavior
2012-10-31 08:37:47 -07:00
Mattt Thompson
d31e23af29
[Issue #603 ] Removing duplicated runloop scheduling of outputStream
2012-10-31 08:27:10 -07:00
Mattt Thompson
81f33ae971
[Issue #592 ][Issue #600 ] Changes the logic of UIImageView -setImageWithURLRequest:placeholderImage:success:failure: such that if the success block is specified, the default behavior of self.image = image is not executed. This allows for full customization over any post-processing on the image, or the animation to be used when setting the image.
2012-10-31 08:20:58 -07:00
Mattt Thompson
ebc9f7d50e
Removing excess whitespace
2012-10-31 08:07:49 -07:00
Mattt Thompson
bf1fe2deef
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2012-10-31 08:01:39 -07:00
Mattt Thompson
1826cffd81
Renaming parseOptions property to JSONReadingOptions
...
Updating documentation for JSONReadingOptions property
2012-10-31 08:01:22 -07:00
Jeremy Foo
5d37e534f7
Updates AFJSONRequestOperation to allow JSON parsing options since it is now using the NSJSONSerialization class by default
2012-10-31 07:57:16 -07:00
Mattt Thompson
b39dc966d6
Merge pull request #588 from natestedman/master
...
Add Github's Obj-C .gitignore
2012-10-31 07:55:38 -07:00
Mattt Thompson
4b2c2818a1
Using conventional weak/strong self pattern to break retain cycle in background tasks
2012-10-31 07:49:44 -07:00
Mattt Thompson
953dfbcfbc
Using __weak reference in setCompletionBlock:
2012-10-31 07:45:13 -07:00
Jerry Beers
c3bc36abd7
Break retain cycle for background tasks
2012-10-31 07:43:34 -07:00
Mattt Thompson
652ad787e7
Minor reformatting of weak/strong self pattern for network reachability callbacks
2012-10-31 07:42:19 -07:00
Mattt Thompson
ecac2b3583
Merge pull request #612 from Madefire/afhttpclient_no_dealloc
...
fix for AFHTTPClient not being released
2012-10-31 07:36:18 -07:00
Dan Weeks
e549ee33a9
use the weakself/strongself pattern to fix AFHTTPClient not being released
...
see AFNetworking issue #581
2012-10-30 11:58:54 -07:00
Mattt Thompson
30523b1b73
Merge pull request #602 from modocache/fix-xml-typo
...
Fix typo in AFXMLRequestOperation block.
2012-10-26 20:29:43 -07:00
modocache
8967359d36
Fix typo in AFXMLRequestOperation block.
2012-10-25 11:47:15 -04:00
Mattt Thompson
3f6571dc83
Merge pull request #598 from dtorres/patch-1
...
Set the dot (.) to be unescaped (fixes #597 )
2012-10-24 11:33:44 -07:00
Diego Torres
7945e801dc
Set the dot (.) to be unescaped ( fixes #597 )
2012-10-24 15:55:40 -02:00
Mattt Thompson
21c1006761
Merge pull request #594 from ijohn/patch-1
...
Update Example/Classes/Models/Post.m
2012-10-24 09:30:37 -07:00
ijohn
8f898addf2
Update Example/Classes/Models/Post.m
...
Sorry the previous commit left 1 crucial line :(
2012-10-24 13:17:16 +07:00
ijohn
3a80dbc795
Update Example/Classes/Models/Post.m
...
Adapt to app.net global stream response change
2012-10-24 13:09:54 +07:00
Nate Stedman
e8d7a91305
Add Github's Objective-C .gitignore file.
...
This prevents .DS_Store and xcuserdata files/dirs from causing
the AFNetworking submodule to always have `(untracked content)`
listed in `git status`.
2012-10-19 14:25:31 -04:00
Mattt Thompson
4f844a2c3d
Merge pull request #587 from andrewsardone/aps-minor-permissions-change
...
[Low Priority] Remove executable permission on AFHTTPClient source files
2012-10-18 09:56:13 -07:00