Skip to content
Snippets Groups Projects
  1. Jul 25, 2014
  2. Jul 24, 2014
  3. Jul 22, 2014
  4. Jul 16, 2014
  5. Jul 15, 2014
    • Daniel Stenberg's avatar
      test506: verify aa688484 · 4cb25215
      Daniel Stenberg authored
      After the fixed cookie lock deadlock, this test now passes and it
      detects double-locking and double-unlocking of mutexes.
      4cb25215
  6. Jul 14, 2014
  7. Jul 11, 2014
  8. Jun 17, 2014
  9. Jun 15, 2014
  10. Jun 11, 2014
  11. Jun 01, 2014
  12. May 29, 2014
  13. May 18, 2014
  14. May 15, 2014
    • Daniel Stenberg's avatar
      timers: fix timer regression involving redirects / reconnects · 84bd19ff
      Daniel Stenberg authored
      In commit 0b3750b5 (released in 7.36.0) we fixed a timeout issue
      but instead broke the timings.
      
      To fix this, I introduce a new timestamp to use for the timeouts and
      restored the previous timestamp and timestamp position so that the old
      timer functionality is restored.
      
      In addition to that, that change also broke connection timeouts for when
      more than one connect was used (as it would then count the total time
      from the first connect and not for the most recent one). Now
      Curl_timeleft() has been modified so that it checks against different
      start times depending on which timeout it checks.
      
      Test 1303 is updated accordingly.
      
      Bug: http://curl.haxx.se/mail/lib-2014-05/0147.html
      Reported-by: Ryan Braud
      84bd19ff
  15. May 11, 2014
  16. May 09, 2014
  17. May 05, 2014
  18. May 04, 2014
    • Daniel Stenberg's avatar
      mprintf: allow %.s with data not being zero terminated · 812da419
      Daniel Stenberg authored
      If the precision is indeed shorter than the string, don't strlen() to
      find the end because that's not how the precision operator works.
      
      I also added a unit test for curl_msnprintf to make sure this works and
      that the fix doesn't a few other basic use cases. I found a POSIX
      compliance problem that I marked TODO in the unit test, and I figure we
      need to add more tests in the future.
      
      Reported-by: Török Edwin
      812da419
  19. May 01, 2014
  20. Apr 28, 2014
  21. Apr 23, 2014
  22. Apr 22, 2014
Loading