aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-14better report on why tests are skipped, and also show a count of the amountDaniel Stenberg
of test cases that were "considered".
2003-08-14In case the output urlglob file name returned is NULL, then there wasDaniel Stenberg
badness in the string and we help our user by returning an error.
2003-08-14modified the #[num] code to be more robust, to return NULL on errors andDaniel Stenberg
to support numbers larger than 9
2003-08-14corrected this test caseDaniel Stenberg
2003-08-14test urlglobbing range requestsDaniel Stenberg
2003-08-14test86 addedDaniel Stenberg
2003-08-12David Byron's fix that makes this script use 'cygpath' instead of 'pwd' ifDaniel Stenberg
this runs on windows, to find out the current working directory.
2003-08-127.10.7-pre4 commitDaniel Stenberg
2003-08-12nicer make target for the pdf conversionDaniel Stenberg
2003-08-12don't treat index.html as the generated HTML pagesDaniel Stenberg
2003-08-12added the new man pagesDaniel Stenberg
2003-08-12corrected return typeDaniel Stenberg
2003-08-12added the new curl_share_* man pages, the libcurl-easy, the libcurl-share,Daniel Stenberg
made the generated pdf and html files get removed on 'make clean'. Made the pdf conversion remove the temporary .ps files.
2003-08-12separated the easy-specific stuff into a new libcurl-easy.3 man page andDaniel Stenberg
made the libcurl.3 one a more generic overview
2003-08-12added the asynchdns bitDaniel Stenberg
2003-08-12Bugfix from Serge Semashko that fixes a bug introduced when we applied hisDaniel Stenberg
NTLM patch. Test case 84 and 85 verify this.
2003-08-12more auth testsDaniel Stenberg
2003-08-11Added support for CURLINFO_HTTP_CONNECTCODEDaniel Stenberg
2003-08-11bindlocal works for Windows!Daniel Stenberg
2003-08-11Check CURL_VERSION_ASYNCHDNS for feature outputDaniel Stenberg
2003-08-11Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.Daniel Stenberg
2003-08-11Added CURLINFO_HTTP_CONNECTCODEDaniel Stenberg
Added CURL_VERSION_ASYNCHDNS
2003-08-11mention curl_version_infoDaniel Stenberg
2003-08-11mention the pre3 releaseDaniel Stenberg
2003-08-11Vincent Sanders's massive update of this example code. One could argueDaniel Stenberg
weather this is still an "example" or a whole new API layer! ;-)
2003-08-11editsDaniel Stenberg
2003-08-11two more known bugsDaniel Stenberg
2003-08-11added include "http.h" to prevent a warningDaniel Stenberg
2003-08-11define USE_ARES nicer if enabledDaniel Stenberg
2003-08-11use safefree insteadDaniel Stenberg
2003-08-11forgot the backslashDaniel Stenberg
2003-08-11memory leak fixed when re-using connections with proxy user+passwdDaniel Stenberg
2003-08-11--proxy-ntlm addedDaniel Stenberg
2003-08-1181 + 82 test NTLM proxy stuffDaniel Stenberg
2003-08-11remodeled the help text to avoid those annoying puts() problems when aDaniel Stenberg
string reaches > 512 bytes...
2003-08-11CURLOPT_PROXYAUTH explainedDaniel Stenberg
2003-08-11CURLOPT_PROXYAUTH added by Serge SemashkoDaniel Stenberg
2003-08-11Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxiesDaniel Stenberg
work.
2003-08-11Christian Beutenmueller corrected the CURLOPT_FILE referer, as we nowadaysDaniel Stenberg
call it CURLOPT_WRITEDATA.
2003-08-11added test80Daniel Stenberg
2003-08-11tunnel through proxy, with both proxy and regular authenticationDaniel Stenberg
2003-08-11-Z and -@ no longer work, they are now officially available for otherDaniel Stenberg
options, more frequently used, in a future release
2003-08-11added test 79, a basic test that fetches an FTP URL over a HTTP proxyDaniel Stenberg
2003-08-11the new cookie functions that require 'data' passed inDaniel Stenberg
2003-08-11support sending off cookies without contentsDaniel Stenberg
2003-08-11Added some infof() calls, that require the data pointer so now severalDaniel Stenberg
cookie functions need that. I also fixed the cookie loader to properly load and deal with cookies without contents (or rather with a blank content).
2003-08-11added Dirk ManskeDaniel Stenberg
2003-08-11removed the dashesDaniel Stenberg
2003-08-11documenting the share interfaceDaniel Stenberg
2003-08-11removed the BUGS sectionDaniel Stenberg