summaryrefslogtreecommitdiff
path: root/changes/bug11792
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-27 11:27:52 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-27 11:27:52 -0400
commit682c154cc49a4219ee9828cb9b0cc4339102cbc5 (patch)
treed9f43e93cc688ad77f568b671085db7d5b9329fa /changes/bug11792
parenta477d7c66665284d384091e5faae6a88c15c7fcf (diff)
downloadtor-682c154cc49a4219ee9828cb9b0cc4339102cbc5.tar.gz
tor-682c154cc49a4219ee9828cb9b0cc4339102cbc5.zip
Start on an 0.2.6.1-alpha changelog
I concatenated the remaining changes/* files, removed them, made the headings more uniform, then told format_changelog.py to sort, collate, and wrap them.
Diffstat (limited to 'changes/bug11792')
-rw-r--r--changes/bug1179215
1 files changed, 0 insertions, 15 deletions
diff --git a/changes/bug11792 b/changes/bug11792
deleted file mode 100644
index 66f7df833c..0000000000
--- a/changes/bug11792
+++ /dev/null
@@ -1,15 +0,0 @@
- o Minor features (security, OOM):
- - When closing an edge connection because we've run out of memory,
- also count the amount of memory that any tunnelled directory
- connection attached to that connection had consumed. Part of
- ticket 11792.
-
- - When considering whether we're running low on memory, consider
- memory that was allocated as part of zlib buffers as well.
- Count that memory as reclaimed by our OOM handler. Part of
- ticket 11792.
-
- - When handling out-of-memory conditions, also look at
- non-tunnneled directory connections, and kill the ones that have
- had data sitting on them for the longest. Part of ticket 11792.
-