6
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix suggest parentheses issue closes gh-97 More... over 13 years ago
Fix typos (@% => %@) Closes gh-107 More... over 13 years ago
Fix deadlock in ASIDownloadCache when server doesn't return any explicit expiration time Closes gh-102 (Many thanks to LeeMatthewHiggins for catching this) More... over 13 years ago
Fix typo More... over 13 years ago
Update DONORS - huge thank you! More... over 13 years ago
Merge branch 'master' of https://github.com/timshadel/asi-http-request into timshadel-master More... over 13 years ago
Fixes for GCC_WARN_UNDECLARED_SELECTOR More type conversion tweaks More... over 13 years ago
fix deadlock caused by not unlocking cache lock on 304 More... over 13 years ago
Don't use the cached response if the server didn't send an explicit expiration time More... over 13 years ago
Fix compile errors under XCode 3.2.5 & LLVM 1.6 More... over 13 years ago
Allow compiling with the Clang/Obj-C 2.0 ABI by fixing some ivar name duplications that crash the compiler. More... over 13 years ago
Update README More... over 13 years ago
Fix Mac build More... over 13 years ago
Added new clearDelegatesAndCancel method Fix leak in iPad sample More... over 13 years ago
Merge branch 'jamie-fork' into new-blocks-merge Also change urls from my local machine to the asi website More... over 13 years ago
Repeat check for blocks being nil on the main thread, as there's no guarantee they haven't been set to nil since performBlockOnMainThread: was called More... over 13 years ago
Reinstate code to retain the request for the duration of handleNetworkEvent, as the markAsFinished calls will cause requests to be deallocated More... over 13 years ago
Stop status timer as soon as request completes More... over 13 years ago
Set clear stream client when unscheduling the readstream, and set it again when scheduling More... over 13 years ago
Release blocks on main thread (hopefully closes gh-91) More... over 13 years ago
Fix leaks in ASIWebPageRequest More... over 13 years ago
* Set originalURL when pulling data from the cache without contacting the server * Ask cache for responseData rather than reading directly from the cached file path when not downloading to disk More... over 13 years ago
modified blocks, got rid of retain cycle More... over 13 years ago
Ensure sync requests on main thread call blocks synchronously Fix blocks test More... over 13 years ago
Fix some clang warnings More... over 13 years ago
Fix network activity indicator not hiding for requests that aren't running on the request thread More... over 13 years ago
I think we've finally got this blocks stuff sorted! Small fixes to iPad sample More... over 13 years ago
Fixed: Static Analyzer warning. More... over 13 years ago
Move remaining blocks calls onto the main thread, tweaks More... over 13 years ago
Fixing a LLVM 2.0 compiler warning. More... over 13 years ago