aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2018-12-17 23:41:53 +0100
committerNick Mathewson <nickm@torproject.org>2018-12-18 13:36:08 -0500
commit44a80bb36115ebf865ba688a0f0d0f8023d992d6 (patch)
tree51ca9041b9bed2da57ef8517319e13cf89539615
parentca7a2ecc512145589964577f2f2ff6133ab146f5 (diff)
downloadtor-44a80bb36115ebf865ba688a0f0d0f8023d992d6.tar.gz
tor-44a80bb36115ebf865ba688a0f0d0f8023d992d6.zip
Add missing changes files for #26360, #28179, #28180.
See: https://bugs.torproject.org/26179 See: https://bugs.torproject.org/28180 See: https://bugs.torproject.org/28360
-rw-r--r--changes/ticket263604
-rw-r--r--changes/ticket281795
-rw-r--r--changes/ticket281803
3 files changed, 12 insertions, 0 deletions
diff --git a/changes/ticket26360 b/changes/ticket26360
new file mode 100644
index 0000000000..80afbd1c17
--- /dev/null
+++ b/changes/ticket26360
@@ -0,0 +1,4 @@
+ o Minor bugfixes (pluggable transports):
+ - Make sure that data is continously read from standard out and error of the
+ PT child-process to avoid deadlocking when the pipes' buffer is full.
+ Fixes bug 26360; bugfix on 0.2.3.6-alpha.
diff --git a/changes/ticket28179 b/changes/ticket28179
new file mode 100644
index 0000000000..f548c4a79a
--- /dev/null
+++ b/changes/ticket28179
@@ -0,0 +1,5 @@
+ o Minor features (process):
+ - Add new Process API for handling child processes. This
+ new API allows Tor to have bi-directional
+ communication with child processes on both Unix and Windows.
+ Closes ticket 28179.
diff --git a/changes/ticket28180 b/changes/ticket28180
new file mode 100644
index 0000000000..2ec547bd47
--- /dev/null
+++ b/changes/ticket28180
@@ -0,0 +1,3 @@
+ o Minor features (pluggable transports):
+ - Add support for logging to Tor's logging subsystem from a pluggable
+ transport process. Partial implementation for ticket 28180