aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changes file for bug8787Nick Mathewson2014-03-31
|
* Munmap the right pointers in routerlist_free()Nick Mathewson2014-03-31
|
* NULL out all mappings after tor_munmap_file()Nick Mathewson2014-03-31
|
* Check return values for tor_munmap_file() in unit testsNick Mathewson2014-03-31
|
* Handle tor_munmap_file(NULL) consistentlyNick Mathewson2014-03-31
|
* Check strftime() return in tortls.cAndrea Shepard2014-03-31
|
* Eliminate lseek() with unchecked return in tor_mmap_file()Andrea Shepard2014-03-31
|
* Always check returns from unlink()Andrea Shepard2014-03-31
|
* Always check returns from tor_munmap_file() in microdesc.cAndrea Shepard2014-03-31
|
* Always check returns from tor_munmap_file() in routerlist.cAndrea Shepard2014-03-31
|
* Add return value and assert for null parameter to tor_munmap_file()Andrea Shepard2014-03-31
|
* Update to latest tinytestNick Mathewson2014-03-14
| | | | (This pulls in some fixes to tinytest_demo.c, which Tor doesn't build.)
* Sort the 0.2.5.3-alpha changelog entries a little better.Nick Mathewson2014-03-13
| | | | | | | Still haven't edited any. Also, remove all the changes/* entries that got merged back in 6b5ef3889d83c715973d.
* Clarify ClientOnly documentationNick Mathewson2014-03-13
| | | | | | The option is unneeded, not meaningless, so explain what it does. Patch from Matt Pagan; fixes 9059.
* Fix some leaks/missed checks in the unit testsNick Mathewson2014-03-13
| | | | Coverity spotted these.
* Sort the 0.2.5.3-alpha changelog a littleNick Mathewson2014-03-12
|
* Start work on an 0.2.5.3-alpha changelog.Nick Mathewson2014-03-12
| | | | | This collects all the changes file, and find the stuff that also appeared new in 0.2.4.21.
* bugfix-on for 5018_noticeNick Mathewson2014-03-12
|
* Merge remote-tracking branch 'asn/bug5018_notice'Nick Mathewson2014-03-12
|\
| * Tone down the log message for when we don't need a PT proxy.George Kadianakis2014-03-10
| |
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-03-11
|\ \
| * | Remove the unused router_hex_digest_matchesNick Mathewson2014-03-11
| | | | | | | | | | | | | | | When I removed some unused functions in 5bfa373eeeb, this became unused as well.
* | | Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson2014-03-11
|\ \ \ | |_|/ |/| |
| * | Throw control port warning if we failed to connect to all our bridges.George Kadianakis2014-03-10
| | |
* | | Merge branch 'bug11156_squashed'Nick Mathewson2014-03-10
|\ \ \
| * | | Don't do directory fetches before all PTs have been configured.George Kadianakis2014-03-10
| |/ /
* | | Merge branch 'bug11043_take2_squashed'Nick Mathewson2014-03-10
|\ \ \
| * | | Improve the log message for when the Extended ORPort is not enabled.George Kadianakis2014-03-10
| |/ /
* | | Upgrade to the latest version of tinytest.Nick Mathewson2014-03-06
| | | | | | | | | | | | | | | | | | | | | 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.
* | | tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson2014-03-06
| | | | | | | | | | | | | | | | | | Now a NULL argument to either makes it fail, not crash. Fies bug 9004; bugfix on 0.2.2.4-alpha.
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-03-06
|\ \ \ | | |/ | |/|
| * | Correct the URL in the "a relay on win95???" messageNick Mathewson2014-03-06
| | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'bug11108'Nick Mathewson2014-03-06
|\ \ \
| * | | Clarify default behavior of {SOCKS,Dir}Policy harderNick Mathewson2014-03-06
| | | | | | | | | | | | | | | | Improvement on 11108 fix; suggested by cypherpunks.
| * | | Warn if ports are specified in {Socks,Dir}PolicyNick Mathewson2014-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have ignored any ports listed here since 80365b989 (0.0.7rc1), but we didn't warn the user that we were ignoring them. This patch adds a warning if you put explicit ports in any of the options {Socks,Dir}Policy or AuthDir{Reject,Invalid,BadDir,BadExit}. It also adjusts the manpage to say that ports are ignored. Fixes ticket 11108.
* | | | Give the HTTPS url for jenkins in doc/HACKINGNick Mathewson2014-03-06
| | | |
* | | | Fix whitespace errors, all of them mine.Nick Mathewson2014-03-05
| | | |
* | | | Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTimeNick Mathewson2014-03-05
| | | | | | | | | | | | | | | | All circuits are predictive; it's the ports that are expiring here.
* | | | Merge branch 'ticket9176_squashed'Nick Mathewson2014-03-05
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/tor.1.txt
| * | | | Fix wide lines.Nick Mathewson2014-03-05
| | | | |
| * | | | Lower the maximum for PrecictedCircsRelevanceTime to one hourNick Mathewson2014-03-05
| | | | |
| * | | | Fixed spacing.unixninja922014-03-05
| | | | |
| * | | | More correctly documented PredictedCircsRelevanceTime in tor.1.txtunixninja922014-03-05
| | | | |
| * | | | Added max value to PredictedCircsRelevanceTime.unixninja922014-03-05
| | | | |
| * | | | Added Documentation for PredictedCircsRelevanceTime config file argument.unixninja922014-03-05
| | | | |
| * | | | PredictedCircsRelevanceTime: limit how long we predict a port will be usedunixninja922014-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/router.c src/test/test_dir.c
| * | | | | stop setting, or using, router->addressRoger Dingledine2013-02-09
| | | | | | | | | | | | | | | | | | | | | | | | resolves ticket 5528.
| * | | | | use me->addr when adding our address to our exit policyRoger Dingledine2013-02-09
| | | | | | | | | | | | | | | | | | | | | | | | (rather than me->address)
| * | | | | use router->addr for log messages and controller eventsRoger Dingledine2013-02-09
| | | | | | | | | | | | | | | | | | | | | | | | (rather than router->address)