Skip to content
  1. Feb 28, 2016
  2. Feb 26, 2016
  3. 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
    • Jay Satiro's avatar
      configure: warn on invalid ca bundle or path · 3ae77f07
      Jay Satiro authored
      - Warn if --with-ca-bundle file does not exist.
      
      - Warn if --with-ca-path directory does not contain certificates.
      
      - Improve help messages for both.
      
      Example configure output:
      
        ca cert bundle:   /some/file   (warning: certs not found)
        ca cert path:     /some/dir   (warning: certs not found)
      
      Bug: https://github.com/curl/curl/issues/404
      Reported-by: Jeffrey Walton
      3ae77f07
  4. Feb 24, 2016
  5. Feb 23, 2016
  6. Feb 21, 2016
  7. Feb 20, 2016
  8. Feb 19, 2016
  9. Feb 18, 2016
  10. Feb 17, 2016
  11. Feb 16, 2016
  12. Feb 15, 2016
  13. Feb 14, 2016