tor

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

commit eaaeaf7933e90132bbdfac6b9ecd3b2535a0995a
parent 968235ce6f2beed984d0a4290cb30a45fb04ad5d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  2 Jan 2019 16:09:20 -0500

Merge branch 'maint-0.3.5'

Diffstat:
Achanges/ticket28924 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket28924 b/changes/ticket28924 @@ -0,0 +1,4 @@ + o Minor features (compilation): + - When possible, place our warning flags in a separate file, to avoid + flooding verbose build logs to an unacceptable amount. Closes ticket + 28924.