summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-16Add a rule to detect misplaced labels during check-spacesSebastian Hahn
2010-08-16Fix a memory leak in dirvote_compute_consensuses()Sebastian Hahn
2010-08-16Fix a memory leakSebastian Hahn
It happened in dirvote_add_signatures_to_pending_consesus().
2010-08-16Refactor circuit_build_times_parse_stateSebastian Hahn
Remove the msg parameter to pass an error message out. This wasn't needed and made it harder to detect a memory leak.
2010-08-16Fix a memory leak in circuit_build_times_parse_stateSebastian Hahn
Thanks weasel for noticing.
2010-08-15reinit per-conn token buckets on config or consensus changeRoger Dingledine
2010-08-15factor out rate/burst setting. no actual changes.Roger Dingledine
2010-08-14fix another piece of 1741Roger Dingledine
2010-08-13changes entry for bug 1741Roger Dingledine
2010-08-13Add check for CIRCUIT_PURPOSE_S_REND_JOINED.Mike Perry
These circuits stick around much longer than others on the server side for performance reasons. Their lifetime is controlled by the client.
2010-08-13fix a memory leak introduced by df1ef2f0f0856afRoger Dingledine
2010-08-13fold in the makefile.am changes entryRoger Dingledine
2010-08-13minor formatting / comment fixesRoger Dingledine
2010-08-12Fix url in rend-specSebastian Hahn
Fixes bug 1822
2010-08-12doc/HACKING: Explain how to find when a given change was introducedChris Ball
2010-08-12Fix a typo in control-specSebastian Hahn
2010-08-11Merge branch 'build-wo-asciidoc-on-bsd'Nick Mathewson
2010-08-11Fix changes/ file for bug #1773.Linus Nordberg
2010-08-11Bug #1773: Revert bad fix (4ef609b8) and do it properly.Linus Nordberg
* doc/Makefile.am: Move $(VAR:MOD) expansions inside "if USE_ASCIIDOC". * doc/Makefile.am: Use proper variable name for text input files. * doc/Makefile.am: Initialize vars to empty when !USE_ASCIIDOC.
2010-08-11changelog entry for f060b18e6c4Roger Dingledine
2010-08-11fold in most of the changes/foo filesRoger Dingledine
2010-08-11tiny change i found in my other sandboxRoger Dingledine
2010-08-09tiny changes i found in my sandboxRoger Dingledine
2010-08-07Fix a rare bug in rend_fn tests when the randomly generated port is 0Nick Mathewson
Since the rend code doesn't like the port to be 0, we shouldn't generate the port by declaring crypto_rand_int(65536); instead we should say crypto_rand_int(65535)+1. Diagnosed by Matt Edman; fixes bug 1808.
2010-08-06Merge commit 'karsten/stats_v4_rebased'Nick Mathewson
2010-08-05Move exit-stats code to the end of rephist.c.Karsten Loesing
2010-08-05Only delay counting bridge users if we were a relay beforeSebastian Hahn
2010-08-05Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing
With this patch we stop scheduling when we should write statistics using a single timestamp in run_scheduled_events(). Instead, we remember when a statistics interval starts separately for each statistic type in geoip.c and rephist.c. Every time run_scheduled_events() tries to write stats to disk, it learns when it should schedule the next such attempt. This patch also enables all statistics to be stopped and restarted at a later time. This patch comes with a few refactorings, some of which were not easily doable without the patch.
2010-08-04Merge commit 'origin/maint-0.2.1'Nick Mathewson
Conflicts: debian/changelog debian/control debian/patches/03_tor_manpage_in_section_8.dpatch debian/patches/06_add_compile_time_defaults.dpatch debian/rules
2010-08-04Remove the debian directory from the main git repositoryNick Mathewson
Once upon a time it made sense to keep all the Debian files in the main Tor distribution, since repeatedly merging them back in was hard. Now that we're on git, that's no longer so. Peter's debian repository at debian/tor.git on our git server has the most recent version of the tor-on-debian packaging stuff, and the versions in our own repository have gotten out of date. Resolves bug #1735.
2010-08-03Clarify that implementation is for discussion of implementationNick Mathewson
2010-08-03Add proposal 174 from Ian Goldberg: Optimistic Data for Tor: Server SideNick Mathewson
2010-08-03Bless two proposals from Damian Johnson as 172 and 173.Nick Mathewson
(Leaving a gap for the proposal Jake blessed as 171.)
2010-08-03Merge commit 'sebastian/mlockall'Nick Mathewson
2010-08-03Merge commit 'erinn/rpm-devel'Nick Mathewson
2010-08-03Merge commit 'sebastian/distcheck'Nick Mathewson
2010-08-03Merge commit 'sebastian/rend-spec'Nick Mathewson
2010-08-03Merge commit 'karsten/dir-spec-fix'Nick Mathewson
2010-08-03Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-08-03Clarify that rend cookies shouldn't be reusedSebastian Hahn
2010-08-03Fix copy-and-paste fail in dir-spec.txt.Karsten Loesing
2010-08-03Update to the August 1 2010 Maxmind GeoLite Country database.Karsten Loesing
2010-08-03Fix 'make distcheck'Sebastian Hahn
We were leaving doc/config.log and src/or/micro-revision.i in place during a make clean. Fix that.
2010-08-02Merge branch 'bug1384'Nick Mathewson
2010-08-02Fix a compile warning on OS X 10.6Sebastian Hahn
Also update the changes file to contain a note on which bug was fixed by this.
2010-08-02Bug #919: Don't rebind ports if we receive SIGHUP while hibernating.Chris Ball
2010-08-02Bug #928: Disallow BridgeRelay 1 and ORPort 0 configurationChris Ball
2010-08-02Bug #1107: Complain if PublishServerDescriptor receives 0 or 1 in a listChris Ball
0 or 1 should only be passed as the sole argument. Warn for now, reject in 0.2.3.x.
2010-08-02Merge commit 'sebastian/bug1776_v2'Nick Mathewson