6
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #190 from tianzhou/master More... almost 13 years ago
Prevent requests stealing each others' connections (closes gh-192) More... almost 13 years ago
Fix silly ASIDownloadCache status code issue (closes gh-189) More... almost 13 years ago
Merge branch 'master' of github.com:pokeb/asi-http-request More... almost 13 years ago
Merge pull request #187 from steipete/master More... almost 13 years ago
Prevent synchronous requests from using delegate authentication or ASIAuthenticationDialog Comment tweaks More... almost 13 years ago
Tidy up More... almost 13 years ago
Restore legacy runtime compatibility More... almost 13 years ago
Merge branch 'master' of git://github.com/pokeb/asi-http-request More... almost 13 years ago
need to use NOT NOT maxBandwidthPerSecond instead of (maxBandwidthPerSecond). Otherwise value like 1024 will be false More... almost 13 years ago
fixes wrong enum variable More... almost 13 years ago
Important changes to download cache behaviour: ASIDownloadCache will now store 301, 302, 303 and 307 redirect responses in the cache. Requests pulling from the cache will automatically redirect (assuming shouldRedirect is true) as if they'd received a Location header from the server. This change should allow the download cache to operate more effectively as an offline fallback when no internet connection is available. Additionally, requests encountering a 304 will no longer read from the cache and then write back to it. Instead, they merely update the expiry date (if an updated date was supplied). As part of this work, two new required methods were added to the ASICacheDelegate protocol, see ASICacheDelegate.h for more info Finally, ASIDownloadCache now stores the response status code in a custom header in the cached headers dictionary, and requests will have their response status code set to this when they are pulled from the cache. More... almost 13 years ago
* Don't clear rawResponseData or remove file at temporaryFileDownloadPath in cancelLoad if the whole download is complete * Also, don't clear responseHeaders in cancelLoad More... almost 13 years ago
Fix ASIDataCompressor issue (closes gh-147) More... almost 13 years ago
* Added DEBUG_HTTP_AUTHENTICATION * Tweak ouput from all debug options, adding a label to make debug output easier to scan * Tweak a couple of tests to make them more reliable More... almost 13 years ago
Fix leak More... about 13 years ago
Merge branch 'auth-tweaks' More... about 13 years ago
Merge branch 'auth-tweaks' into integration More... about 13 years ago
Force defaultUserAgent into Latin1 (closes gh-176) More... about 13 years ago
Important changes to persistent connections behaviour: 1) Fix a problem where a temporary request body would be discarded when retrying on a new connection 2) By default, all requests using POST, PUT or having a body at the time requestMethod is set will NOT use a persistent connection. You can override this by setting requestMethod manually, then setting shouldAttemptPersistentConnection to YES More... about 13 years ago
ASIWebPageRequest - fix leak (closes gh-174) More... about 13 years ago
Added [request tag] (closes gh-179) Updated SSL test to handle updated error message More... about 13 years ago
Update DONORS - thank you!! More... about 13 years ago
iPhone sample: Fix error about shadowing a global declaration More... about 13 years ago
Rework expiry handling in ASIDownloadCache: All requests now store a single expiry timestamp constructed from either secondsToCache, a cache-control: max-age header, or an expires header (in order of precedence) This is used for all expiry checks, and should speed up checking if cached data is stale because it elimiates the need for NSDateFormatter or NSScanner when reading from the cache (closes gh-173) More... about 13 years ago
ASIDownloadCache: Added removeCachedDataForURL: (closes gh-180) Internal tweaks to remove a bit of duplication More... about 13 years ago
Update donors - thanks so much! More... about 13 years ago
Added hint about wrong device date possibily causing SSL problems to SSL error message closes gh-164 More... about 13 years ago
Fix test urls More... about 13 years ago
Cached credentials will not be used if different ones are set on the request Tweak to finding NTLM proxy credentials More... about 13 years ago