Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-06 | Added curlmsg.msg to the distribution | Daniel Stenberg | |
2001-08-06 | used under VMS | Daniel Stenberg | |
2001-08-06 | Nico's fixes for VMS, most of these are fixes for bad uses of size_t that | Daniel Stenberg | |
forgets that it is very often unsigned. These should be fixed globally and then many #ifdef VMS lines can be removed. | |||
2001-08-06 | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg | |
requires all global symbols to be *case insentively* unique! curl_formfree is a global function we shouldn't touch. | |||
2001-08-06 | adjusted for VMS | Daniel Stenberg | |
2001-08-06 | Nico's config.h for VMS | Daniel Stenberg | |
2001-08-06 | Nico's VMS fixes | Daniel Stenberg | |
2001-08-06 | Nico's VMS adjustment | Daniel Stenberg | |
2001-08-06 | VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become | Daniel Stenberg | |
a configure checked one. | |||
2001-08-06 | Nico Baggus made it work and compile under VMS! | Daniel Stenberg | |
2001-08-06 | Nico Baggus' VMS adjustments | Daniel Stenberg | |
2001-08-06 | VMS #ifdefs added. several related to size_t problems that we must address | Daniel Stenberg | |
globally anyway... check these as soon as the size_t fixes are in place | |||
2001-08-06 | made this whole file #ifdef WIN32 | Daniel Stenberg | |
2001-08-06 | VMS #include fixes, | Daniel Stenberg | |
file:// URL treatment improvements | |||
2001-08-06 | adjusted to the correct treatmeant of file:// URLs | Daniel Stenberg | |
2001-08-06 | Added RISC OS and OpenVMS to ported operating systems | Daniel Stenberg | |
2001-08-06 | 7.8.1-pre3 commit | Daniel Stenberg | |
2001-08-06 | Jonathan Hseu noticed that you couldn't get a header callback unless you | Daniel Stenberg | |
set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed. | |||
2001-08-06 | corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it | Daniel Stenberg | |
read a void * and not a FILE *, as that was how it used to work and not anymore... | |||
2001-08-05 | many fixes mailed in during July | Daniel Stenberg | |
2001-08-05 | curl_escape() no longer attempts to detect already encoded stuff (in order | Daniel Stenberg | |
not to re-encode it). | |||
2001-08-05 | - Sergio Ballestrero provided a patch for reading responses from NCSA httpd | Daniel 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 GET | Daniel Stenberg | |
2001-08-03 | complete rewrite to avoid the BSD license in the previous version | Daniel Stenberg | |
2001-08-03 | clarified '-d @filename' with a tiny example | Daniel Stenberg | |
2001-08-03 | fixed the header that wrongly was the krb4-style one | Daniel Stenberg | |
2001-08-03 | Andrew Francis base64 decode, my previous base64 encoder, new source header. | Daniel Stenberg | |
No BSD-style license. | |||
2001-08-03 | added CURLOPT_HTTPGET | Daniel Stenberg | |
2001-08-03 | httpreq cleanup fix | Daniel Stenberg | |
2001-08-03 | httpsserver.pl added to release archive | Daniel Stenberg | |
2001-08-02 | Funny, I skipped right over this before. | Sterling Hughes | |
everyting -> everything | |||
2001-08-02 | manual fix, select() loop fix, progress callback fix | Daniel Stenberg | |
2001-08-02 | Frank Keeney pointed out a manual mistake for certificate convertions | Daniel Stenberg | |
2001-08-02 | "Add an interface that enables a user to select prefered SSL ciphers to use." | Daniel Stenberg | |
Rob Styles posted the question, as he could've used this... | |||
2001-08-02 | don't do final newline output when using progress callback | Daniel Stenberg | |
2001-08-02 | FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki | Daniel Stenberg | |
reported 12 Jul 2001) | |||
2001-07-12 | Leftover -- add a note about this in the examples file :) | Sterling Hughes | |
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes | |
curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup(). | |||
2001-07-02 | borland makefile fix | Daniel Stenberg | |
2001-07-02 | added more ideas that've been floating around lately | Daniel Stenberg | |
2001-07-02 | removed the "change test suite" item, as that is already made | Daniel Stenberg | |
2001-07-02 | Added an item about the cookie jar stuff, contains a link to the dev file | Daniel Stenberg | |
about this subject | |||
2001-06-29 | removed static, removed curl special return type, added include windows.h | Daniel Stenberg | |
2001-06-29 | added strtok.c as a source file | Daniel Stenberg | |
2001-06-29 | Nic Roets brought a fix for the certificate verification when using SSL. | Daniel Stenberg | |
2001-06-28 | added test 43 | Daniel Stenberg | |
2001-06-28 | HTTP Location: following over HTTP proxy | Daniel Stenberg | |
2001-06-27 | now runs ok on IPv6 enabled hosts | Daniel Stenberg | |
2001-06-27 | now does OK even on IPv6-enabled hosts | Daniel Stenberg | |
2001-06-27 | better strip | Daniel Stenberg | |