tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e2c36b9ca064580208ac0976aaad28f08f3a744b
parent 4efe4cc2f918ce45075b010d2cdc09ec7791ac6b
Author: Alexander Færøy <ahf@torproject.org>
Date:   Thu, 20 Dec 2018 04:08:04 +0100

Add and update changes files for #28846.

This ticket finishes the implementatoin of #28180 and adds the new
STATUS message from #28846.

See: https://bugs.torproject.org/28846

Diffstat:
Mchanges/ticket28180 | 2+-
Achanges/ticket28846 | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changes/ticket28180 b/changes/ticket28180 @@ -1,3 +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 + transport process. Closes ticket 28180 diff --git a/changes/ticket28846 b/changes/ticket28846 @@ -0,0 +1,3 @@ + o Minor features (pluggable transports): + - Add support for emitting STATUS updates to Tor's control port from a + pluggable transport process. Closes ticket 28846.