Skip to content
  1. Oct 16, 2017
    • 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. Oct 15, 2017
  3. Oct 14, 2017
  4. Oct 13, 2017
  5. Oct 12, 2017
  6. Oct 11, 2017
  7. Oct 10, 2017
  8. Oct 09, 2017
  9. Oct 08, 2017
  10. Oct 07, 2017