- Sep 21, 2009
-
-
Roger Dingledine authored
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Mike Perry authored
Try to clarify things in the comment too.
-
Mike Perry authored
Also add rounding support to tv_mdiff().
-
- Sep 20, 2009
-
-
Roger Dingledine authored
A) We were considering a circuit had timed out in the special cases where we close rendezvous circuits because the final rendezvous circuit couldn't be built in time. B) We were looking at the wrong timestamp_created when considering a timeout.
-
Mike Perry authored
Based on irc discussion with arma.
-
Mike Perry authored
Mostly by storing the timeout as milliseconds and not seconds internally.
-
- Sep 19, 2009
-
-
Roger Dingledine authored
-
- Sep 18, 2009
-
-
Roger Dingledine authored
-
Roger Dingledine authored
until mike figures out some other way to make them pass reliably
-
Roger Dingledine authored
-
Sebastian Hahn authored
-
Roger Dingledine authored
-
- Sep 17, 2009
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
Don't discard all circuits every MaxCircuitDirtiness, because the user might legitimately have set that to a very lower number. Also don't use up all of our idle circuits with testing circuits, since that defeats the point of preemptive circuits.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
[Do not take conflicting change to rendclient.c]
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Mike Perry authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Sebastian Hahn authored
-
Mike Perry authored
And also the number of recent circuits used to decide when the network changes.
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
-
- Sep 16, 2009
-
-
Mike Perry authored
We want it to be under our control so it doesn't mess up initialization. This is likely the cause for the bug the previous assert-adding commit (09a75ad3) was trying to address.
-
Mike Perry authored
Got a negative timeout value on startup. Need to narrow it down.
-
Mike Perry authored
Also use bin midpoints for time values.
-
Mike Perry authored
-
Mike Perry authored
It seems to fire because of precision issues. Added more debug info to the warn to try to figure out for sure.
-
Mike Perry authored
-
Roger Dingledine authored
-