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