aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-09Added $Id:$ to the headerDaniel Stenberg
2001-08-09Added $Id:$ string for file version in the headerDaniel Stenberg
2001-08-08when a test expects an error code but gets a different one, we now outputDaniel Stenberg
both of them
2001-08-08Nico's notes about porting to VMSDaniel Stenberg
2001-08-08test cases, verifyhost, curl -EDaniel Stenberg
2001-08-08added unfortunate but necessary special-purpose files for VMS and RISC OSDaniel Stenberg
2001-08-08The file name given to -E can now contain drive letters on windows, if theyDaniel Stenberg
start the file name as in 'X:\' where X is any letter. The colon otherwise normally separate the file name from the password.
2001-08-08credit where credit is due, added a bunch of recent contributorsDaniel Stenberg
2001-08-08Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg
it.
2001-08-08Patrick Bihan-Faou's verifyhost additionDaniel Stenberg
2001-08-08config.h file for RISC OS compilesDaniel Stenberg
2001-08-08script to build curl on VMSDaniel Stenberg
2001-08-07replacing FILE * with common file descriptors?Daniel Stenberg
2001-08-07language correctionDaniel Stenberg
2001-08-07added Rick Jones's more polite wording of 1.7, makes it better and friendlierDaniel Stenberg
2001-08-07nine new test casesDaniel Stenberg
2001-08-07added "1.7 What about CURL from curl.com?"Daniel Stenberg
2001-08-07test 202 - two file:// URLs in one command lineDaniel Stenberg
2001-08-07added test 201, file:// with missing fileDaniel Stenberg
2001-08-06VMS fixes, file:// changes, curl-config --libs patchDaniel Stenberg
2001-08-06Heikki Korpela posted a patch that makes --libs include the directory inDaniel Stenberg
which libcurl itself is installed in.
2001-08-06Nico's VMS fixes addedDaniel Stenberg
2001-08-06Added curlmsg.msg to the distributionDaniel Stenberg
2001-08-06used under VMSDaniel Stenberg
2001-08-06Nico's fixes for VMS, most of these are fixes for bad uses of size_t thatDaniel Stenberg
forgets that it is very often unsigned. These should be fixed globally and then many #ifdef VMS lines can be removed.
2001-08-06Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg
requires all global symbols to be *case insentively* unique! curl_formfree is a global function we shouldn't touch.
2001-08-06adjusted for VMSDaniel Stenberg
2001-08-06Nico's config.h for VMSDaniel Stenberg
2001-08-06Nico's VMS fixesDaniel Stenberg
2001-08-06Nico's VMS adjustmentDaniel Stenberg
2001-08-06VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to becomeDaniel Stenberg
a configure checked one.
2001-08-06Nico Baggus made it work and compile under VMS!Daniel Stenberg
2001-08-06Nico Baggus' VMS adjustmentsDaniel Stenberg
2001-08-06VMS #ifdefs added. several related to size_t problems that we must addressDaniel Stenberg
globally anyway... check these as soon as the size_t fixes are in place
2001-08-06made this whole file #ifdef WIN32Daniel Stenberg
2001-08-06VMS #include fixes,Daniel Stenberg
file:// URL treatment improvements
2001-08-06adjusted to the correct treatmeant of file:// URLsDaniel Stenberg
2001-08-06Added RISC OS and OpenVMS to ported operating systemsDaniel Stenberg
2001-08-067.8.1-pre3 commitDaniel Stenberg
2001-08-06 Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg
set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed.
2001-08-06corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg
read a void * and not a FILE *, as that was how it used to work and not anymore...
2001-08-05many fixes mailed in during JulyDaniel Stenberg
2001-08-05curl_escape() no longer attempts to detect already encoded stuff (in orderDaniel Stenberg
not to re-encode it).
2001-08-05- Sergio Ballestrero provided a patch for reading responses from NCSA httpdDaniel Stenberg
1.5.x servers, as they return really screwed up response headers when asked for with HTTP 1.1.
2001-08-04-G or similar to make -d data get into a GETDaniel Stenberg
2001-08-03complete rewrite to avoid the BSD license in the previous versionDaniel Stenberg
2001-08-03clarified '-d @filename' with a tiny exampleDaniel Stenberg
2001-08-03fixed the header that wrongly was the krb4-style oneDaniel Stenberg
2001-08-03Andrew Francis base64 decode, my previous base64 encoder, new source header.Daniel Stenberg
No BSD-style license.
2001-08-03added CURLOPT_HTTPGETDaniel Stenberg