- Jun 18, 2013
-
-
Linus Nordberg authored
That security measure costs more than it gives. So, keep your PATH sane and we can run this script on more than one system.
-
- Jun 14, 2013
-
-
Linus Nordberg authored
-
- Jun 13, 2013
-
-
Linus Nordberg authored
This implements ticket #8530.
-
- Jun 10, 2013
-
-
Linus Nordberg authored
-
- Jun 08, 2013
-
-
Linus Nordberg authored
A new option TestingV3AuthVotingStartOffset is added which offsets the starting time of the voting interval. This is possible only when TestingTorNetwork is set. This patch makes run_scheduled_events() check for new consensus downloads every second when TestingTorNetwork, instead of every minute. This should be fine, see #8532 for reasoning. This patch also brings MIN_VOTE_SECONDS and MIN_DIST_SECONDS down from 20 to 2 seconds, unconditionally. This makes sanity checking of misconfiguration slightly less sane. Addresses #8532.
-
- Jun 05, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- May 29, 2013
-
-
Nick Mathewson authored
bugfix on 78cc5833; bug not in any released Tor. Spotted by weasel using Jenkins.
-
- May 28, 2013
-
-
Nick Mathewson authored
You can't use != to compare arbitary members of or_options_t. (Also, generate a better error message to say which Testing* option was set.) Fix for bug 8992. Bugfix on b0d4ca49. Bug not in any released Tor.
-
Nick Mathewson authored
-
- May 25, 2013
-
-
Karsten Loesing authored
-
- May 24, 2013
-
-
Nick Mathewson authored
-
See #6506
-
If USE_ASCIIDOC is enabled but asciidoc isn't present and manpages aren't already generated, it'll throw a warning during configure. Works with the current git / tarball split. Caveat: regular_mans are listed in the configure.ac See #6506
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
check_or_create_data_subdir has succeeded when it returns 0, not when it returns negative.
-
Nick Mathewson authored
We do our filesystem wrangling relative to get_fname() results, so that if we fail or crash, we can always clean up.
-
-
Create new methods check_or_create_data_subdir() and write_to_data_subdir() in config.c and use them throughout rephist.c and geoip.c. This should solve ticket #4282.
-
Nick Mathewson authored
-
In connection_listener_new(). See #8789.
-
Karsten Loesing authored
-
- May 21, 2013
-
-
Nick Mathewson authored
See #8093 for discussion
-
Nick Mathewson authored
-
Nick Mathewson authored
See discussion on #8093
-
- May 20, 2013
-
-
Nick Mathewson authored
-
Andrea Shepard authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 18, 2013
-
-
Roger Dingledine authored
-