Allow named pipes for our log files.

Closes ticket 12061. Based on a patch from "carlo von lynX" on tor-dev at
  https://lists.torproject.org/pipermail/tor-dev/2014-April/006705.html
This commit is contained in:
Nick Mathewson
2014-08-20 13:45:16 -04:00
parent fb762f6db0
commit a32913d5aa
2 changed files with 15 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features:
- On unix, you can now use named pipes as the target of the Log
option, and other options that try to append to files. Closes
ticket 12061. Patch from "carlo von lynX".