summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2014-03-10Merge branch 'bug11043_take2_squashed'Nick Mathewson
2014-03-10Don't do directory fetches before all PTs have been configured.George Kadianakis
2014-03-10Improve the log message for when the Extended ORPort is not enabled.George Kadianakis
2014-03-06Upgrade to the latest version of tinytest.Nick Mathewson
This brings us to tinytest commit 709a36ba63ff16d8. The only big change tor-side is that we don't need our own test_mem_op operation any longer.
2014-03-06tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson
Now a NULL argument to either makes it fail, not crash. Fies bug 9004; bugfix on 0.2.2.4-alpha.
2014-03-06Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-03-06Merge branch 'bug11108'Nick Mathewson
2014-03-06Clarify default behavior of {SOCKS,Dir}Policy harderNick Mathewson
Improvement on 11108 fix; suggested by cypherpunks.
2014-03-06Give the HTTPS url for jenkins in doc/HACKINGNick Mathewson
2014-03-06Correct the URL in the "a relay on win95???" messageNick Mathewson
This is a fix for 9393; it's not a bugfix on any Tor version per se, but rather on whatever Tor version was current when we reorganized the wiki.
2014-03-05Fix whitespace errors, all of them mine.Nick Mathewson
2014-03-05Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTimeNick Mathewson
All circuits are predictive; it's the ports that are expiring here.
2014-03-05Merge branch 'ticket9176_squashed'Nick Mathewson
Conflicts: doc/tor.1.txt
2014-03-05Fix wide lines.Nick Mathewson
2014-03-05Lower the maximum for PrecictedCircsRelevanceTime to one hourNick Mathewson
2014-03-05Fixed spacing.unixninja92
2014-03-05More correctly documented PredictedCircsRelevanceTime in tor.1.txtunixninja92
2014-03-05Added max value to PredictedCircsRelevanceTime.unixninja92
2014-03-05Added Documentation for PredictedCircsRelevanceTime config file argument.unixninja92
2014-03-05PredictedCircsRelevanceTime: limit how long we predict a port will be usedunixninja92
By default, after you've made a connection to port XYZ, we assume you might still want to have an exit ready to connect to XYZ for one hour. This patch lets you lower that interval. Implements ticket 91
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
Conflicts: src/or/router.c src/test/test_dir.c