1. 07 Mar, 2016 2 commits
  2. 06 Mar, 2016 12 commits
  3. 05 Mar, 2016 5 commits
  4. 03 Mar, 2016 1 commit
  5. 01 Mar, 2016 2 commits
  6. 29 Feb, 2016 1 commit
  7. 28 Feb, 2016 2 commits
  8. 26 Feb, 2016 1 commit
  9. 25 Feb, 2016 2 commits
    • 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
  10. 24 Feb, 2016 3 commits
  11. 23 Feb, 2016 4 commits
  12. 21 Feb, 2016 1 commit
  13. 20 Feb, 2016 4 commits