1. 08 Jun, 2008 2 commits
    • Daniel Stenberg's avatar
      - curl the tool now deals with its command line options somewhat differently! · 5abfdc01
      Daniel Stenberg authored
        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.
      5abfdc01
    • Gunter Knauf's avatar
      use our *printf functions only. · d8bc4a0e
      Gunter Knauf authored
      d8bc4a0e
  2. 06 Jun, 2008 7 commits
  3. 05 Jun, 2008 2 commits
  4. 04 Jun, 2008 4 commits
  5. 03 Jun, 2008 2 commits
  6. 01 Jun, 2008 4 commits
  7. 31 May, 2008 1 commit
  8. 30 May, 2008 4 commits
  9. 29 May, 2008 3 commits
  10. 28 May, 2008 3 commits
  11. 27 May, 2008 1 commit
  12. 26 May, 2008 7 commits