summaryrefslogtreecommitdiff
path: root/changes/log_domains
AgeCommit message (Collapse)Author
2011-04-29Remove changes files that were merged to changelogs of 0.2.2.25-alpha or earlierNick Mathewson
2011-01-25Add a torrc option to report log domainsNick Mathewson
2011-01-25Simplify syntax for negated log domainsNick 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-25Add manpage entry for logging domainsNick Mathewson
Fixes issue 2215.