Skip to content
  1. Nov 24, 2016
  2. Nov 22, 2016
  3. Nov 21, 2016
  4. Nov 19, 2016
  5. Nov 18, 2016
    • Marcel Raad's avatar
      lib: fix compiler warnings after de4de4e3 · 21aa32d3
      Marcel Raad authored
      Visual C++ now complains about implicitly casting time_t (64-bit) to
      long (32-bit). Fix this by changing some variables from long to time_t,
      or explicitly casting to long where the public interface would be
      affected.
      
      Closes #1131
      21aa32d3
  6. Nov 17, 2016
  7. Nov 16, 2016
  8. Nov 15, 2016
  9. Nov 14, 2016
  10. Nov 13, 2016
  11. Nov 12, 2016
  12. Nov 11, 2016
  13. Nov 10, 2016
  14. Nov 09, 2016
  15. Nov 08, 2016
    • Daniel Stenberg's avatar
      printf: fix ".*f" handling · 5dd1b65f
      Daniel Stenberg authored
      It would always use precision 1 instead of reading it from the argument
      list as intended.
      
      Reported-by: Ray Satiro
      
      Bug: #1113
      5dd1b65f
  16. Nov 07, 2016
  17. Nov 06, 2016
  18. Nov 04, 2016
  19. Nov 02, 2016
  20. Nov 01, 2016
  21. Oct 31, 2016