aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-10 15:04:23 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-10 15:04:23 -0500
commit5b55e0e18180d96331e846b700ac194e24f43b8e (patch)
treedb7f58c7e33abae9a6e56d3a2c766d2f1f89282d /changes
parenta73b0da653db051275311ea791098a8a9dacc98f (diff)
parent3133cde3c12a814fab4c83ba59d5dfeace397ebc (diff)
downloadtor-5b55e0e18180d96331e846b700ac194e24f43b8e.tar
tor-5b55e0e18180d96331e846b700ac194e24f43b8e.tar.gz
Merge remote-tracking branch 'public/no_itime_queue'
The conflicts here were tricky, and required me to eliminate the command-queue as well. That wasn't so hard. Conflicts: src/or/or.h src/or/relay.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug108706
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10870 b/changes/bug10870
new file mode 100644
index 000000000..d8a00f402
--- /dev/null
+++ b/changes/bug10870
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring:
+ - Remove data structures which were introduced to implement the
+ CellStatistics option: they are now redundant with the addition
+ of timestamp to the regular packed_cell_t data structure, which
+ we did in 0.2.4.18-rc in order to resolve #9093. Fixes bug
+ 10870. \ No newline at end of file