diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-17 10:03:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-17 10:03:11 -0400 |
commit | c3f526ed64012f64589b926082ff5e542ec7d18d (patch) | |
tree | e85837f0956622fb222ab30a82232e37eecba726 /changes | |
parent | 2939cc3ba3afe5ef2c6a273eef18577274e6867b (diff) | |
parent | faab7881894e55e71c0a19654f3c733c8b0d2920 (diff) | |
download | tor-c3f526ed64012f64589b926082ff5e542ec7d18d.tar.gz tor-c3f526ed64012f64589b926082ff5e542ec7d18d.zip |
Merge branch '6044_nm_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/6044 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/6044 b/changes/6044 new file mode 100644 index 0000000000..6f932a3127 --- /dev/null +++ b/changes/6044 @@ -0,0 +1,5 @@ + o Minor features: + - Enable Tor to read configuration, state, and key information from + a FIFO. Previously Tor would only read from files with a positive + stat.st_size. Code from meejah; fixes bug 6044. + |