Skip to content
Snippets Groups Projects
  1. Jul 24, 2008
  2. Jun 19, 2008
  3. Jun 13, 2008
  4. Jun 08, 2008
    • 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
  5. May 01, 2008
  6. Apr 25, 2008
  7. Apr 23, 2008
  8. Apr 21, 2008
  9. Mar 06, 2008
  10. Feb 20, 2008
  11. Feb 13, 2008
  12. Feb 12, 2008
    • Yang Tse's avatar
      On heavily loaded systems any test server start up can take longer than the · 6634e3c3
      Yang Tse authored
      timeout passed to startnew, when this happens startnew completes without being
      able to read the pidfile and consequently returns a zero pid2.
      
      To fix the above posibility the server pid is recovered from the verification
      stage which will actually return the server pid when verification is valid.
      6634e3c3
  13. Feb 11, 2008
  14. Feb 10, 2008
  15. Feb 08, 2008
    • Yang Tse's avatar
      To verify that the sftp server is actually running, responsive and that · 1a340de0
      Yang Tse authored
      all curl's tests generated configuration and key files are fine, a real
      connection is established to the test harness sftp server authenticating
      and running a simple sftp remote pwd command.
      
      The verification is done using OpenSSH's or SunSSH's sftp client tool with
      a configuration file with the same options as the test harness socks server
      with the exception that dynamic forwarding is not used for sftp.
      1a340de0
  16. Jan 18, 2008
  17. Jan 16, 2008
  18. Jan 14, 2008
  19. Jan 12, 2008
  20. Jan 11, 2008
  21. Jan 10, 2008
  22. Jan 08, 2008
  23. Jan 04, 2008
  24. Jan 03, 2008
  25. Dec 22, 2007
  26. Nov 26, 2007
  27. Nov 25, 2007
  28. Nov 23, 2007
  29. Nov 22, 2007
  30. Nov 21, 2007
Loading