1. 23 Nov, 2010 1 commit
  2. 20 Nov, 2010 4 commits
  3. 17 Nov, 2010 1 commit
    • Clang doesn't like local variables or parameter names that conflict with
      instance property names. This problem occurs even in class methods (in
      addition to instance methods).
      
      Signed-off-by: Tim Shadel <github@timshadel.com>
      Tim Shadel authored
  4. 13 Nov, 2010 4 commits
  5. 10 Nov, 2010 6 commits
  6. 07 Nov, 2010 3 commits
  7. 04 Nov, 2010 1 commit
  8. 31 Oct, 2010 8 commits
  9. 23 Oct, 2010 1 commit
  10. 18 Oct, 2010 3 commits
  11. 11 Oct, 2010 1 commit
  12. 10 Oct, 2010 5 commits
  13. 09 Oct, 2010 2 commits
    • * 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!)
      Ben Copsey authored
    • Ben Copsey authored