Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-10-21 | pre5 | Daniel Stenberg | |
2003-10-18 | 7.10.8-pre4 | Daniel Stenberg | |
2003-10-17 | Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. | Daniel Stenberg | |
2003-10-17 | made the password prompt nicer | Daniel Stenberg | |
2003-10-17 | define HAVE_SYS_SOCKET_H if that file is present. This is needed when we | Daniel Stenberg | |
#include "../lib/memdebug.h" for memory debug builds. | |||
2003-10-16 | Added support for password prompting if only used name is given on the | Daniel Stenberg | |
command line. | |||
2003-10-08 | 7.10.8-pre3 commit | Daniel Stenberg | |
2003-10-05 | Shard's fix to build fine on BeOS | Daniel Stenberg | |
2003-09-22 | Added -4/--ipv4 and -6/ipv6. | Daniel Stenberg | |
Re-arranged some option code. | |||
2003-09-21 | 7.10.8-pre2 | Daniel Stenberg | |
2003-09-07 | 7.10.8-pre1 commit | Daniel Stenberg | |
2003-08-20 | CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE | Daniel Stenberg | |
2003-08-19 | Now offering support for multiple -T on the same command line, just make | Daniel Stenberg | |
sure you have one URL for each -T. A -T file name can also be "globbed" like -T "{file1,file2}". Test case 149 verifies this functionality. | |||
2003-08-18 | set the large-file support defines for the client too | Daniel Stenberg | |
2003-08-15 | 7.10.7 | Daniel Stenberg | |
2003-08-14 | activate the new memory limit tests if requested | Daniel Stenberg | |
only set cookiejar if selected | |||
2003-08-14 | return failure when an alloc function fails | Daniel Stenberg | |
2003-08-14 | better freeing when bailing out due to bad output glob | Daniel Stenberg | |
2003-08-14 | free data on failure | Daniel Stenberg | |