- 24 Jul, 2010 1 commit
-
-
Philipp Schmid authored
-
- 22 Jul, 2010 2 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
- 18 Jul, 2010 1 commit
- 17 Jul, 2010 8 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
(The cache only stores 200 response codes.) The client can still check if the cache was used or not by checking 'didUseCachedResponse'.
Joseph Heenan authored -
It is not safe to call retain on these objects unless we're on the main thread, as the main thread could have already started a dealloc() (but not reached the setDelegete:nil call) on the object when retain is called, potentially resulting in an object that is both retained and dealloced.
Joseph Heenan authored -
The previous mechanism can end up calling a delegate that has been removed by a setDelegate:nil, and hence may already be deallocated. Now we run a callback on the mainthread, which only dereferences the delegate/queue and selectors to be called when it runs on the main thread. The authenticationdelegate code is still using the old method. This should be looked at separately; it is slightly more complex as it needs to know if a delegate exists to be called.
Joseph Heenan authored
-
- 04 Jul, 2010 1 commit
-
-
Ben Copsey authored
-
- 02 Jul, 2010 4 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
…, and seems to be more reliable on iOS3 device Fix deprecated warning in ASIDownloadCache Tweaks to sample iphone app - rotation fixes, remove bandwidth use bar for now
Ben Copsey authored
-
- 01 Jul, 2010 1 commit
-
-
Ben Copsey authored
-
- 30 Jun, 2010 8 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
…an asiauthenticationdialog Tweak authentication sample to ensure response text field is loaded in advance - this ensures the response always shows up
Ben Copsey authored
-
- 26 Jun, 2010 1 commit
- 25 Jun, 2010 1 commit
-
-
Import UIKit in ASIAuthenticationDialog Add new reachability class Tweak license to mention new reachability class Tweaks
Ben Copsey authored
-
- 24 Jun, 2010 2 commits
-
-
Ben Copsey authored
-
* Tweak cancel stress test to make it more likely to catch above issue * Use an empty CFRunLoopSource instead of a timer to keep request thread runloop from exiting * Only run the version numbering script if git is available at the path the script expects * Tweaks
Ben Copsey authored
-
- 23 Jun, 2010 10 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Stop dismissing dialog from request - doesn't make sense because the request doesn't own it
Ben Copsey authored -
Merge branch 'new-queue-threading-model' into v1.7 Conflicts: Classes/ASIHTTPRequest.h Classes/ASIHTTPRequest.m
Ben Copsey authored -
Conflicts: Classes/ASIHTTPRequest.m Classes/Tests/ASIHTTPRequestTests.m Mac.xcodeproj/project.pbxproj iPhone.xcodeproj/project.pbxproj
Ben Copsey authored -
Conflicts: Classes/ASIHTTPRequest.m Classes/ASIHTTPRequestConfig.h iPhone.xcodeproj/project.pbxproj
Ben Copsey authored -
Ben Copsey authored
-