- 29 May, 2007 1 commit
-
-
Nick Mathewson authored
Resolve all but 3 DOCDOCs. svn:r10393
-
- 07 May, 2007 1 commit
-
-
Roger Dingledine authored
dir authority we'd like to upload to. at some point we should pick a config option to say that in, for bridges. svn:r10129
-
- 01 May, 2007 1 commit
-
-
Nick Mathewson authored
Add code to upload extrainfos to authorities running 0.2.0.0-alpha-dev (r10070) or later. svn:r10086
-
- 24 Mar, 2007 1 commit
-
-
Nick Mathewson authored
Refactor a bunch of functions that take edge_connection_t not to also take a crypt_path_t; the cpath is implicit. svn:r9899
-
- 09 Mar, 2007 1 commit
-
-
Nick Mathewson authored
We have a PATH_SEPARATOR macro. How about we use it? svn:r9782
-
- 04 Mar, 2007 1 commit
-
-
Nick Mathewson authored
Make all LD_BUG log messsages get prefixed with "Bug: ". Remove manually-generated "Bug: "s from log-messages. (Apparently, we remembered to add them about 40% of the time.) svn:r9733
-
- 01 Mar, 2007 1 commit
-
-
Nick Mathewson authored
Twiddle constants wrt uploading hidden service descriptors. svn:r9694
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
- 13 Dec, 2006 1 commit
-
-
Roger Dingledine authored
socks-command-connect-dir streams, so we don't open new anonymity questions. svn:r9099
-
- 07 Dec, 2006 3 commits
-
-
Roger Dingledine authored
svn:r9049
-
Nick Mathewson authored
Whitespace cleanup svn:r9046
-
Nick Mathewson authored
Fix bug 338: log verbose nicknames, not just keys, for intro points. Also, suppress intro point name logging when SafeLogging is 1. (The security part is a possible backport candidate.) svn:r9041
-
- 31 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Dump breakdown of PK operations when we get a USR2 signal. This should help us figure out of we are doing some of them for stupid reasons. svn:r8881
-
- 17 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Apply patch from Mike Perry: add more reasons for circuit destroys. (Slightly tweaked to avoid allocating a number for an "internal" reason.) svn:r8739
-
- 09 Oct, 2006 2 commits
-
-
Nick Mathewson authored
Touch up last patch (to add REASON to CIRC events): make some reasons more sensible, send reasons only to controllers that have enabled extended events, and clean up whitespace. svn:r8672
-
Nick Mathewson authored
Patch from Mike Perry: add a REASON field to closed and failed circ events. svn:r8671
-
- 01 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Disprefer exit nodes for entry, middle positions (fixes bug 200). Also, switch to using a uint64_t to hold "total bandwidth for all nodes" under consideration; crypt_rand_int would have died at 2GB/s network capacity. svn:r8571
-
- 29 Sep, 2006 1 commit
-
-
Nick Mathewson authored
Now, all log messages should be distinct. svn:r8545
-
- 26 Jul, 2006 3 commits
-
-
Nick Mathewson authored
Refactor connection_t into edge, or, dir, control, and base subtypes. This might save some RAM on busy exit servers, but really matters most in terms of correctness. svn:r6906
-
Nick Mathewson authored
No circuit can be both an intro point and a rend point, so we can merge both the cookie and the pk digest into one "rend_token" field for or circuits. This saves another 20 bytes per or circuit. svn:r6904
-
Nick Mathewson authored
Move rend_query to origin_circuit_t where it belongs; save another 17 bytes per OR circuit. svn:r6903
-
- 23 Jul, 2006 1 commit
-
-
Nick Mathewson authored
circuit_t into origin_circuit_t and or_circuit_t. I fixed some segaults; there may be more. We still need to move more rendezvous stuff into subtypes. This is a trial run for splitting up connection_t; if the approach is insane, please say so soon so we can do something smarter. Also, this discards the old HALF_OPEN code, which nobody seems to want. svn:r6817
-
- 15 Jul, 2006 1 commit
-
-
Roger Dingledine authored
svn:r6763
-
- 06 Jul, 2006 1 commit
-
-
Roger Dingledine authored
the node operator, since he can't do anything about it. svn:r6733
-
- 04 Jun, 2006 1 commit
-
-
Nick Mathewson authored
Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) svn:r6532
-
- 18 Apr, 2006 1 commit
-
-
Nick Mathewson authored
svn:r6396
-
- 19 Mar, 2006 1 commit
-
-
Roger Dingledine authored
'named' and 'valid'. svn:r6188
-
- 12 Mar, 2006 1 commit
-
-
Nick Mathewson authored
svn:r6143
-
- 06 Mar, 2006 1 commit
-
-
Nick Mathewson authored
Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though I am not 100% sure that each one is necessary. svn:r6088
-
- 19 Feb, 2006 1 commit
-
-
Roger Dingledine authored
FetchServerDescriptors and FetchHidServDescriptors for whether to fetch server info and hidserv info or let the controller do it, and also PublishServerDescriptor and PublishHidServDescriptors. Add AllDirActionsPrivate undocumented option -- if you set it, you'll need the controller to bootstrap you enough to build your first circuits. svn:r6047
-
- 13 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r6005
-
- 12 Feb, 2006 1 commit
-
-
Roger Dingledine authored
picking entry guards, rather than looking at is_fast or is_stable. Now dirservers can change how they define it and clients will automatically use their new definition. svn:r5979
-
- 09 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5949
-
- 10 Jan, 2006 1 commit
-
-
Nick Mathewson authored
Warn about actual offending hiddenservice* config option, now that more than one is possible. Closes bug 239. svn:r5766
-
- 05 Jan, 2006 1 commit
-
-
Nick Mathewson authored
svn:r5734
-
- 14 Dec, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5582
-
- 10 Dec, 2005 1 commit
-
-
Roger Dingledine authored
we screwed up the formatting in wild and unpredictable ways. fix it before it becomes convention to format logs in wild and unpredictable ways. still need to do src/common/ someday. svn:r5551
-
- 25 Nov, 2005 1 commit
-
-
Roger Dingledine authored
separately. It's important to keep them separate because internal circuits have their last hops picked like middle hops, rather than like exit hops. So exiting on them will break the user's expectations. - Stop cannibalizing internal circuits for general exits, and stop cannibalizing exit circuits for rendezvous stuff. - Don't let new exit streams attach to internal circuits. - When deciding if we have enough circuits for internal and for exit, don't count the wrong ones. - Treat predicted resolves as predicted port 80 exits. svn:r5457
-
- 05 Nov, 2005 1 commit
-
-
Nick Mathewson authored
On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. svn:r5349
-
- 25 Oct, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5317
-