summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-18 10:06:14 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-18 10:06:14 -0400
commita509dbba504f7b5e2c1d93bad25e500493b06fb5 (patch)
tree07a6cd25208b82373b470e9160683df514debf81 /changes
parentd5c83f201441f2582dd074729d2ccdce90b1243e (diff)
parent58b6195455bcb173d260558e84e642c52d344c2f (diff)
downloadtor-a509dbba504f7b5e2c1d93bad25e500493b06fb5.tar.gz
tor-a509dbba504f7b5e2c1d93bad25e500493b06fb5.zip
Merge commit 'karsten/dirbytes2'
Conflicts: src/or/rephist.h
Diffstat (limited to 'changes')
-rw-r--r--changes/bugfoundin17904
-rw-r--r--changes/enhancement17905
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/bugfoundin1790 b/changes/bugfoundin1790
new file mode 100644
index 0000000000..0a18fe181d
--- /dev/null
+++ b/changes/bugfoundin1790
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Correctly report written bytes on linked connections. Found while
+ implementing 1790. Bugfix on 0.2.2.4-alpha.
+
diff --git a/changes/enhancement1790 b/changes/enhancement1790
new file mode 100644
index 0000000000..d92292a774
--- /dev/null
+++ b/changes/enhancement1790
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Relays report the number of bytes spent on answering directory
+ requests in extra-info descriptors similar to {read,write}-history.
+ Implements enhancement 1790.
+