- Apr 02, 2011
-
-
This implements the feature request in bug #2702
-
- Mar 30, 2011
-
-
Nick Mathewson authored
Conflicts: src/common/compat.h src/or/circuitlist.c src/or/circuituse.c src/or/or.h src/or/rephist.c
-
Nick Mathewson authored
Implement feature from trac #2799
-
Nick Mathewson authored
We've got millisecond timers now, we might as well use them. This change won't actually make circuits get expiered with microsecond precision, since we only call the expiry functions once per second. Still, it should avoid the situation where we have a circuit get expired too early because of rounding. A couple of the expiry functions now call tor_gettimeofday: this should be cheap since we're only doing it once per second. If it gets to be called more often, though, we should onsider having the current time be an argument again.
-
Nick Mathewson authored
-
- Mar 28, 2011
-
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
- Mar 27, 2011
-
-
Sebastian Hahn authored
-
-
- Mar 18, 2011
-
-
Nick Mathewson authored
Trivial Conflicts: configure.in
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Sebastian Hahn authored
-
Sebastian Hahn authored
Autoconf adds -g -O2 by default, so adding it ourselves is not required. It also caused a warning with clang for every source file, so remove it here. Fixes last issue of ticket 2696.
-
- Mar 17, 2011
-
-
Nick Mathewson authored
-
- Mar 16, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflicts: src/common/crypto.c
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Trivial Conflicts in src/common/crypto.c src/or/main.h src/or/or.h
-
Nick Mathewson authored
About 860 doxygen-less things remain in 0.2.2
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 15, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Issue noticed by Steven Murdoch; fixes bug 2689. The cast didn't do anything, and we don't need to look at the return value of the function here.
-
Nick Mathewson authored
-