Age | Commit message (Expand) | Author |
2002-05-21 | Use the new CURLOPT_NETRC option and adds --netrc-optional, by James Cone | Daniel Stenberg |
2002-05-10 | Kein Roth made --trace-ascii look even better, and make OD 0A occurances | Daniel Stenberg |
2002-05-07 | Added --trace-ascii support | Daniel Stenberg |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg |
2002-05-03 | - Added "--trace [file]" to the command line tool. It makes a very detailed | Daniel Stenberg |
2002-05-03 | -D now stores all headers to the same file if multiple URLs are given on the | Daniel Stenberg |
2002-04-23 | use new timecond defines | Daniel Stenberg |
2002-04-08 | Added the --environment support by Michael Curtis | Daniel Stenberg |
2002-04-05 | if HOME isn't set or too long, we attempt to lost the curlrc file from | Daniel Stenberg |
2002-04-04 | Reverted v1.120, -G set request type after Kevin Roth pointed out the | Daniel Stenberg |
2002-03-27 | fopen(... "rb") when reading what to post, so that binary posting works | Daniel Stenberg |
2002-03-19 | made -G set request type | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-03-18 | reverted 1.109, we can't set the request type when -d is used, as -G can be | Daniel Stenberg |
2002-03-13 | removed some silly CRLF lines | Daniel Stenberg |
2002-03-11 | now -F supports 'filename=blabla' for parts that upload a file, to set the | Daniel Stenberg |
2002-03-08 | completed the progress-bar fix | Daniel Stenberg |
2002-03-08 | better treatment of the config->errors, only fclose() this if it was | Daniel Stenberg |
2002-03-08 | closes bug report #527032, --progress-bar works again and it adds a newline | Daniel Stenberg |
2002-02-28 | Nico Baggus added more error codes to the VMS stuff. | Daniel Stenberg |
2002-02-28 | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg |
2002-02-28 | memory debugging is now only enabled if the CURL_MEMDEBUG environment | Daniel Stenberg |
2002-02-25 | make sure -d is treated as a POST request and thus should fail if mixed | Daniel Stenberg |
2002-01-28 | don't count a custom request as a request type of its own, it is merely | Daniel Stenberg |
2002-01-03 | Changed how -I/--head works when --include is also used... Test case 104 | Daniel Stenberg |
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg |
2001-12-11 | when the file name given to -T is used to build an upload path, the local | Daniel Stenberg |
2001-11-30 | fixed the option parser to not loop when a long option is specified | Daniel Stenberg |
2001-11-29 | --disable-epsv | Daniel Stenberg |
2001-11-21 | init the errorbuf to prevent junk from being output | Daniel Stenberg |
2001-11-19 | Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessary | Daniel Stenberg |
2001-11-05 | John Lask's fix that adds "-1/--TLSv1" support | Daniel Stenberg |
2001-10-22 | An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all | Daniel Stenberg |
2001-10-09 | Added -0/--http1.0 to enforce HTTP 1.0 requests | Daniel Stenberg |
2001-10-03 | Georg Huettenegger's fix that makes us no longer use curl_formparse() but | Daniel Stenberg |
2001-09-26 | free cookiejar string | Daniel Stenberg |
2001-09-11 | --ciphers now sets CURLOPT_SSL_CIPHER_LIST | Daniel Stenberg |
2001-09-07 | HAVE_SYS_UTIME_H adjustments | Daniel Stenberg |
2001-09-03 | introducing -R/--remote-time which uses the remote file's time to set the | Daniel Stenberg |
2001-08-29 | uses the new cookie jar feature | Daniel Stenberg |
2001-08-24 | Kevin Roth's comments about -G have been addressed: | Daniel Stenberg |
2001-08-19 | SM's fix for -G on URLs with host name only | Daniel Stenberg |
2001-08-15 | SM's -G patch. There's some room for improvements still, as a command line | Daniel Stenberg |
2001-08-14 | (un)signed and const cleanup | Daniel Stenberg |
2001-08-09 | The redirected error stream was closed before curl_easy_cleanup() was made, | Daniel Stenberg |
2001-08-08 | The file name given to -E can now contain drive letters on windows, if they | Daniel Stenberg |
2001-08-08 | Patrick Bihan-Faou's verifyhost addition | Daniel Stenberg |
2001-08-06 | Nico's VMS fixes added | Daniel Stenberg |
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes |
2001-06-25 | 'resume from'-fix. When using "-C -" and doing multiple file download, the | Daniel Stenberg |