summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-22put an ordering on 0.2.4.24 vs 0.2.5.8-rctor-0.2.5.8-rcRoger Dingledine
2014-09-22bump version to 0.2.5.8-rcRoger Dingledine
2014-09-21commit my in-progress 0.2.5.x release notesRoger Dingledine
they're far from done, but this way i won't lose them
2014-09-20merge in the next changes entryRoger Dingledine
2014-09-20Merge branch 'maint-0.2.5' into release-0.2.5Roger Dingledine
2014-09-20Merge branch 'maint-0.2.4' into maint-0.2.5Roger Dingledine
Conflicts: src/or/config.c
2014-09-20Merge branch 'maint-0.2.3' into maint-0.2.4Roger Dingledine
2014-09-20gabelmoo's IPv4 address changedSebastian Hahn
2014-09-19fold in existing changes entryRoger Dingledine
2014-09-19Merge branch 'maint-0.2.5' into release-0.2.5Roger Dingledine
2014-09-16Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-09-16clients now send correct address for rendezvous pointRoger Dingledine
Clients now send the correct address for their chosen rendezvous point when trying to access a hidden service. They used to send the wrong address, which would still work some of the time because they also sent the identity digest of the rendezvous point, and if the hidden service happened to try connecting to the rendezvous point from a relay that already had a connection open to it, the relay would reuse that connection. Now connections to hidden services should be more robust and faster. Also, this bug meant that clients were leaking to the hidden service whether they were on a little-endian (common) or big-endian (rare) system, which for some users might have reduced their anonymity. Fixes bug 13151; bugfix on 0.2.1.5-alpha.
2014-09-11Merge branch 'maint-0.2.5' into release-0.2.5Nick Mathewson
This is a "theirs" merge, to get the version number bumped to 0.2.5.7-rc-dev.
2014-09-11Bump maint-0.2.5 to 0.2.5.7-rc-devNick Mathewson
2014-09-110.2.5.7-rc is not the first release candidate for 0.2.5.7-rctor-0.2.5.7-rcRoger Dingledine
2014-09-11Add a release blurb and increment the version in the changelog.Nick Mathewson
(Remember, this isn't the final release until it's tagged.)
2014-09-11Remove bug12693 changelog entry.Nick Mathewson
It looks like this was stale and sitting around uncommitted in my changes directory, having not been committed on my bug12693_025 branch. The fix for bug12693_025 is not in fact merged.
2014-09-11Edit changelog a bit.Nick Mathewson
2014-09-11Fold changes entries into 0.2.5.7 changelogNick Mathewson
2014-09-11Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5Nick Mathewson
2014-09-11Reduce log severity for unused ClientTransportPlugin linesRoger Dingledine
Tor Browser includes several ClientTransportPlugin lines in its torrc-defaults file, leading every Tor Browser user who looks at her logs to see these notices and wonder if they're dangerous. Resolves bug 13124; bugfix on 0.2.5.3-alpha.
2014-09-10In routerlist_assert_ok(), check r2 before taking &(r2->cache_info)Nick Mathewson
Technically, we're not allowed to take the address of a member can't exist relative to the null pointer. That makes me wonder how any sane compliant system implements the offsetof macro, but let's let sleeping balrogs lie. Fixes 13096; patch on 0.1.1.9-alpha; patch from "teor", who was using clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv
2014-09-10Merge remote-tracking branch 'public/bug12908_025' into maint-0.2.5Nick Mathewson
2014-09-09Merge remote-tracking branch 'andrea/bug12160_025' into maint-0.2.5Nick Mathewson
2014-09-09Add new changes entries to 0.2.5.7-rc changelogNick Mathewson
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5Nick Mathewson
2014-09-09Merge remote-tracking branch 'public/bug12700_024' into maint-0.2.5Nick Mathewson
2014-09-09Clean up the MVSC nmake files so they work again.Nick Mathewson
Fixes bug 13081; bugfix on 0.2.5.1-alpha. Patch from "NewEraCracker."
2014-09-09Add more escaped() calls in directory.cNick Mathewson
Patch from teor to fix 13071.
2014-09-09Merge branch 'maint-0.2.5' into release-0.2.5Roger Dingledine
2014-09-08Expand the event_mask field in controller conns to 64 bitsNick Mathewson
Back in 078d6bcd, we added an event number 0x20, but we didn't make the event_mask field big enough to compensate. Patch by "teor". Fixes 13085; bugfix on 0.2.5.1-alpha.
2014-09-08Add cscope generated files to .gitignore.Nick Mathewson
Closes #13092; patch from dgoulet.
2014-09-05Correctly update channel local mark when address of incoming connection ↵Andrea Shepard
changes after handshake; fixes bug #12160
2014-09-03Recategorize a couple of items in the changelogsNick Mathewson
2014-09-03Reflow changelogNick Mathewson
2014-09-03Fold new entries into 0.2.5.7 changelogNick Mathewson
2014-09-03Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5Nick Mathewson
2014-09-02Documenting reject6 and accept6 ExitPolicy entries in manpage.rl1987
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
Most of these are in somewhat non-obvious code where it is probably a good idea to initialize variables and add extra assertions anyway. Closes 13036. Patches from "teor".
2014-09-01Adding changes file.rl1987
2014-08-29Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5Nick Mathewson
2014-08-29Merge remote-tracking branch 'arma/bug12996b' into maint-0.2.5Nick Mathewson
2014-08-29Downgrade "Unexpected onionskin length after decryption" warningRoger Dingledine
It's now a protocol-warn, since there's nothing relay operators can do about a client that sends them a malformed create cell. Resolves bug 12996; bugfix on 0.0.6rc1.
2014-08-29Improve "Tried to establish rendezvous on non-OR or non-edge circuit"Nick Mathewson
Instead of putting it all in one warning message, log what exactly was wrong with the circuit. Resolves ticket 12997.
2014-08-28Resume expanding abbreviations for command-line optionsRoger Dingledine
The fix for bug 4647 accidentally removed our hack from bug 586 that rewrote HashedControlPassword to __HashedControlSessionPassword when it appears on the commandline (which allowed the user to set her own HashedControlPassword in the torrc file while the controller generates a fresh session password for each run). Fixes bug 12948; bugfix on 0.2.5.1-alpha.
2014-08-21Merge branch 'maint-0.2.5' into release-0.2.5Roger Dingledine
2014-08-20Warn if Tor is a relay and a HSSathyanarayanan Gunasekaran
Closes 12908; see #8742
2014-08-19Sort the 0257 changelog entries by section; combine two.Nick Mathewson
2014-08-19Continue 0.2.5.7 changelog: reflow and sort with format_changelogNick Mathewson