aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-06Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg
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
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
2001-08-06made this whole file #ifdef WIN32Daniel Stenberg
2001-08-06VMS #include fixes,Daniel Stenberg
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
2001-08-06corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg
2001-08-05many fixes mailed in during JulyDaniel Stenberg
2001-08-05curl_escape() no longer attempts to detect already encoded stuff (in orderDaniel Stenberg
2001-08-05- Sergio Ballestrero provided a patch for reading responses from NCSA httpdDaniel Stenberg
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
2001-08-03added CURLOPT_HTTPGETDaniel Stenberg
2001-08-03httpreq cleanup fixDaniel Stenberg
2001-08-03httpsserver.pl added to release archiveDaniel Stenberg
2001-08-02Funny, I skipped right over this before.Sterling Hughes
2001-08-02manual fix, select() loop fix, progress callback fixDaniel Stenberg
2001-08-02Frank Keeney pointed out a manual mistake for certificate convertionsDaniel Stenberg
2001-08-02"Add an interface that enables a user to select prefered SSL ciphers to use."Daniel Stenberg
2001-08-02don't do final newline output when using progress callbackDaniel Stenberg
2001-08-02FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz LackiDaniel Stenberg
2001-07-12Leftover -- add a note about this in the examples file :)Sterling Hughes
2001-07-12Add win32 initialization support to curl_global_init() andSterling Hughes
2001-07-02borland makefile fixDaniel Stenberg
2001-07-02added more ideas that've been floating around latelyDaniel Stenberg
2001-07-02removed the "change test suite" item, as that is already madeDaniel Stenberg
2001-07-02Added an item about the cookie jar stuff, contains a link to the dev fileDaniel Stenberg
2001-06-29removed static, removed curl special return type, added include windows.hDaniel Stenberg
2001-06-29added strtok.c as a source fileDaniel Stenberg
2001-06-29Nic Roets brought a fix for the certificate verification when using SSL.Daniel Stenberg
2001-06-28added test 43Daniel Stenberg
2001-06-28HTTP Location: following over HTTP proxyDaniel Stenberg
2001-06-27now runs ok on IPv6 enabled hostsDaniel Stenberg
2001-06-27now does OK even on IPv6-enabled hostsDaniel Stenberg
2001-06-27better stripDaniel Stenberg
2001-06-25multiple file transfers with resume fixDaniel Stenberg
2001-06-25'resume from'-fix. When using "-C -" and doing multiple file download, theDaniel Stenberg
2001-06-25- Anton Kalmykov provided a fix that makes curl work with form field namesDaniel Stenberg