Skip to content
  1. Oct 28, 2017
  2. Oct 27, 2017
  3. Oct 26, 2017
  4. Oct 25, 2017
  5. Oct 22, 2017
  6. Oct 20, 2017
  7. Oct 19, 2017
  8. Oct 16, 2017
    • 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
  9. Oct 15, 2017
  10. Oct 14, 2017
  11. Oct 13, 2017
  12. Oct 12, 2017
  13. Oct 11, 2017
  14. Oct 10, 2017
  15. Oct 09, 2017
  16. Oct 08, 2017