summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-25Add missing -Isrc/ext to tor-fw-helper/include.amNick Mathewson
We need this now that tor-fw-helper will pull in siphash.h Fixes bug 11296; bugfix on 0.2.5.4-alpha where siphash.h was introduced.
2014-03-25Merge remote-tracking branch 'public/bug11061_024'Nick Mathewson
2014-03-25Fix SOCKSPort documentation layoutNick Mathewson
In the end this required a slightly nasty hack using a dummy anchor as an option heading in order to make the "Other recognized __flags__" line indent properly. Fixes bug 11061; Bugfix on 61d740ed.
2014-03-24quiet the debug message in circuit_build_times_disabled()Roger Dingledine
something recently made it get called once per second, which will clutter up your debug log file.
2014-03-23Changes file for bug 11276.Nick Mathewson
The crypto_early_init() function could only be called at most twice, and both of those were during startup. AFAICT leaking the first set of locks was the only non-idempotent thing.
2014-03-23Merge remote-tracking branch 'arma/bug11276'Nick Mathewson
2014-03-23Merge remote-tracking branch 'public/bug11275_024'Nick Mathewson
2014-03-23changes file for bug 11275Nick Mathewson
2014-03-23Stop leaking 'sig' at each call of router_append_dirobj_signature()Roger Dingledine
The refactoring in commit cb75519b (tor 0.2.4.13-alpha) introduced this leak.
2014-03-23Be more lenient in our fix for bug 11149Roger Dingledine
There are still quite a few 0.2.3.2x relays running for x<5, and while I agree they should upgrade, I don't think cutting them out of the network is a net win on either side.
2014-03-23Never run crypto_early_init() more than onceRoger Dingledine
Previously we had set up all the infrastructure to avoid calling it after the first time, but didn't actually use it.
2014-03-23Remove the unused circuit_dump_by_chan().Nick Mathewson
Also remove its helper function.
2014-03-23Merge remote-tracking branch 'public/bug9683_rebased'Nick Mathewson
2014-03-23Merge remote-tracking branch 'karsten/task-11070'Nick Mathewson
2014-03-23Merge branch 'ticket11149'Nick Mathewson
2014-03-23bump to 0.2.5.3-alpha-devNick Mathewson
2014-03-23whitespace fixRoger Dingledine
2014-03-22bring hacking more up to dateRoger Dingledine
2014-03-22Actually I am releasing tonighttor-0.2.5.3-alphaNick Mathewson
2014-03-22Set a date in the changelogNick Mathewson
2014-03-22Increment version to 0.2.5.3-alphaNick Mathewson
2014-03-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
This is an "ours" merge, taking nothing, since we already had the changes that were in a83abcf5ee5cb8fe245bc97e0
2014-03-20Fix unittest compilation with --disable-curve25519Nick Mathewson
This is a fix for 9700, which we already fixed in 0.2.5.x, but which got left in 0.2.4.x. This is a partial backport of a0a855d586d99540277014ccd3
2014-03-19Merge remaining changes/* items into ChangeLogNick Mathewson
(Not taking bug11235 since it's a whitespace fix)
2014-03-19extract some changelog principles into doc/HACKINGNick Mathewson
2014-03-19sort stanzas by interest, and sort by version within stanzasRoger Dingledine
(users want to know about client fixes before they want to know about unit test fixes.)
2014-03-19missing colonRoger Dingledine
2014-03-19use the formatting from 0.2.4.21 for the 0.2.4.21 changelog stanzaRoger Dingledine
2014-03-19fix a few grammar things, and deprecate 'servers' and 'nodes'Roger Dingledine
also clarify a few explanations. so far so good!
2014-03-18copy-edit the 0.2.5.3-alpha changelog even moreNick Mathewson
2014-03-18Work on the changelog for 0.2.5.3-alpha some moreNick Mathewson
2014-03-18Add changes file for bug #11235Andrea Shepard
2014-03-18Appease make check-spacesAndrea Shepard
2014-03-18Take out remaining V1 directory code.Karsten Loesing
2014-03-14Defensive programming: null [pn]_chan,circ_id in circuit_mark_for_close_Nick Mathewson
Doing this as part of the patch for #9683 to prevent possible bugs down the line
2014-03-14Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson
This contains the obvious implementation using the circuitmux data structure. It also runs the old (slow) algorithm and compares the results of the two to make sure that they're the same. Needs review and testing.
2014-03-14Update to latest tinytestNick Mathewson
(This pulls in some fixes to tinytest_demo.c, which Tor doesn't build.)
2014-03-13Sort the 0.2.5.3-alpha changelog entries a little better.Nick Mathewson
Still haven't edited any. Also, remove all the changes/* entries that got merged back in 6b5ef3889d83c715973d.
2014-03-13Clarify ClientOnly documentationNick Mathewson
The option is unneeded, not meaningless, so explain what it does. Patch from Matt Pagan; fixes 9059.
2014-03-13Fix some leaks/missed checks in the unit testsNick Mathewson
Coverity spotted these.
2014-03-12Sort the 0.2.5.3-alpha changelog a littleNick Mathewson
2014-03-12Start work on an 0.2.5.3-alpha changelog.Nick Mathewson
This collects all the changes file, and find the stuff that also appeared new in 0.2.4.21.
2014-03-12bugfix-on for 5018_noticeNick Mathewson
2014-03-12Merge remote-tracking branch 'asn/bug5018_notice'Nick Mathewson
2014-03-11Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-03-11Remove the unused router_hex_digest_matchesNick Mathewson
When I removed some unused functions in 5bfa373eeeb, this became unused as well.
2014-03-11Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-03-10 Tone down the log message for when we don't need a PT proxy.George Kadianakis
2014-03-10Merge branch 'bug11156_squashed'Nick Mathewson