ed786290 | 07-Aug-2001 |
Daniel Stenberg |
test 202 - two file:// URLs in one command line |
8b2861da | 07-Aug-2001 |
Daniel Stenberg |
added test 201, file:// with missing file |
2a704654 | 06-Aug-2001 |
Daniel Stenberg |
VMS fixes, file:// changes, curl-config --libs patch |
d60cd937 | 06-Aug-2001 |
Daniel Stenberg |
Heikki Korpela posted a patch that makes --libs include the directory in which libcurl itself is installed in. |
76125e19 | 06-Aug-2001 |
Daniel Stenberg |
Nico's VMS fixes added |
82199900 | 06-Aug-2001 |
Daniel Stenberg |
Added curlmsg.msg to the distribution |
f8d09660 | 06-Aug-2001 |
Daniel Stenberg |
used under VMS |
823fa6d2 | 06-Aug-2001 |
Daniel Stenberg |
Nico's fixes for VMS, most of these are fixes for bad uses of size_t that forgets that it is very often unsigned. These should be fixed globally and then many #ifdef VMS lines can be removed. |
2cf45f68 | 06-Aug-2001 |
Daniel Stenberg |
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example requires all global symbols to be *case insentively* unique! curl_formfree is a global function we shouldn't touch. |
7950a954 | 06-Aug-2001 |
Daniel Stenberg |
adjusted for VMS |
24805e17 | 06-Aug-2001 |
Daniel Stenberg |
Nico's config.h for VMS |
490d46af | 06-Aug-2001 |
Daniel Stenberg |
Nico's VMS fixes |
d30c4783 | 06-Aug-2001 |
Daniel Stenberg |
Nico's VMS adjustment |
5b664096 | 06-Aug-2001 |
Daniel Stenberg |
VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become a configure checked one. |
6f543f3e | 06-Aug-2001 |
Daniel Stenberg |
Nico Baggus made it work and compile under VMS! |
93bcfd4e | 06-Aug-2001 |
Daniel Stenberg |
Nico Baggus' VMS adjustments |
1400561a | 06-Aug-2001 |
Daniel Stenberg |
VMS #ifdefs added. several related to size_t problems that we must address globally anyway... check these as soon as the size_t fixes are in place |
8dc4ac21 | 06-Aug-2001 |
Daniel Stenberg |
made this whole file #ifdef WIN32 |
7948b0be | 06-Aug-2001 |
Daniel Stenberg |
VMS #include fixes, file:// URL treatment improvements |
72e67d3b | 06-Aug-2001 |
Daniel Stenberg |
adjusted to the correct treatmeant of file:// URLs |
711a3a79 | 06-Aug-2001 |
Daniel Stenberg |
Added RISC OS and OpenVMS to ported operating systems |
a6a36738 | 06-Aug-2001 |
Daniel Stenberg |
7.8.1-pre3 commit |
944f9a73 | 06-Aug-2001 |
Daniel Stenberg |
Jonathan Hseu noticed that you couldn't get a header callback unless you set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed. |
5ab1a10e | 06-Aug-2001 |
Daniel Stenberg |
corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it read a void * and not a FILE *, as that was how it used to work and not anymore... |
1813d2dd | 05-Aug-2001 |
Daniel Stenberg |
many fixes mailed in during July |