Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-08-14 | In case the output urlglob file name returned is NULL, then there was | Daniel Stenberg | |
badness in the string and we help our user by returning an error. | |||
2003-08-14 | modified the #[num] code to be more robust, to return NULL on errors and | Daniel Stenberg | |
to support numbers larger than 9 | |||
2003-08-12 | 7.10.7-pre4 commit | Daniel Stenberg | |
2003-08-11 | Check CURL_VERSION_ASYNCHDNS for feature output | Daniel Stenberg | |
2003-08-11 | --proxy-ntlm added | Daniel Stenberg | |
2003-08-11 | remodeled the help text to avoid those annoying puts() problems when a | Daniel Stenberg | |
string reaches > 512 bytes... | |||
2003-08-11 | -Z and -@ no longer work, they are now officially available for other | Daniel Stenberg | |
options, more frequently used, in a future release | |||
2003-08-08 | introducing --ftp-create_dirs | Daniel Stenberg | |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg | |
2003-08-07 | infilesize must be a long to work on 64bit archs | Daniel Stenberg | |
2003-08-07 | use 644 for the chmod | Daniel Stenberg | |