Mattt Thompson
7c3ba69f09
Merge pull request #1167 from carsonmcdonald/fixquickcancel
...
Fix for quick canceling request operation
2013-08-08 16:11:24 -07:00
Mattt Thompson
9174f5f906
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-08-08 15:39:40 -07:00
Mattt Thompson
4b79bd91ed
Bumping version to 1.3.2
...
Updating CHANGES
2013-08-08 15:39:11 -07:00
Mattt Thompson
da905ab543
Merge pull request #1183 from swizzlr/Minor-Doc-Update
...
Update AFHTTPClient documentation to clarify the scope of the parameterEncoding property.
2013-08-06 07:09:09 -07:00
Mattt Thompson
dbeb46d8ad
Merge pull request #1203 from jschmid/patch-1
...
[Issue #1135 ] Missed an old link
2013-08-06 04:20:41 -07:00
Jonas Schmid
7d32b3f450
[Issue #1135 ] Missed an old link
2013-08-06 08:23:33 +02:00
Mattt Thompson
67c97ab957
Merge pull request #1195 from dtorres/ascii-user-agent
...
Fix truncated user-agent when App name included non-ASCII characters.
2013-08-05 07:29:22 -07:00
Diego Torres
a4c6e28b69
Fix truncated user-agent when App name included non-ASCII characters.
2013-08-02 19:41:24 -04:00
Mattt Thompson
259c2c24af
Merge pull request #1184 from autresphere/master
...
Allow nested call to setImageWithURLRequest
2013-07-31 12:00:17 -07:00
Philippe Converset
1fc909e9db
Allow nested call to setImageWithURLRequest
...
Calling [UIImageView setImageWithURL:] inside [UIImageView setImageWithURLRequest:placeholderImage:success:failure] completion block could NOT work.
This was due to internal af_imageRequestOperation set to nil AFTER a completion block is called. With this fix, it is now set to nil BEFORE.
2013-07-31 11:25:55 +02:00
Thomas Catterall
fd4a57f193
Update AFHTTPClient documentation to clarify the scope of the parameterEncoding property.
2013-07-30 18:14:23 +01:00
Carson McDonald
ef44858189
Set error when cancel happens before start finishes
2013-07-25 11:35:50 -04:00
Carson McDonald
d10421e511
Set async timeout to longer than request timeout
2013-07-25 11:34:50 -04:00
Mattt Thompson
75bd257ffe
Merge pull request #1154 from carsonmcdonald/fixtestpostwithparams
...
Add longer test timeout
2013-07-23 14:13:58 -07:00
Mattt Thompson
4ae3c05f09
[Issue #1146 ] Using response.MIMEType rather than (potentially nonexistent) Content-Type headers to determine image data provider
2013-07-23 09:28:03 -07:00
Carson McDonald
88e2740378
Make null check wait.
2013-07-19 15:26:27 -04:00
Carson McDonald
7c538aaa67
Add longer test timeout
2013-07-19 12:27:43 -04:00
Mattt Thompson
0c38a6ca2d
Fixing static analyzer warnings about CFRelease calls to NULL pointer
2013-07-17 10:20:48 -07:00
Mattt Thompson
bcf35c2354
Moving __unused signifier into parameter type
2013-07-17 10:19:46 -07:00
Mattt Thompson
0fd49b9964
[Issue #1099 ] Removing if statements before CFRelease calls
2013-07-17 10:19:23 -07:00
Mattt Thompson
251ce98caa
Merge pull request #1099 from lixar/safety-checks
...
Added safety checks for OSStatus value returned by SecXXX functions
2013-07-17 10:16:27 -07:00
Kyle Fuller
355ecd32fa
Add tests for some functionality in [AFHTTPClient initWithBaseURL]
2013-07-17 10:08:00 -07:00
Mattt Thompson
ce9f3e44a4
Merge pull request #1100 from dstnbrkr/remove-conditional-compilation
...
Remove conditional compilation (_AFNETWORKING_PIN_SSL_CERTIFICATES_)
2013-07-17 09:45:59 -07:00
Mattt Thompson
5cd0ef7c42
Merge pull request #1128 from blakewatters/bugfix/restore-travis
...
Restore execution of tests under Travis
2013-07-17 09:44:55 -07:00
Mattt Thompson
22ba1c8636
[Issue #1135 ] Fixing outdated links to documentation
2013-07-15 14:03:26 -07:00
Mattt Thompson
b5d003451d
Setting default SSL Pinning Mode in example to None only if host name does not match
2013-07-15 09:43:27 -07:00
Blake Watters
7fa3f45bf2
Switch Travis build script to leverage xctool 0.1.7, which supports implicit dependencies. Simplify xctool invocation
2013-07-14 13:40:20 -04:00
Blake Watters
ab3c2ef73f
Restore execution of tests under Travis
2013-07-14 10:50:01 -04:00
Carson McDonald
76735cb754
Use new httpbin image request to fix image test.
2013-07-14 10:50:01 -04:00
Mattt Thompson
77225e955a
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-07-11 11:26:51 -07:00
Mattt Thompson
e681d45ee5
Fixing broken images in README
2013-07-11 11:26:39 -07:00
Mattt Thompson
81ab861fd3
Merge pull request #1124 from carsonmcdonald/fiximagetest
...
Use new httpbin image request to fix image test
2013-07-10 19:02:37 -07:00
Carson McDonald
5396127e46
Use new httpbin image request to fix image test.
2013-07-10 20:08:07 -04:00
Mattt Thompson
80ae9b758c
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-07-05 11:38:46 -05:00
Mattt Thompson
0c3a4ea712
[Issue #1115 ] Only set placeholder image if not nil
2013-07-05 11:38:37 -05:00
Mattt Thompson
9b31c03565
Merge pull request #1113 from raven/master
...
Update README.md for 'complete documentation' link
2013-07-04 22:16:24 -07:00
Mattt Thompson
0d0f156c2e
Merge pull request #1114 from OliverLetterer/copy-http-client
...
Fixing -[AFHTTPClient copyWithZone:].
2013-07-04 22:15:38 -07:00
Mattt Thompson
758443f396
Merge pull request #1116 from Palleas/patch-1
...
Put the logo back
2013-07-04 22:14:36 -07:00
Romain Pouclet
e383e8bbf7
Put the logo back
...
It's prettier that way.
2013-07-04 14:19:21 -04:00
Oliver Letterer
f9fc99e867
Fixing -[AFHTTPClient copyWithZone:].
2013-07-03 19:26:29 +02:00
Peter
a710c9743c
Update README.md for 'complete documentation' link
...
http://afnetworking.github.com/AFNetworking is no more.
2013-07-03 16:47:35 +10:00
Dustin Barker
035e628d96
Add adn certificate to Mac example
2013-06-27 22:47:46 -07:00
Dustin Barker
33ba5685fb
Remove reference to _AFNETWORKING_PIN_SSL_CERTIFICATES_
2013-06-27 22:47:45 -07:00
Dustin Barker
4ca6efb087
Update documentation re: _AFNETWORKING_PIN_SSL_CERTIFICATES_
2013-06-27 22:47:45 -07:00
Dustin Barker
4a969694c5
Remove all _AFNETWORKING_PIN_SSL_CERTIFICATES_ conditions
...
Fixes #1098
2013-06-27 22:47:45 -07:00
Dustin Barker
a5123879a0
Fix bug where examples always used AFSSLPinningModeNone
2013-06-27 22:46:09 -07:00
Sylvain Guillope
b60848af94
Added return status checks when handling connection's authentication challenge
2013-06-28 00:33:02 -04:00
Sylvain Guillope
02abb706d3
Added return status checks when building list of pinned public keys
2013-06-27 10:50:20 -04:00
Mattt Thompson
d492c4bff5
Merge pull request #1077 from AFNetworking/experimental-simplified-network-thread-entry-point
...
Simplifying Network Thread Entry Point
2013-06-20 09:15:04 -07:00
Mattt Thompson
bc8fcee718
Don't code sign mac example
2013-06-19 08:45:13 -07:00