GitHub / github/AFNetworking / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 46211ece | merge Merge pull request #3 from github/stfu | Justin Spahr-Summers <j****s@g****m> | over 11 years ago | |
| e364bf50 | :fire::fire: | joshaber <j****r@g****m> | over 11 years ago | |
| 0b1c1c6f | :fire: | joshaber <j****r@g****m> | over 11 years ago | |
| 6d4bbc97 | Don't complain about not seeing SystemConfiguration anymore. | joshaber <j****r@g****m> | over 11 years ago | |
| d7bcfb85 | merge Merge pull request #2 from github/dont-cancel-authentication-requests | Josh Vera <j****h@j****m> | almost 12 years ago | |
| c8756968 | Don't continue without creds after using a cred! | Justin Spahr-Summers <J****s@g****m> | almost 12 years ago | |
| 490ad27e | Restore break that appears to have gotten removed | Justin Spahr-Summers <J****s@g****m> | almost 12 years ago | |
| d28ec050 | Remove SecTrustEvaluate assertion | Justin Spahr-Summers <J****s@g****m> | almost 12 years ago | |
| 0d5dd5ba | Restore previous method organization | Justin Spahr-Summers <J****s@g****m> | almost 12 years ago | |
| c0e505c0 | Restore space-based indentation | Justin Spahr-Summers <J****s@g****m> | almost 12 years ago | |
| 5291311e | Don’t cancel authentication requests | Keith Duncan <k****n@g****m> | almost 12 years ago | |
| 4b79bd91 | Bumping version to 1.3.2 | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 4ae3c05f | [Issue #1146] Using response.MIMEType rather than (potentially nonexistent) C... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 0c38a6ca | Fixing static analyzer warnings about CFRelease calls to NULL pointer | Mattt Thompson <m****@m****e> | about 13 years ago | |
| bcf35c23 | Moving __unused signifier into parameter type | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 0fd49b99 | [Issue #1099] Removing if statements before CFRelease calls | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 251ce98c | merge Merge pull request #1099 from lixar/safety-checks | Mattt Thompson <m****@m****e> | about 13 years ago | |
| ce9f3e44 | merge Merge pull request #1100 from dstnbrkr/remove-conditional-compilation | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 5cd0ef7c | merge Merge pull request #1128 from blakewatters/bugfix/restore-travis | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 22ba1c86 | [Issue #1135] Fixing outdated links to documentation | Mattt Thompson <m****@m****e> | about 13 years ago | |
| b5d00345 | Setting default SSL Pinning Mode in example to None only if host name does no... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 7fa3f45b | Switch Travis build script to leverage xctool 0.1.7, which supports implicit ... | Blake Watters <b****s@t****m> | about 13 years ago | |
| ab3c2ef7 | Restore execution of tests under Travis | Blake Watters <b****s@t****m> | about 13 years ago | |
| 77225e95 | merge Merge branch 'master' of github.com:AFNetworking/AFNetworking | Mattt Thompson <m****@m****e> | about 13 years ago | |
| e681d45e | Fixing broken images in README | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 81ab861f | merge Merge pull request #1124 from carsonmcdonald/fiximagetest | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 5396127e | Use new httpbin image request to fix image test. | Carson McDonald <c****n@i****t> | about 13 years ago | |
| 76735cb7 | Use new httpbin image request to fix image test. |
Carson McDonald <c****n@i****t>
Committed by: Blake Watters <b****s@t****m> |
about 13 years ago | |
| 80ae9b75 | merge Merge branch 'master' of github.com:AFNetworking/AFNetworking | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 0c3a4ea7 | [Issue #1115] Only set placeholder image if not nil | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 9b31c035 | merge Merge pull request #1113 from raven/master | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 0d0f156c | merge Merge pull request #1114 from OliverLetterer/copy-http-client | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 758443f3 | merge Merge pull request #1116 from Palleas/patch-1 | Mattt Thompson <m****@m****e> | about 13 years ago | |
| e383e8bb | Put the logo back | Romain Pouclet <p****s@g****m> | about 13 years ago | |
| f9fc99e8 | Fixing -[AFHTTPClient copyWithZone:]. | Oliver Letterer <o****r@g****m> | about 13 years ago | |
| a710c974 | Update README.md for 'complete documentation' link | Peter <p****h@g****m> | about 13 years ago | |
| a5123879 | Fix bug where examples always used AFSSLPinningModeNone | Dustin Barker <d****r@g****m> | about 13 years ago | |
| 035e628d | Add adn certificate to Mac example | Dustin Barker <d****r@g****m> | about 13 years ago | |
| 33ba5685 | Remove reference to _AFNETWORKING_PIN_SSL_CERTIFICATES_ | Dustin Barker <d****r@g****m> | about 13 years ago | |
| 4ca6efb0 | Update documentation re: _AFNETWORKING_PIN_SSL_CERTIFICATES_ | Dustin Barker <d****r@g****m> | about 13 years ago | |
| 4a969694 | Remove all _AFNETWORKING_PIN_SSL_CERTIFICATES_ conditions | Dustin Barker <d****r@g****m> | about 13 years ago | |
| b60848af | Added return status checks when handling connection's authentication challenge | Sylvain Guillope <s****e@l****m> | about 13 years ago | |
| 02abb706 | Added return status checks when building list of pinned public keys | Sylvain Guillope <s****e@l****m> | about 13 years ago | |
| d492c4bf | merge Merge pull request #1077 from AFNetworking/experimental-simplified-network-th... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 355ecd32 | Add tests for some functionality in [AFHTTPClient initWithBaseURL] |
Kyle Fuller <i****x@k****k>
Committed by: Mattt Thompson <m****@m****e> |
about 13 years ago | |
| bc8fcee7 | Don't code sign mac example | Mattt Thompson <m****@m****e> | about 13 years ago | |
| a4ee25f0 | Disabling SSL Pinning mode for Mac example | Mattt Thompson <m****@m****e> | about 13 years ago | |
| c75b9f46 | Adding Mach port to keep runloop alive | Mattt Thompson <m****@m****e> | about 13 years ago | |
| d0d4c58b | merge Merge pull request #1076 from Nuzzel/bugfix/fix_type_warning | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 0ae4872d | Removing what appears to have been unnecessary ceremony and incantations for ... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| d1b7ff8f | Return early in AFGetMediaTypeAndSubtypeWithString if string is nil | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 2528a0e6 | Adding CoreGraphics framework to podspec | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 1f994dfc | merge Merge pull request #1075 from Nuzzel/bugfix/handle_incorrect_image_contenttype | Mattt Thompson <m****@m****e> | about 13 years ago | |
| fba4aeae | Change size_t value from NULL to 0 to suppress compiler warning. | Darryl H. Thomas <d****s@h****l> | about 13 years ago | |
| 1c608887 | Allow fallback to generic image loading when PNG/JPEG-specific loads fail. | Darryl H. Thomas <d****s@h****l> | about 13 years ago | |
| a65ff858 | merge Merge pull request #1074 from kylef/podfile-lock | Mattt Thompson <m****@m****e> | about 13 years ago | |
| d10119ce | Update the Podfile.lock to reference the new specfile hash (1.3.1) | Kyle Fuller <i****x@k****k> | about 13 years ago | |
| 60bd4224 | Bumping version to 1.3.1 | Mattt Thompson <m****@m****e> | about 13 years ago | |
| c3a46b8a | [Issue #1065] Remove test for NSParameterAssert raise | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 1e205bc1 | merge Merge branch '1064_parameter_assert' of https://github.com/kylef/AFNetworking... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| d9dea123 | Upgrading project settings for Xcode 5 | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 5efa6a06 | merge Merge pull request #1070 from AFNetworking/experimental-background-image-infl... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 10d7d883 | Adding automaticallyInflatesResponseImage property to AFImageRequestOperation | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 60cf0de7 | Adding #import for CoreGraphics | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 0dbf61f8 | Inflate (decompress) image data in the background, as a part of AFImageReques... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| e89229c5 | Minor reformatting | Mattt Thompson <m****@m****e> | about 13 years ago | |
| be8a7a24 | merge Merge pull request #1066 from vickeryj/master | Mattt Thompson <m****@m****e> | about 13 years ago | |
| b3f8ebf8 | Add edge case handling for reachability code to detect the case where a conne... | Joshua Vickery <j****h@v****m> | about 13 years ago | |
| babd06c1 | Don't let AFURLConnectionOperation accept a nil request | Kyle Fuller <i****x@k****k> | about 13 years ago | |
| 2853215b | merge Merge pull request #1057 from kylef/tests-remove-afn | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 5df7aa6d | merge Merge pull request #1058 from kylef/pods-update | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 111be312 | Update the Podfile.lock to reference the new specfile hash | Kyle Fuller <i****x@k****k> | about 13 years ago | |
| 00a849e7 | Remove AFNetworking source references from test project, cocoapods is used | Kyle Fuller <i****x@k****k> | about 13 years ago | |
| a8a05d9f | Update CHANGES | Mattt Thompson <m****@m****e> | about 13 years ago | |
| ac32fea9 | [Issue #1049] Improving CHANGES for 1.3.0 release | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 5c741403 | Bumping version to 1.3.0 | Mattt Thompson <m****@m****e> | about 13 years ago | |
| b8d1483e | Updating documentation for authentication-related connection delegate methods | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 52a8a94b | Refactoring image request tests | Mattt Thompson <m****@m****e> | about 13 years ago | |
| ea23240f | merge Merge branch 'feature-ImageRequestOperationTests' of https://github.com/codep... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 118bfee3 | Renaming AFTestURLProtocol -> AFMockURLProtocol | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 230afbbb | merge Merge pull request #1047 from OliverLetterer/ssl-pinning-tests | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 5dcfe99c | Adding tests for trusting derived certificates. | Oliver Letterer <o****r@g****m> | about 13 years ago | |
| f1cfb96a | Fixes AFSSLPinningModePublicKey on OS X. | Oliver Letterer <o****r@g****m> | about 13 years ago | |
| 3163069c | Adds tests for basic SSL pinning. | Oliver Letterer <o****r@g****m> | about 13 years ago | |
| c15fae4d | merge Merge pull request #1044 from AFNetworking/experimental-revert-multipart-stre... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 3ecc2afc | Test image processing block | Adam Fraser <a****0@g****m> | about 13 years ago | |
| 648b4fb7 | Test responseImage on success and failure | Adam Fraser <a****0@g****m> | about 13 years ago | |
| 877a5a46 | Add initial tests for AFImageRequestOperation | Adam Fraser <a****0@g****m> | about 13 years ago | |
| ad0053c4 | Fix typos in AFImageRequest header file | Adam Fraser <a****0@g****m> | about 13 years ago | |
| f695ced9 | merge Merge pull request #1043 from noa--/lion_fix_2 | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 84341409 | Revert "Merge branch '781-mime-stream-pair' of git://github.com/plausiblelabs... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 1eba7180 | Fix build under 10.7 SDK | Paul Melnikow <e****l@p****m> | about 13 years ago | |
| 7ed9b807 | Minor reformatting | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 744f2b70 | merge Merge pull request #1042 from OliverLetterer/will-send-request-for-authentica... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| fd7dd13e | Adding test for connection:willSendRequestForAuthenticationChallenge:. | Oliver Letterer <o****r@g****m> | about 13 years ago | |
| 41d228f3 | Properly implementing connection:willSendRequestForAuthenticationChallenge:. | Oliver Letterer <o****r@g****m> | about 13 years ago | |
| 4a43277f |
[Issue #1025] Removing redundant check for nonzero responseData length
Signed-off-by: Mattt Thompson <m****@m****e> |
Andrew Vyazovoy <a****y@g****m>
Committed by: Mattt Thompson <m****@m****e> |
about 13 years ago | |
| 17d267ba | merge Merge pull request #957 from hhartz/master | Mattt Thompson <m****@m****e> | about 13 years ago | |
| 9667b218 | Refactoring conditional in responseJSON to avoid unnecessary nil-ing of respo... | Mattt Thompson <m****@m****e> | about 13 years ago | |
| f3887402 |
[Issue #1025] Adding check for nil responseString in responseJSON
Signed-off-by: Mattt Thompson <m****@m****e> |
Andrew Vyazovoy <a****y@g****m>
Committed by: Mattt Thompson <m****@m****e> |
about 13 years ago |