Граф коммитов

1392 Коммитов

Автор SHA1 Сообщение Дата
Justin Spahr-Summers 46211ece01 Merge pull request #3 from github/stfu
Quiet you.
2015-01-19 10:32:45 -08:00
joshaber e364bf5092 🔥🔥 2015-01-19 13:28:46 -05:00
joshaber 0b1c1c6f9e 🔥 2015-01-19 13:28:01 -05:00
joshaber 6d4bbc9758 Don't complain about not seeing SystemConfiguration anymore. 2015-01-16 23:34:36 -05:00
Josh Vera d7bcfb85e8 Merge pull request #2 from github/dont-cancel-authentication-requests
Don’t cancel authentication requests
2014-10-06 18:25:14 -04:00
Justin Spahr-Summers c875696814 Don't continue without creds after using a cred!
/cc @keithduncan for confirmation that this is legit
2014-10-06 15:23:54 -07:00
Justin Spahr-Summers 490ad27e95 Restore break that appears to have gotten removed 2014-10-06 13:33:01 -07:00
Justin Spahr-Summers d28ec050d9 Remove SecTrustEvaluate assertion
We probably don’t want to bring down the program over a function call
failure.
2014-10-06 13:31:30 -07:00
Justin Spahr-Summers 0d5dd5ba58 Restore previous method organization
Sorry @keithduncan, I just wanna make sure people can spot the
difference between old and new.
2014-10-06 13:28:47 -07:00
Justin Spahr-Summers c0e505c0b5 Restore space-based indentation 2014-10-06 13:26:28 -07:00
Keith Duncan 5291311e1e Don’t cancel authentication requests
This ensures SSL/TLS errors bubble up as expected.
2014-09-10 12:35:04 +01:00
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