- curl the tool now deals with its command line options somewhat differently!
authorDaniel Stenberg <daniel@haxx.se>
Sun, 8 Jun 2008 20:53:49 +0000 (20:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 8 Jun 2008 20:53:49 +0000 (20:53 +0000)
commit5abfdc0140df0977b02506d16796f616158bfe88
treedb07c57a8af3d39ce9311a26297ae05a51e60070
parentd8bc4a0e9ab2407f235af3e8e3b37c135bcc76d8
- curl the tool now deals with its command line options somewhat differently!
  All boolean options (such as -O, -I, -v etc), both short and long versions,
  now always switch on/enable the option named. Using the same option multiple
  times thus make no difference. To switch off one of those options, you need
  to use the long version of the option and type --no-OPTION. Like to disable
  verbose mode you use --no-verbose!

- Added --remote-name-all to curl, which if used changes the default for all
  given URLs to be dealt with as if -O is used. So if you want to disable that
  for a specific URL after --remote-name-all has been used, you muse use -o -
  or --no-remote-name.
CHANGES
RELEASE-NOTES
docs/curl.1
src/main.c
tests/data/test256
tests/data/test38
tests/runtests.pl