- Sep 30, 2006
-
-
Roger Dingledine authored
have a public address we like yet. svn:r8554
-
Roger Dingledine authored
the X-Forwarded-For header. svn:r8553
-
Nick Mathewson authored
Oops; nameserver list is circular. svn:r8552
-
Roger Dingledine authored
exactly incorrect. i wonder how much this will help. svn:r8550
-
Nick Mathewson authored
Resolve bug 336: When displaying circuit paths with non-named routers, use their digests, not their nicknames. svn:r8548
-
- Sep 29, 2006
-
-
Nick Mathewson authored
I am glad that arma reviews my patches. svn:r8546
-
Nick Mathewson authored
Now, all log messages should be distinct. svn:r8545
-
Roger Dingledine authored
'should not' is for things that you really oughtn't do, for your own good or for others' own good. svn:r8544
-
Roger Dingledine authored
svn:r8543
-
Nick Mathewson authored
Differentiate more duplicated log entries svn:r8542
-
Nick Mathewson authored
Make distinct all non-bug messages at notice or higher that appear 3 or more times. svn:r8541
-
Nick Mathewson authored
Improve log-duplicate-checker to ignore LD_BUG messages. svn:r8540
-
Nick Mathewson authored
Add a perl script and a make target to find and check for duplicate log messages at level notice or higher. svn:r8539
-
Nick Mathewson authored
Add a pile of flyspray items to TODO so I notice them. Yes, I said this was a stupid idea before, but I say stupid things all the time. svn:r8537
-
Nick Mathewson authored
Doxygen comments for code in common. Also simplify a few code paths to be more clear/speedy/correct. svn:r8536
-
Nick Mathewson authored
Make eventdns give strings for DNS errors, not just error numbers. svn:r8535
-
Nick Mathewson authored
Omit function names from NOTICE, WARN and ERR messages unless they are in LD_BUG. svn:r8534
-
Nick Mathewson authored
Implement DESCCHANGED event to tell controller when our router descriptor changes. svn:r8533
-
Nick Mathewson authored
Add version note about RELAY_BEGIN_DIR to spec. svn:r8532
-
Nick Mathewson authored
Add DESCCHANGED event to control-spec; note that GETINFO dir/* has in fact been implemented. svn:r8531
-
Nick Mathewson authored
Reserve the nickname "Unnamed" for routers that can't pick a hostname; any router can call itself Unnamed; directory servers will never allocate Unnamed to any particular router; clients won't believe that any router is the canonical Unnamed. svn:r8529
-
Nick Mathewson authored
Note that EnforceDistinctSubnets can override subnet rule for path generation. svn:r8528
-
Nick Mathewson authored
[Needs review.] Add a BEGIN_DIR relay cell type for an easier in-protocol way to connect to directory servers through Tor. Previously, clients could only connect to director servers over Tor from exit nodes, but couldn't get directory information anonymously from a non-exit cache without getting a directory server involved. This needs testing, and needs client-side code to actually exercise it. svn:r8527
-
Nick Mathewson authored
svn:r8526
-
Roger Dingledine authored
svn:r8524
-
- Sep 28, 2006
-
-
Nick Mathewson authored
Make "is a v1 authority", "is a v2 authority", and "is a hidden service authority" into separate flags so we can eventually migrate more trust away from moria. svn:r8523
-
Nick Mathewson authored
Another tweak to guard logic: ignore check for the Guard flag if a server is listed on EntryNodes. (Also remove redundant checks for always-set variables.) svn:r8522
-
Nick Mathewson authored
Document entry-guard related functions svn:r8521
-
Nick Mathewson authored
Improvement to last entry guards patch: track when we last attempted to connect to a node in our state file along with how long it has been unreachable. Also clarify behavior of parse_iso_time() when it gets extra characters. svn:r8520
-
Nick Mathewson authored
Refactor entry guard status logic a lot; allow more factors [like not having a Guard flag or being listed in ExcludeNodes] to render a guard "unlisted" (now called "unusable"); track guard down status (now called "unreachable") separately from is_running. svn:r8519
-
Peter Palfrader authored
Add a space in a wrapped log message svn:r8517
-
Peter Palfrader authored
Restore to previous wording that svk merging made me mess up svn:r8516
-
Peter Palfrader authored
bandwidth is not measured in bytes svn:r8515
-
Peter Palfrader authored
Also log guard bandwidth cutoff svn:r8514
-
Peter Palfrader authored
router_set_networkstatus() gets a list of status documents we asked for from connection_dir_client_reached_eof(). However, as a cache we (sometimes?) just ask for "all". router_set_networkstatus() would freak out over that, meaning it would log a warning and drop the status document instead of caching it as it is supposed to. Now we let router_set_networkstatus() know if the data comes from an all-request so it can do the right thing. svn:r8513
-
Peter Palfrader authored
Minor documentation fix svn:r8512
-
Roger Dingledine authored
svn:r8511
-
Nick Mathewson authored
Fix some warnings on mingw; hopefully this should let us build on mingw without warnings. svn:r8509
-
- Sep 26, 2006
-
-
Nick Mathewson authored
Remove a signed/unsigned comparison in eventdns.c svn:r8508
-
Nick Mathewson authored
Fix for reverse dns: only assume we will get an answer when the result was success. svn:r8507
-