Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-23 | use the Curl_strtoll() source code from the lib code | Daniel Stenberg | |
2004-01-23 | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg | |
2004-01-22 | Gisle Vanem fixed the compressed help text zlib code | Daniel Stenberg | |
2004-01-22 | use curl_off_t instead of off_t | Daniel Stenberg | |
2004-01-19 | David Byron cleaned up how --trace with no option was treated, and also | Daniel Stenberg | |
arguments in a config file without a required parameter! | |||
2004-01-16 | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg | |
2004-01-15 | spell-fixed a comment | Daniel Stenberg | |
now errors out if built with off_t > 32 bits but without strtoll() | |||
2004-01-14 | HAVE_LIMITS_H | Daniel Stenberg | |
2004-01-14 | Gisle Vanem updated the code for win32 and djgpp builds. | Daniel Stenberg | |
2004-01-13 | indented and formatted the VMS-specific code more in the same style as | Daniel Stenberg | |
other curl code | |||
2004-01-13 | Luck Call made win32 password prompting support backspace | Daniel Stenberg | |
2004-01-13 | use the *correct* header! | Daniel Stenberg | |
2004-01-13 | Dan Fandrich made the hugehelp.c contain both compressed and uncompressed | Daniel Stenberg | |
help if libz is available using #ifdef in the source instead, to allow the distributed source code to be easier built with compressed help text. | |||
2004-01-13 | define HAVE_LIBZ if libz is present, for hugehelp.c | Daniel Stenberg | |
2004-01-13 | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2004-01-05 | Dan Fandrich's zlib fix | Daniel Stenberg | |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-12-19 | Gisle Vanem's djgpp fixes | Daniel Stenberg | |
2003-12-11 | use the CORRECT file name! ;-) | Daniel Stenberg | |
2003-12-10 | added the new amiga files to the dist | Daniel Stenberg | |
2003-12-10 | Diego Casorran's amiga makefiles | Daniel Stenberg | |
2003-12-10 | native amiga support by Diego Casorran | Daniel Stenberg | |
2003-12-03 | Marty Kuhrt moved most of the VMS stuff to a separate header file. | Daniel Stenberg | |
2003-12-03 | new VMS files | Daniel Stenberg | |
2003-12-03 | Marty Kuhrt updates | Daniel Stenberg | |
2003-12-02 | --ftp-pasv now overrides a previous --ftpport option. We now also support | Daniel Stenberg | |
it named "--ftp-port" as the additional dash between the words is used in several other options and this makes it more consistant. | |||
2003-11-27 | James Clancy updated the Borland makefiles | Daniel Stenberg | |
2003-11-24 | --ftp-ssl support added | Daniel Stenberg | |
2003-11-23 | Gisle Vanem fixed the Windows build | Daniel Stenberg | |
2003-11-19 | unconditional progressbarinit cures a windows crash | Daniel Stenberg | |
2003-11-13 | Gisle Vanem added a flush to make the progress-bar look better on windows | Daniel Stenberg | |
(at least). | |||
2003-11-08 | for the getpwuid() etc | Daniel Stenberg | |
2003-11-08 | use char, not bool | Daniel Stenberg | |
2003-11-07 | do a normal free() of the homedir now | Daniel Stenberg | |
2003-11-07 | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel Stenberg | |
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir. | |||
2003-11-07 | define TRUE and FALSE here as some platforms don't have them otherwise | Daniel Stenberg | |
2003-11-06 | don't allow options that we KNOW can't be used | Daniel Stenberg | |
2003-11-04 | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg | |
2003-10-31 | removed compiler warnings from my latest fix | Daniel Stenberg | |
2003-10-31 | Added a new parse-numeric-parameters function so that options that take | Daniel Stenberg | |
a numeric argument can better bail out if given a weird parameter. This catches situations such as "-y -Y 2000" or "-O -C [URL]" etc. | |||
2003-10-30 | Make the CVS version clone the libcurl version string, this is generated | Daniel Stenberg | |
by the maketgz script so in releases this is replaced by an actual string. | |||
2003-10-30 | ignore .dist files here | Daniel Stenberg | |
2003-10-30 | more help text cleanups | Daniel Stenberg | |
2003-10-29 | cleaned up the --help output. Tried to unify the language. Shortened a bunch | Daniel Stenberg | |
of explanations. | |||
2003-10-28 | possibly uninitialized variable | Daniel Stenberg | |
2003-10-24 | free all memory on failure before bailing out, not really necessary but | Daniel Stenberg | |
my upcoming automated test gets crazy if not | |||
2003-10-23 | Georg Horn's patch. -k is no longer mutually exclusive with --cacert and | Daniel Stenberg | |
--capath. Using -k together with one of those just means that the result of the CA cert check is ignored (but displayed if -v is used). | |||
2003-10-22 | make --disable-eprt work, based on Gisle Vanem's patch | Daniel Stenberg | |
2003-10-21 | updated for mingw32 | Daniel Stenberg | |