diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:56:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:56:20 -0500 |
commit | f09d03c384b85d64dfe2abca156cd63bf7597979 (patch) | |
tree | a876ca82404004ca909053ac8524cc7460c4be7e /changes/decouple_circuit_mark | |
parent | d7a713a41e2b115e8aabe9744e8010000bec202a (diff) | |
download | tor-f09d03c384b85d64dfe2abca156cd63bf7597979.tar.gz tor-f09d03c384b85d64dfe2abca156cd63bf7597979.zip |
use sortChanges to fold changes files into changelog. No additional editing or formatting yet.
Diffstat (limited to 'changes/decouple_circuit_mark')
-rw-r--r-- | changes/decouple_circuit_mark | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/decouple_circuit_mark b/changes/decouple_circuit_mark deleted file mode 100644 index a852f48133..0000000000 --- a/changes/decouple_circuit_mark +++ /dev/null @@ -1,6 +0,0 @@ - o Code simplification and refactoring: - - Extract the more complicated parts of circuit_mark_for_close into - a new function run periodically before connections are freed. - This change removes more than half of the functions currently - in the "blob". - Closes ticket 17218. |