summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-07Pick a release date. I think I can do it today.tor-0.2.8.5-rcNick Mathewson
2016-07-06attempted clarity improvements in changelog.Nick Mathewson
2016-07-06Fold another entry into the changelogNick Mathewson
2016-07-06Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-07-06When checking if a routerstatus is reachable, don't check the nodeteor (Tim Wilson-Brown)
This fixes #19608, allowing IPv6-only clients to use microdescriptors, while preserving the ability of bridge clients to have some IPv4 bridges and some IPv6 bridges. Fix on c281c036 in 0.2.8.2-alpha.
2016-07-05small edits to changelogNick Mathewson
2016-07-05Fold 19271 into changelogNick Mathewson
2016-07-05Merge branch 'maint-0.2.7' into release-0.2.8Nick Mathewson
2016-07-05Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-07-05Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-07-05Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2016-07-05Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-07-05whoops. changelog file for 19271.Nick Mathewson
2016-07-05Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-07-05Update version to 0.2.8.5-rc. This is not yet a release.Nick Mathewson
2016-07-05Reflow changelog.Nick Mathewson
2016-07-05start a changelog for 0.2.8.5-rc.Nick Mathewson
2016-07-05Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-07-05Appease lint-changes script.Nick Mathewson
2016-07-05Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-07-05Repair unit test that assumed we have 9 dirauths.Nick Mathewson
2016-07-05Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-07-05Merge remote-tracking branch 'weasel/bug19557' into maint-0.2.8Nick Mathewson
2016-07-05Merge remote-tracking branch 'weasel/bug19556' into maint-0.2.8Nick Mathewson
2016-07-05Run asciidoc in UTC timezone for build reproducibility.intrigeri
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.
2016-07-05Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-07-05Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-07-05Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-07-05Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2016-07-05Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-07-03Remove urras as a default trusted directory authoritySebastian Hahn
It had been a directory authority since 0.2.1.20.
2016-07-03sandboxing: allow writing to stats/hidserv-statsPeter Palfrader
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.
2016-07-03Note which bug this fixes in the changes entryPeter Palfrader
2016-07-03sandboxing: allow open() of stats dirPeter Palfrader
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.
2016-07-01Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-07-01When tor can't find a directory, log lessteor (Tim Wilson-Brown)
2016-06-28Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-06-28Merge branch 'bug19071-extra-squashed' into maint-0.2.8Nick Mathewson
2016-06-28Comment-out fallbacks in a way the stem fallback parser understandsteor (Tim Wilson-Brown)
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.
2016-06-28Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-06-28whitespace fixesNick Mathewson
2016-06-28Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8Nick Mathewson
2016-06-28Resolve bug18812 by logging fallback key changes at info levelteor (Tim Wilson-Brown)
2016-06-28Make it clear that fallbacks include authoritiesteor (Tim Wilson-Brown)
Comment-only change
2016-06-28Refactor connection_or_client_learned_peer_id for bug18812teor (Tim Wilson-Brown)
No behavioural change. Also clarify some comments.
2016-06-27Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson
2016-06-24Bug19499: Fix GCC warnings when building against bleeding edge OpenSSL.Yawning Angel
The previous version of the new accessors didn't specify const but it was changed in master.
2016-06-23Whitelist a fallback's new IPv6 addressteor (Tim Wilson-Brown)
The IPv4-only entry will be used for 0.2.8. The IPv4 and IPv6 entry will be considered in 0.2.9.
2016-06-23Remove a fallback that changed DirPortteor (Tim Wilson-Brown)
The operator has confirmed that the DirPort change is perament. The relay will be reconsidered as a fallback in 0.2.9.
2016-06-22Merge branch 'maint-0.2.8' into release-0.2.8Nick Mathewson