6
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes, start moving block calling onto main thread More... over 13 years ago
(FINALLY!) Merge branch 'jamie-fork' into blocks-merge2 More... over 13 years ago
Merge branch 'steipete-fork' into blocks-merge More... over 13 years ago
Fix ASIWebPageRequest Mac build Fix exception in ASIWebPageRequest when not using a downloadDestinationPath and body is nil More... over 13 years ago
* ASIDownloadCache now stores cached data using the appropriate file extension where available. This makes viewing cached local content in a web view work better * Use xmlsave api to prevent libxml adding xml declaration to the generated html * Add html5 audio tag, and video poster attribute to xpath query * Prevent download of webm, ogg and ogv files * Make accurate progress tracking work in iPhone sample More... over 13 years ago
Mac and iPhone samples both now clear the cache when switching between url replacement modes Fix progress views not showing up in iphone sample, and fix potential divide by zero More comments to explain ASIWebPageRequest More... over 13 years ago
Merge branch 'master' into v1.8-merge More... over 13 years ago
Fix removing cached headers (Thanks to Taggart Gorman for catching this!) More... over 13 years ago
Change ASIDownloadCache to store data in NSCachesDirectory Tweak reading content-length to allow responses larger than 2GB More... over 13 years ago
* ASIWebPageRequest now has three url-replacement modes, see ASIWebPageRequest.h for details * ASIDownloadCache now strips trailing slashes from urls when building the key used to store the data. Now it doesn't matter if the request's url includes the trailing slash or not * ASIDownloadCache now names all data-files with an .html extension. This allows ASIWebPageRequest to display frames and iframes with local content. * Remove broken NSURLCache compatibility from ASIDownloadCache * ASIDownloadCache now stores its data in the NSCachesDirectory instead of NSTemporaryDirectory (Thanks to Dincho Todorov for pointing this out!) More... over 13 years ago
Merge branch 'master' into v1.8-merge More... over 13 years ago
Update donors - thanks so much! More... over 13 years ago
Update donors - thank you! More... over 13 years ago
added hooks for request redirects More... over 13 years ago
More work on GC More... over 13 years ago
Start work on cleaning up memory management to fix problems with garbage collection More... over 13 years ago
ASIWebPageRequests retain their parent Tweaks to Mac sample app layout More... over 13 years ago
Fix loading page when the user clicks on a link in the webView on Mac Fix some spelling mistakes. One of these days it will be necessary to sit down and learn how to spell 'necessary'. More... over 13 years ago
Made ASIWebPageRequest sample work on iPhone Show cached responses in list More... over 13 years ago
Whoops, forgot to change the path when I switched to homebrew. More... over 13 years ago
Cleanup iOS sample - Move keyboard notifications stuff into SampleViewController More... over 13 years ago
ASIWebPageRequests now pass on most delegate calls to their parent's delegate Improve iPad ASIWebPageRequest sample to show the resources being downloaded More... over 13 years ago
Added ASIWebPageRequest example for iOS (only iPad tested so far) Fixed a problem where streamError seemed to be non-nil even when no error occurred - change to look at streamStatus instead More... over 13 years ago
Project tweaks to link libxml More... over 13 years ago
Allow ASIDownloadCache to be used as an NSURLCache Added replaceURLsWithDataURLs option to ASIWebPageRequest to allow leaving HTML and CSS unchanged (useful with the above change) More... over 13 years ago
Start work on storing external resources in files on disk More... over 13 years ago
Stop using tidy and parse web pages using the html parser Added primitive download progress tracking Tweak Mac sample to load clicked links with ASIWebPageRequest More... over 13 years ago
Made namespace work properly Still need to add dtd for xhtml, or it will choke on html entities More... over 13 years ago
Fetch all <link hrefs>, rather than just stylesheets Necessary because xpath is case-sensitive, and we can't be certain of the case of the rel parameter (eg: rel="stylesheet" vs rel="Stylesheet") More... over 13 years ago
Trim whitespace and quotes from urls, prevent download data urls More... over 13 years ago