Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-29 | Remove changes files that were merged to changelogs of 0.2.2.25-alpha or earlier | Nick Mathewson | |
2011-01-25 | Add a torrc option to report log domains | Nick Mathewson | |
2011-01-25 | Simplify syntax for negated log domains | Nick Mathewson | |
Previously if you wanted to say "All messages except network messages", you needed to say "[*,~net]" and if you said "[~net]" by mistake, you would get no messages at all. Now, if you say "[~net]", you get everything except networking messages. | |||
2011-01-25 | Add manpage entry for logging domains | Nick Mathewson | |
Fixes issue 2215. |