Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
filename field of that part. A typical example line could look like: -F 'name=@filename;filename=/dev/null' This can be combined with type= too, in a manner similar to: -F "file=@log/test39.txt;filename=fakerfile;type=moo/foobar" Enjoy. | |||
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 | |
truly fopen()ed. It could end up fclose()ing a NULL as discovered by Clifford Wolf. | |||
2002-03-08 | closes bug report #527032, --progress-bar works again and it adds a newline | Daniel Stenberg | |
after the transfer is done properly | |||
2002-03-07 | 7.9.5 commit | Daniel Stenberg | |
2002-03-06 | new VMS messages from Nico Baggus | Daniel Stenberg | |
2002-03-06 | Kevin Roth nicely saved us from this backslash-removing problem! | Daniel Stenberg | |
2002-03-06 | Brad corrected the include path (again) | Daniel Stenberg | |
2002-03-06 | corrected the newlines | 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 | |
variable is set when curl is invoked | |||
2002-02-27 | made building outside the source tree work again, Kevin Roth reported | Daniel Stenberg | |
2002-02-26 | 7.9.5-pre4 commit | Daniel Stenberg | |
2002-02-25 | automake usage and options cleanup | Daniel Stenberg | |
2002-02-25 | make sure -d is treated as a POST request and thus should fail if mixed | Daniel Stenberg | |
with -I for example | |||
2002-02-25 | "Yet Another Geek" made %{content_type} work in the -w/--writeout option. | Daniel Stenberg | |
2002-02-22 | make sure the custom config-*.h files are in the dist as well | Daniel Stenberg | |
2002-02-20 | VMS adjustments | Daniel Stenberg | |
2002-02-20 | Nico Baggus' VMS tweaks | Daniel Stenberg | |
2002-02-06 | Miklos Nemeth added comments | Daniel Stenberg | |
2002-02-05 | 7.9.4 | Daniel Stenberg | |
2002-02-04 | 7.9.4-pre2 | Daniel Stenberg | |
2002-01-28 | don't count a custom request as a request type of its own, it is merely | Daniel Stenberg | |
a modifier of another type | |||
2002-01-23 | 7.9.3 | Daniel Stenberg | |
2002-01-21 | pre4 | Daniel Stenberg | |
2002-01-17 | 7.9.3-pre3 | Daniel Stenberg | |
2002-01-16 | 7.9.3-pre2 | Daniel Stenberg | |
2002-01-08 | 7.9.3 pre-release commit | Daniel Stenberg | |
2002-01-03 | Changed how -I/--head works when --include is also used... Test case 104 | Daniel Stenberg | |
stopped working after the dec-20 fixes that now supports FTP operations to skip the transfer phase. | |||
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 | |
directory part is now stripped off and only the actual file name part will be used | |||
2001-12-05 | 7.9.2 commit | Daniel Stenberg | |
2001-12-04 | Eric-update | Daniel Stenberg | |
2001-12-04 | Eric's updated version | Daniel Stenberg | |
2001-12-04 | added macos files to the distribution archive | Daniel Stenberg | |
2001-12-04 | MacOS (not Mac OS X) compilation files | Daniel Stenberg | |
2001-12-04 | Eric's update | Daniel Stenberg | |
2001-11-30 | no include, no const in strdup | 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-29 | mac fixes | Daniel Stenberg | |
2001-11-29 | added mac stuff | Daniel Stenberg | |
2001-11-29 | updated mac specific include files | Daniel Stenberg | |
2001-11-21 | init the errorbuf to prevent junk from being output | Daniel Stenberg | |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg | |
2001-11-19 | Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessary | Daniel Stenberg | |
and plain wrong. | |||
2001-11-05 | John Lask's fix that adds "-1/--TLSv1" support | Daniel Stenberg | |
2001-11-04 | 7.9.1 cleanup commit | Daniel Stenberg | |