- 18 Dec, 2009 3 commits
-
-
Add back in Snow Leopard detection for deciding whether to spawn a new thread Made delegate authentication work again in a background thread Tweak tests
Ben Copsey authored -
Ben Copsey authored
-
Expand explanation on delegate selectors Thanks to Christoph Ludwig for noting these issues!
Ben Copsey authored
-
- 17 Dec, 2009 14 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Change ASIInputStream to remove hacky workaround, it's now just a proxy that records the data sent
Ben Copsey authored -
Ben Copsey authored
-
Ben Copsey authored
-
This highlights the performance disparity between NSURLConnection and ASIHTTPRequest, which we need to solve :)
Ben Copsey authored -
Ben Copsey authored
-
- 14 Dec, 2009 6 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Reachability class version set by user with a config switch, rather than using the extra class to do detection at runtime. Move this config option and ASIHTTPRequest_DEBUG into a new config file Tweak iPhone sample to show bandwidth / wwan status, just for my benefit in testing Include both versions of reachability
Ben Copsey authored -
Ben Copsey authored
-
- 25 Nov, 2009 10 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Stop running runloop in checkRequestStatus, it's not nescessary and it meant we were updating progress every 0.5 secs rather than every 0.25 secs Remove authenticationLock, delegate-style auth is now non-blocking Requests on standard run loop
Ben Copsey authored -
Ben Copsey authored
-
Ben Copsey authored
-
…com/post/237349423/hoseyifyxcodewarnings-scpt (Thanks to lhunath for the idea - http://github.com/lhunath/asi-http-request/commit/d28fe4062bc2bb665e3d5828e2266584800f30d2) Made some changes to fix warnings Have disabled some settings, may re-enable in future: * Need formal protocols for delegates, as per llunath's fork * Should consider renaming S3 methods to prevent the clang warnings Fixed another issue with test breakage on Mac
Ben Copsey authored -
Added delegate method tests Thanks to Lu for the code! Also, fixed progress tests on Mac OS, broken as a result of the recent fix relating to setMaxValue: for iPhone
Ben Copsey authored
-
- 17 Nov, 2009 2 commits
-
-
Hopefully this will prevent App Store rejections based on the use of setMaxValue:
Ben Copsey authored -
Ben Copsey authored
-
- 14 Nov, 2009 5 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-