aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-04-03 17:59:02 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-04-03 17:59:02 +0300
commit42aae0e693be6f96eef9d124867c7e0915b6ab78 (patch)
tree137015a9e52427915b11c255dc479673ed457fc3 /changes
parent828f1829c8082abd7e3f9221b63d2367ff4b9639 (diff)
parent194b25f0c7043b2485bb90da6fb24c0e96957875 (diff)
downloadtor-42aae0e693be6f96eef9d124867c7e0915b6ab78.tar.gz
tor-42aae0e693be6f96eef9d124867c7e0915b6ab78.zip
Merge branch 'tor-github/pr/867' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket288164
-rw-r--r--changes/ticket298973
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket28816 b/changes/ticket28816
new file mode 100644
index 0000000000..02878ccfdc
--- /dev/null
+++ b/changes/ticket28816
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Introduce a connection_dir_buf_add() helper function that checks for
+ compress_state of dir_connection_t and automatically writes a string to
+ directory connection with or without compression. Resolves issue 28816.
diff --git a/changes/ticket29897 b/changes/ticket29897
new file mode 100644
index 0000000000..232a79fbce
--- /dev/null
+++ b/changes/ticket29897
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Refactor handle_get_next_bandwidth() to use connection_dir_buf_add().
+ Implements ticket 29897.