1. 22 Dec, 2013 4 commits
  2. 21 Dec, 2013 5 commits
  3. 20 Dec, 2013 10 commits
  4. 19 Dec, 2013 3 commits
  5. 18 Dec, 2013 11 commits
  6. 17 Dec, 2013 2 commits
  7. 16 Dec, 2013 3 commits
  8. 15 Dec, 2013 2 commits
    • Daniel Stenberg's avatar
      curl.1 document -J doesn't %-decode · 8a8f9a5d
      Daniel Stenberg authored
      ...also added as KNOWN_BUG #87 with reference to bug #1294
      8a8f9a5d
    • Daniel Stenberg's avatar
      multi: add timer inaccuracy margin to timeout/connecttimeout · be28223f
      Daniel Stenberg authored
      Since all systems have inaccuracy in the timeout handling it is
      imperative that we add an inaccuracy margin to the general timeout and
      connecttimeout handling with the multi interface. This way, when the
      timeout fires we should be fairly sure that it has passed the timeout
      value and will be suitably detected.
      
      For cases where the timeout fire before the actual timeout, we would
      otherwise consume the timeout action and still not run the timeout code
      since the condition wasn't met.
      
      Reported-by: He Qin
      Bug: http://curl.haxx.se/bug/view.cgi?id=1298
      be28223f