- Jul 05, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
asciidoc adds a timestamp at the end of a generated HTML file. This timestamp is based on the date of the file but it can change depending on the TZ environment variable.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 03, 2016
-
-
Sebastian Hahn authored
It had been a directory authority since 0.2.1.20.
-
Peter Palfrader authored
Our sandboxing code would not allow us to write to stats/hidserv-stats, causing tor to abort while trying to write stats. This was previously masked by bug#19556.
-
Peter Palfrader authored
-
Peter Palfrader authored
When sandboxing is enabled, we could not write any stats to disk. check_or_create_data_subdir("stats"), which prepares the private stats directory, calls check_private_dir(), which also opens and not just stats() the directory. Therefore, we need to also allow open() for the stats dir in our sandboxing setup.
-
- Jul 01, 2016
-
-
teor (Tim Wilson-Brown) authored
-
- Jun 28, 2016
-
-
Nick Mathewson authored
-
If we manually remove fallbacks in C by adding '/*' and '*/' on separate lines, stem still parses them as being present, because it only looks at the start of a line. Add a comment to this effect in the generated source code.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor (Tim Wilson-Brown) authored
-
teor (Tim Wilson-Brown) authored
Comment-only change
-
teor (Tim Wilson-Brown) authored
No behavioural change. Also clarify some comments.
-
- Jun 24, 2016
-
-
Yawning Angel authored
The previous version of the new accessors didn't specify const but it was changed in master.
-
- Jun 23, 2016
-
-
teor (Tim Wilson-Brown) authored
The IPv4-only entry will be used for 0.2.8. The IPv4 and IPv6 entry will be considered in 0.2.9.
-
teor (Tim Wilson-Brown) authored
The operator has confirmed that the DirPort change is perament. The relay will be reconsidered as a fallback in 0.2.9.
-
- Jun 22, 2016
-
-
teor (Tim Wilson-Brown) authored
-
teor (Tim Wilson-Brown) authored
Blacklist them in case they appear again.
-
teor (Tim Wilson-Brown) authored
Leave these fallbacks in the whitelist, they may improve before 0.2.9.
-
teor (Tim Wilson-Brown) authored
Remove a fallback that changed its fingerprint after it was listed This happened after to a software update: https://lists.torproject.org/pipermail/tor-relays/2016-June/009473.html Remove a fallback that changed IPv4 address Remove two fallbacks that were slow to deliver consensuses, we can't guarantee they'll be fast in future. Blacklist all these fallbacks until operators confirm they're stable.
-
teor (Tim Wilson-Brown) authored
Operators have sent emails asking to have their relays added or removed from the fallback list. Since none of the blacklisted relays are in the hard-coded falback list, it does not need to be changed.
-
teor (Tim Wilson-Brown) authored
-
teor (Tim Wilson-Brown) authored
-
- Jun 21, 2016
-
-
-
Callbacks can't return 0.
-
- Jun 15, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Another part of 19406
-
- Jun 14, 2016
-
-
Nick Mathewson authored
-
-
Just as it says on the tin. Don't need to fully disable any tests and reduce coverage either. Yay me.
-