summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* removied $Id:$ again, this is treated as a binary file and then that fieldDaniel Stenberg2001-08-091-2/+0
* Added $Id:$ to the headerDaniel Stenberg2001-08-093-0/+6
* Added $Id:$ string for file version in the headerDaniel Stenberg2001-08-093-0/+6
* when a test expects an error code but gets a different one, we now outputDaniel Stenberg2001-08-081-1/+1
* Nico's notes about porting to VMSDaniel Stenberg2001-08-081-6/+76
* test cases, verifyhost, curl -EDaniel Stenberg2001-08-081-0/+15
* added unfortunate but necessary special-purpose files for VMS and RISC OSDaniel Stenberg2001-08-081-1/+2
* The file name given to -E can now contain drive letters on windows, if theyDaniel Stenberg2001-08-081-1/+17
* credit where credit is due, added a bunch of recent contributorsDaniel Stenberg2001-08-081-0/+6
* Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg2001-08-083-3/+36
* Patrick Bihan-Faou's verifyhost additionDaniel Stenberg2001-08-082-0/+8
* config.h file for RISC OS compilesDaniel Stenberg2001-08-081-0/+25
* script to build curl on VMSDaniel Stenberg2001-08-081-0/+55
* replacing FILE * with common file descriptors?Daniel Stenberg2001-08-071-0/+7
* language correctionDaniel Stenberg2001-08-071-1/+1
* added Rick Jones's more polite wording of 1.7, makes it better and friendlierDaniel Stenberg2001-08-071-8/+7
* nine new test casesDaniel Stenberg2001-08-0710-5/+381
* added "1.7 What about CURL from curl.com?"Daniel Stenberg2001-08-071-1/+22
* test 202 - two file:// URLs in one command lineDaniel Stenberg2001-08-072-1/+28
* added test 201, file:// with missing fileDaniel Stenberg2001-08-072-1/+23
* VMS fixes, file:// changes, curl-config --libs patchDaniel Stenberg2001-08-061-0/+15
* Heikki Korpela posted a patch that makes --libs include the directory inDaniel Stenberg2001-08-061-1/+1
* Nico's VMS fixes addedDaniel Stenberg2001-08-061-2/+134
* Added curlmsg.msg to the distributionDaniel Stenberg2001-08-061-1/+1
* used under VMSDaniel Stenberg2001-08-061-0/+51
* Nico's fixes for VMS, most of these are fixes for bad uses of size_t thatDaniel Stenberg2001-08-061-1/+88
* Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg2001-08-063-6/+8
* adjusted for VMSDaniel Stenberg2001-08-061-0/+10
* Nico's config.h for VMSDaniel Stenberg2001-08-061-0/+340
* Nico's VMS fixesDaniel Stenberg2001-08-061-2/+9
* Nico's VMS adjustmentDaniel Stenberg2001-08-061-0/+3
* VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to becomeDaniel Stenberg2001-08-061-0/+9
* Nico Baggus made it work and compile under VMS!Daniel Stenberg2001-08-061-0/+25
* Nico Baggus' VMS adjustmentsDaniel Stenberg2001-08-062-0/+17
* VMS #ifdefs added. several related to size_t problems that we must addressDaniel Stenberg2001-08-061-1/+10
* made this whole file #ifdef WIN32Daniel Stenberg2001-08-061-0/+2
* VMS #include fixes,Daniel Stenberg2001-08-061-6/+34
* adjusted to the correct treatmeant of file:// URLsDaniel Stenberg2001-08-062-2/+7
* Added RISC OS and OpenVMS to ported operating systemsDaniel Stenberg2001-08-061-2/+4
* 7.8.1-pre3 commitcurl-7_8_1-pre3Daniel Stenberg2001-08-064-8/+13
* Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg2001-08-061-1/+2
* corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg2001-08-061-2/+2
* many fixes mailed in during JulyDaniel Stenberg2001-08-051-0/+24
* curl_escape() no longer attempts to detect already encoded stuff (in orderDaniel Stenberg2001-08-051-20/+7
* - Sergio Ballestrero provided a patch for reading responses from NCSA httpdDaniel Stenberg2001-08-051-6/+19
* -G or similar to make -d data get into a GETDaniel Stenberg2001-08-041-0/+10
* complete rewrite to avoid the BSD license in the previous versionDaniel Stenberg2001-08-031-295/+75
* clarified '-d @filename' with a tiny exampleDaniel Stenberg2001-08-031-2/+3
* fixed the header that wrongly was the krb4-style oneDaniel Stenberg2001-08-031-35/+22
* Andrew Francis base64 decode, my previous base64 encoder, new source header.Daniel Stenberg2001-08-031-124/+231