1. 16 Oct, 2017 2 commits
    • Daniel Stenberg's avatar
      setopt: range check most long options · f121575c
      Daniel Stenberg authored
      ... filter early instead of risking "funny values" having to be dealt
      with elsewhere.
      f121575c
    • Daniel Stenberg's avatar
      setopt: avoid integer overflows when setting millsecond values · 172ce9cc
      Daniel Stenberg authored
      ... that are multiplied by 1000 when stored.
      
      For 32 bit long systems, the max value accepted (2147483 seconds) is >
      596 hours which is unlikely to ever be set by a legitimate application -
      and previously it didn't work either, it just caused undefined behavior.
      
      Also updated the man pages for these timeout options to mention the
      return code.
      
      Closes #1938
      172ce9cc
  2. 15 Oct, 2017 2 commits
  3. 14 Oct, 2017 3 commits
  4. 13 Oct, 2017 3 commits
  5. 12 Oct, 2017 5 commits
  6. 11 Oct, 2017 3 commits
  7. 10 Oct, 2017 4 commits
  8. 09 Oct, 2017 7 commits
  9. 08 Oct, 2017 10 commits
  10. 07 Oct, 2017 1 commit