6
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed outdated comments More... over 13 years ago
Merge branch 'master' of git://github.com/pokeb/asi-http-request More... over 13 years ago
Release statusTimer + redirectURL in dealloc. I think it's unlikely either of these would ever have leaked, but clang might warn about this. More... over 13 years ago
ASIWebPageRequest: xmlSaveDoc() will preserve the response encoding, so stop setting it back to UTF-8 Add tests for ASIWebPageRequest encoding Also, strip any gzip content-encoding header, since the parsed response will not be deflated (cache does this anyway, but we can't guarantee we'll have one) More... over 13 years ago
Requests now check if cached data is available when encountering an error and using ASIFallbackToCacheIfLoadFailsCachePolicy. If there is no cached data, the request will fail with an error. closes gh-118 - many thanks to Erik von Harten for catching this! More... over 13 years ago
Added UISupportedInterfaceOrientations Info.plist key More... over 13 years ago
Cleanup frameworks More... over 13 years ago
Set "Latest iOS" SDK at project level More... over 13 years ago
Provide encoding to htmlReadFile() and htmlReadMemory() More... over 13 years ago
Provide encoding to htmlReadFile() and htmlReadMemory() More... over 13 years ago
Fix typos More... over 13 years ago
Fix typos More... over 13 years ago
Update DONORS - many thanks! More... over 13 years ago
Update DONORS - thank you! More... over 13 years ago
Make sure no Basic Auth authorization header is added before any server response when the authentication scheme is Digest or NTLM More... over 13 years ago
Hopefully fixes a problem where ASIAuthenticationDialog could fail to disappear when dismissed on iPad [#71 state:resolved] More... over 13 years ago
Fix clearing cached data in clearCachedResponsesForStoragePolicy: (closes gh-114) Tweak tests that rely on invalid urls to make them work to make them more reliable More... over 13 years ago
PAC files can now be downloaded asynchronously, and the download now respects the request's timeout This should help in situations where the PAC File is unavailable or the connection is very slow More... over 13 years ago
Update Donors - many thanks! More... over 13 years ago
Import UIKit in ASIHTTPRequest.h to help with building static libs (required for background task support) Fix warning about undeclared selector More... over 13 years ago
* Fix an issue with ASIDataCompressor that would have caused it to fail to deflate files larger than 256KB * Move requestFinished: back onto the request thread as running on the main thread caused breakage in subclasses (including S3) * Tweaks to ASIDataDecompressor to make it match the new behaviour of ASIDataCompressor * Improve tests for gzip More... over 13 years ago
Wrap handleNetworkEvent in an autoreleasepool again More... over 13 years ago
Fix urls in new tests More... over 13 years ago
Move ASIWebPageRequest into its own folder to prevent people adding it to their projects by accident More... over 13 years ago
Fix for ASIWebPageRequest issue where if the parsed HTML is smaller than the original, you got crap at the end of the file Many thanks to erudenko for the bug report! [#72 state:resolved] More... over 13 years ago
Fix bug with ASIDataCompressor / ASIDataDecompressor Thanks to Thomas Rasch for the fix! Closes gh-113 [#69 state:resolved] More... over 13 years ago
Fix Mac release configuration prefix header path (closes gh-103) More... over 13 years ago
Fix cache-control max-age header parsing Closes gh-109 More... over 13 years ago
ASIDownloadCache: If we get a max-age, ignore any Expires header closes gh-108 More... over 13 years ago
Stop using NSFileManager's defaultManager (closes gh-105) More... over 13 years ago