Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-03 | unit1399: fix integer overflow | Ryan Winograd | |
Bug: #1616 Closes #1633 | |||
2017-07-01 | unit1399: add logging to time comparison | Daniel Stenberg | |
... to enable tracking down why autobuilds fail on this Bug: #1616 | |||
2017-06-30 | progress: prevent resetting t_starttransfer | Ryan Winograd | |
Prevent `Curl_pgrsTime` from modifying `t_starttransfer` when invoked with `TIMER_STARTTRANSFER` more than once during a single request. When a redirect occurs, this is considered a new request and `t_starttransfer` can be updated to reflect the `t_starttransfer` time of the redirect request. Closes #1616 Bug: https://github.com/curl/curl/pull/1602#issuecomment-310267370 |