Skip to content
  1. Mar 10, 2016
    • Daniel Stenberg's avatar
      curl_multi_wait: never return -1 in 'numfds' · 77e17267
      Daniel Stenberg authored
      Such a return value isn't documented but could still happen, and the
      curl tool code checks for it. It would happen when the underlying
      Curl_poll() function returns an error. Starting now we mask that error
      as a user of curl_multi_wait() would have no way to handle it anyway.
      
      Reported-by: Jay Satiro
      Closes #707
      77e17267
  2. Mar 09, 2016
  3. Mar 08, 2016
  4. Mar 07, 2016
  5. Mar 06, 2016
  6. Mar 05, 2016
  7. Mar 03, 2016
  8. Mar 01, 2016
  9. Feb 29, 2016
  10. Feb 28, 2016
  11. Feb 26, 2016
  12. Feb 25, 2016
    • Daniel Stenberg's avatar
      file: try reading from files with no size · 1e486db9
      Daniel Stenberg authored
      Some systems have special files that report as 0 bytes big, but still
      contain data that can be read (for example /proc/cpuinfo on
      Linux). Starting now, a zero byte size is considered "unknown" size and
      will be read as far as possible anyway.
      
      Reported-by: Jesse Tan
      
      Closes #681
      1e486db9