6
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix issues 233 (Cloud Files header issues) and 234 (leak in Cloud Files object request More... almost 13 years ago
Fixed session credentials finding typo. Thanks to Bruno Berisso for catching this! More... almost 13 years ago
Add test to ensure gh-211 stays fixed More... almost 13 years ago
Merge pull request #211 from christophercotton/master More... almost 13 years ago
* Use NSMakeCollectable instead so we can remove the casts * Use [pool drain] because Xcode told us to * Get rid of a couple of random nib warnings More... almost 13 years ago
Merge pull request #225 from dominic/master More... almost 13 years ago
Merge pull request #224 from zadr/master More... almost 13 years ago
Merge pull request #217 from jverkoey/expiry-date-code-reuse More... almost 13 years ago
Merge branch 'master' of github.com:pokeb/asi-http-request More... almost 13 years ago
Fix warning in Xcode 4.1 (thanks to Aleks Nesterow-Rutkowski for the fix!) Update projects for newest Xcode / SDK More... almost 13 years ago
Merge pull request #218 from JmeHsieh/master More... almost 13 years ago
Update donors More... almost 13 years ago
Update donors - thanks so much! More... almost 13 years ago
resolve leaking file descriptors when included in a project with GC More... almost 13 years ago
Fix clang static analyzer warnings concerning NSMakeCollectable and overreleasing More... almost 13 years ago
Update DONORS - thank you! More... almost 13 years ago
Add (UIInterfaceOrientation) on UIInterfaceOrientation o = [[UIApplication sharedApplication] statusBarOrientation]; to solve building warning on XCode4.2 and iOS SDK 5.0 More... almost 13 years ago
Make ASIDownloadCache's expiryDateForRequest a static method on ASIHTTPRequest so that the code can be reused. More... almost 13 years ago
Update DONORS - thank you! :) More... almost 13 years ago
Cache would not store the downloaded data if the cached file already existed. Remove old one first More... almost 13 years ago
More thread safety tweaks for intial setup stuff (closes gh-148) More... almost 13 years ago
Merge pull request #203 from fpillet/master More... almost 13 years ago
ASIS3Request and ASIS3ObjectRequest: more properties copied when NSCopying closes gh-205 More... almost 13 years ago
Fix crash when attempting to hash a nil url (closes gh-201 , closes gh-169) More... almost 13 years ago
Update DONORS - thank you! :) More... almost 13 years ago
ASIFormDataRequests now use a UUID as part of the boundary for multipart/form-data More... almost 13 years ago
Tweak behaviour of ASIFormDataRequests various set/add value methods: * If key is empty, don't add anything (value can be empty) * All file/data methods now do through the long form addData:withFileName:andContentType:forKey: method, to cut down on a bit of duplication Thanks to Bas Scheffers for suggesting changes here! More... almost 13 years ago
Made +threadForRequest thread safe More... almost 13 years ago
Comment tweak to make the behaviour a tiny bit clearer More... almost 13 years ago
Tweak tianzhou's change for clarity More... almost 13 years ago