Commit graph

1381 commits

Author SHA1 Message Date
Mattt Thompson
4b79bd91ed Bumping version to 1.3.2
Updating CHANGES
2013-08-08 15:39:11 -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
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
Mattt Thompson
a4ee25f029 Disabling SSL Pinning mode for Mac example 2013-06-19 08:44:57 -07:00
Mattt Thompson
c75b9f46c3 Adding Mach port to keep runloop alive 2013-06-19 08:44:36 -07:00
Mattt Thompson
d0d4c58bb8 Merge pull request #1076 from Nuzzel/bugfix/fix_type_warning
Change size_t value from NULL to 0 to suppress compiler warning.
2013-06-19 08:34:33 -07:00
Mattt Thompson
0ae4872df8 Removing what appears to have been unnecessary ceremony and incantations for keeping the network thread runloop running. 2013-06-18 20:36:41 -07:00
Mattt Thompson
d1b7ff8f3c Return early in AFGetMediaTypeAndSubtypeWithString if string is nil 2013-06-18 20:26:35 -07:00
Mattt Thompson
2528a0e673 Adding CoreGraphics framework to podspec 2013-06-18 20:18:53 -07:00
Mattt Thompson
1f994dfcd2 Merge pull request #1075 from Nuzzel/bugfix/handle_incorrect_image_contenttype
Allow fallback to generic image loading if PNG/JPEG-specific loads fail
2013-06-18 20:13:30 -07:00
Darryl H. Thomas
fba4aeaedd Change size_t value from NULL to 0 to suppress compiler warning. 2013-06-18 15:55:56 -07:00
Darryl H. Thomas
1c6088872a Allow fallback to generic image loading when PNG/JPEG-specific loads fail. 2013-06-18 15:53:18 -07:00
Mattt Thompson
a65ff858bb Merge pull request #1074 from kylef/podfile-lock
Update the Podfile.lock to reference the new specfile hash (1.3.1)
2013-06-18 10:30:15 -07:00
Kyle Fuller
d10119ce22 Update the Podfile.lock to reference the new specfile hash (1.3.1) 2013-06-18 17:56:55 +01:00
Mattt Thompson
60bd422401 Bumping version to 1.3.1 2013-06-18 09:44:52 -07:00
Mattt Thompson
c3a46b8ac4 [Issue #1065] Remove test for NSParameterAssert raise 2013-06-18 09:04:24 -07:00
Mattt Thompson
1e205bc199 Merge branch '1064_parameter_assert' of https://github.com/kylef/AFNetworking into kylef-1064_parameter_assert 2013-06-18 09:03:05 -07:00
Mattt Thompson
d9dea1237f Upgrading project settings for Xcode 5 2013-06-18 09:02:54 -07:00