- 22 Dec, 2008 5 commits
-
-
Nick Mathewson authored
svn:r17727
-
Roger Dingledine authored
more extreme happens. the default should be to be quiet unless something more extreme happens. at least, this doesn't generate complaints anymore. perhaps that means it is working better? :) svn:r17724
-
Nick Mathewson authored
svn:r17722
-
Nick Mathewson authored
svn:r17721
-
Nick Mathewson authored
svn:r17720
-
- 18 Dec, 2008 2 commits
-
-
Nick Mathewson authored
svn:r17686
-
Nick Mathewson authored
Avoid nop call to control_event_or_authdir_new_descriptor that makes coverity think we are dereferencing a null pointer. It is safe, I think, but entirely too clever for our own good. svn:r17668
-
- 17 Dec, 2008 3 commits
-
-
Roger Dingledine authored
svn:r17659
-
Nick Mathewson authored
Make return code from router_add_to_routerlist a nice sensible enum. Based on patch from Sebastian. svn:r17656
-
Nick Mathewson authored
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone. svn:r17651
-
- 07 Nov, 2008 2 commits
-
-
Roger Dingledine authored
svn:r17202
-
Nick Mathewson authored
svn:r17198
-
- 30 Sep, 2008 1 commit
-
-
Roger Dingledine authored
svn:r17010
-
- 29 Sep, 2008 1 commit
-
-
Nick Mathewson authored
Tweak the dbg-stability.txt code to log everything else that influences router stability calculations. svn:r17003
-
- 14 Sep, 2008 1 commit
-
-
Roger Dingledine authored
port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907
-
- 05 Sep, 2008 1 commit
-
-
Nick Mathewson authored
svn:r16779
-
- 17 Aug, 2008 2 commits
-
-
Peter Palfrader authored
svn:r16577
-
Peter Palfrader authored
svn:r16576
-
- 14 Aug, 2008 7 commits
-
-
Peter Palfrader authored
svn:r16549
-
Peter Palfrader authored
svn:r16544
-
Peter Palfrader authored
Having a reject-all policy summarized with a lack of summary is stupid. Explicitly mention them as reject 1-65535. svn:r16543
-
Peter Palfrader authored
svn:r16541
-
Peter Palfrader authored
svn:r16540
-
Peter Palfrader authored
svn:r16537
-
Peter Palfrader authored
svn:r16536
-
- 05 Aug, 2008 1 commit
-
-
Nick Mathewson authored
Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435
-
- 04 Aug, 2008 1 commit
-
-
Roger Dingledine authored
svn:r16407
-
- 24 Jul, 2008 2 commits
-
-
Nick Mathewson authored
Make generic address manipulation functions work better. Switch address policy code to use tor_addr_t, so it can handle IPv6. That is a good place to start. svn:r16178
-
Nick Mathewson authored
Refactor the is_vote field of networkstatus_t to add a third possibility ("opinion") in addition to vote and opinion. First part of implementing proposal 147. svn:r16166
-
- 16 Jul, 2008 1 commit
-
-
Nick Mathewson authored
Stop trying to detect versions of Tor on the server-side older than 0.1.1.15-rc; they simply do not work any more. Also add comment about how or_is_obsolete is a terrible field name. svn:r15982
-
- 20 Jun, 2008 1 commit
-
-
Karsten Loesing authored
svn:r15375
-
- 16 Jun, 2008 1 commit
-
-
Nick Mathewson authored
Allow spaces to be omitted in approved-router file fingerprints. Requested by arma. svn:r15296
-
- 14 Jun, 2008 1 commit
-
-
Nick Mathewson authored
svn:r15253
-
- 12 May, 2008 1 commit
-
-
Nick Mathewson authored
Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14584
-
- 04 Apr, 2008 1 commit
-
-
Nick Mathewson authored
Make last_served_at optional; make last_listed_as_valid_until take account (partially) of v2 statuses. svn:r14299
-
- 29 Mar, 2008 1 commit
-
-
Nick Mathewson authored
Code (disabled) to get way too much info about the contents of old_routers on USR1. svn:r14230
-
- 24 Feb, 2008 2 commits
-
-
Nick Mathewson authored
Whitespace fixes svn:r13700
-
Nick Mathewson authored
Patch from mwenge: always willingly serve our own extrainfo from the controlport svn:r13699
-
- 23 Feb, 2008 1 commit
-
-
Roger Dingledine authored
authorities for their first directory fetch, even if their DirPort is off or if they don't know they're reachable yet. This will help them bootstrap better. Bugfix on 0.2.0.18-alpha; fixes bug 609. svn:r13688
-
- 22 Feb, 2008 1 commit
-
-
Nick Mathewson authored
More 64-to-32 fixes. Partial backport candidate. still not done. svn:r13680
-