- Aug 02, 2012
-
-
This makes the V=1 or V=0 automake silent build options display (or hide) the full command line used. GEN foo.bar will be seen rather than the full command. As with all automake silent rules, "make V=1" will output the full command.
-
$ make V=1 # will temporarily disable them otherwise you see: CC foo.c rather than the giant long bulid line. This makes it significantly easier to spot compiler warnings etc. Additionally, make them conditional, so we won't error on automake < 1.11 (commits squashed by nickm.)
-
- Jul 31, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes 6480; fix on 0.2.0.1-alpha; based on pseudonymous patch.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Two of the do_*_test functions were actually prefixes of the third, which suggests a trivial code elimination step
-
Nick Mathewson authored
-
-
-
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
Workaround for building EL5 RPMs by specifying rpmbuild-md5. Updated old note about using static libevent when building RPMs.
-
Cleanup of RPM build process - no more .git in tarball, use automake's dist-gzip to create the tarball. Signed-off-by:
Ondrej Mikle <ondrej.mikle@gmail.com>
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fix for 6490.
-
Nick Mathewson authored
-
Nick Mathewson authored
This is based on a pair of patches from A. Costa. I couldn't apply those directly, since they changed the generated *roff files, not the asciidoc source. Fixes Tor bug 6500 and Debian bug 683359.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Jul 24, 2012
-
-
Nick Mathewson authored
-
- Jul 23, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 20, 2012
-
-
Nick Mathewson authored
-
-
- Jul 19, 2012
-
-
Nick Mathewson authored
-
Test for config option AuthDirPublishIPv6 == 1 rather than for running as a bridge authority when deciding whether to care or not about IPv6 OR ports in descriptors. Implements enhancement #6406.
-
Nick Mathewson authored
-
-
-