6
I Use This!
Inactive

Commits : Listings

Analyzed about 23 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
Merge branch 'integration' More... about 13 years ago
Move block calls so they're always after delegate calls, but before queue calls More... about 13 years ago
Tweak base64 encode to avoid static analyzer warning Add trivial test for base64 closes gh-165 More... about 13 years ago
Fix leak and change comment to reflect new behaviour More... about 13 years ago
Added a global user agent, which can still be selectively overwritten by setting it per request Many thanks to Garrett Bjerkhoel for the code and patience in getting this merged (I've slightly adapted his original take on this) More... about 13 years ago
Added missing Basic Auth check before caching credentials More... about 13 years ago
Hide xmlDocPtr from ASIWebPageRequest header More... about 13 years ago
Merge branch 'master' of git://github.com/pokeb/asi-http-request More... about 13 years ago
Update donors - thank you! :) More... about 13 years ago
Removing unused 'theError' local variables. More... about 13 years ago
Merge branch 'master' of git://github.com/pokeb/asi-http-request More... about 13 years ago
Update donors - thank you! More... about 13 years ago
Execute completionBlock before requestDidFinishSelector and queueDidFinishSelector callbacks More... about 13 years ago
Merge branch 'master' of git://github.com/pokeb/asi-http-request More... over 13 years ago
Change things so that you can still send a basic auth header on your very first request, as long as you explictly set authenticationScheme to kCFHTTPAuthenticationSchemeBasic More... over 13 years ago
Merge branch 'master' of https://github.com/Moodstocks/asi-http-request into Moodstocks-master More... over 13 years ago
Copy GHUnit framework on Mac More... over 13 years ago
Tweak build script to only set version number if we're in a git repository Add readme for GHUnit More... over 13 years ago
Update DONORS - huge thank you to all! More... over 13 years ago
Various changes to clean out cruft and get rid of annoying behaviour: * GHUnit is no longer included as a git submodule. Instead, build scripts are used to fetch a pre-compiled GHUnit framework if one does not exist in External/GHUnit. * iPhone sample has moved to using the framework rather than the static library for GHUnit * Fiddle with conditional compilation for NSXMLParserDelegate * Tweak the build phases to move running the scripts earlier * Fix a clang warning that crept in as part of the recent changes to behaviour for fetching PAC files * Remove legacy clang.sh script * Move build scripts into their own folder More... over 13 years ago
Fix clang warnings about undeclared selectors in tests More... over 13 years ago
Merge branch 'master' into async-pac-file-download More... over 13 years ago
Add Sasmito's code to extract the NTLM domain from the username to the regular NTLM (non-proxy) auth stuff Tweaks to clean things up a bit More... over 13 years ago
Merge branch 'master' of https://github.com/adib/asi-http-request into adib-master More... over 13 years ago
Merge branch 'master' of https://github.com/0xced/asi-http-request into 0xced-master More... over 13 years ago
Correct the condition used to terminate the compress / decompress loop More... over 13 years ago
Update donors - thank you! More... over 13 years ago
Fix typo More... over 13 years ago
Fix typo More... over 13 years ago
Support for HTTP Proxy authentication via NTLM More... over 13 years ago