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 |
2827f532 | 05-Aug-2001 |
Daniel Stenberg |
curl_escape() no longer attempts to detect already encoded stuff (in order not to re-encode it). |
47bb09e9 | 05-Aug-2001 |
Daniel Stenberg |
- Sergio Ballestrero provided a patch for reading responses from NCSA httpd 1.5.x servers, as they return really screwed up response headers when asked for with HTTP 1.1. |
7f21669e | 04-Aug-2001 |
Daniel Stenberg |
-G or similar to make -d data get into a GET |
3a145180 | 03-Aug-2001 |
Daniel Stenberg |
complete rewrite to avoid the BSD license in the previous version |
f24d54a9 | 03-Aug-2001 |
Daniel Stenberg |
clarified '-d @filename' with a tiny example |
9478d796 | 03-Aug-2001 |
Daniel Stenberg |
fixed the header that wrongly was the krb4-style one |
00b00c69 | 03-Aug-2001 |
Daniel Stenberg |
Andrew Francis base64 decode, my previous base64 encoder, new source header. No BSD-style license. |
e791f6ec | 03-Aug-2001 |
Daniel Stenberg |
added CURLOPT_HTTPGET |