aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
...
* helper nodes are dead. long live entry nodes.•••(config options EntryNodes and StrictEntryNodes still not implemented.) svn:r5673 Roger Dingledine2005-12-28
* Make directory caches a little less chatty when logging•••svn:r5662 Nick Mathewson2005-12-27
* Make insert_old try hard to never add a duplicate.•••svn:r5661 Nick Mathewson2005-12-27
* Implement new directory logic: download by descriptor digest, not by key dige...•••svn:r5659 Nick Mathewson2005-12-27
* fix segfault when specifying DirServer without nickname•••(reported by weasel) svn:r5614 Roger Dingledine2005-12-18
* Instead of "Network down", say "Is your network connection down?"•••svn:r5607 Nick Mathewson2005-12-15
* ah ha, that variable was static. not useless after all.•••svn:r5604 Roger Dingledine2005-12-15
* clean up a lot message, and remove a line that does nothing.•••svn:r5603 Roger Dingledine2005-12-15
* fix compile•••svn:r5600 Nick Mathewson2005-12-15
* Make clients look at the fast and stable flags in networkstatus, not at the b...•••svn:r5599 Nick Mathewson2005-12-15
* put back in a todo comment, so we don't forget.•••svn:r5598 Roger Dingledine2005-12-15
* Whitespace fixes; comments.•••svn:r5596 Nick Mathewson2005-12-15
* Flip a misplaced not•••svn:r5593 Nick Mathewson2005-12-15
* Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...•••svn:r5591 Nick Mathewson2005-12-15
* implement weasel's suggestion to fix the bug that newly bootstrapped•••tor networks couldn't do hidden services until they had nodes with high uptime: if you're trying to pick a node for your circuit and you demand uptime or capacity and nothing works, then abandon your need for uptime and capacity. svn:r5589 Roger Dingledine2005-12-15
* When we mark a router as down, also mark its local_routerstatus as not runnin...•••svn:r5587 Nick Mathewson2005-12-14
* Choose directory servers from routerstatus list, not from routerinfo list. T...•••svn:r5586 Nick Mathewson2005-12-14
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582 Nick Mathewson2005-12-14
* Make directory authorities ignore router uploads that have only cosmetic diff...•••svn:r5573 Nick Mathewson2005-12-12
* when we changed from log_fn to debug/info/notice/warn/err,•••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 Roger Dingledine2005-12-10
* crank the max line limit down to 150 chars.•••svn:r5550 Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...•••svn:r5548 Nick Mathewson2005-12-09
* Fix bug 212: Directory authorities should not try to download server descript...•••svn:r5514 Nick Mathewson2005-12-06
* remove some functions that are not used; #if0 out some files that are not lik...•••svn:r5471 Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...•••svn:r5469 Nick Mathewson2005-11-30
* Avoid a segfault in routerlist_reset_warnings()•••svn:r5464 Nick Mathewson2005-11-28
* comment that scary-looking function.•••svn:r5447 Roger Dingledine2005-11-23
* Fix dumb logic error that kept some old descripttors from getting the axe.•••svn:r5446 Nick Mathewson2005-11-23
* Make dropping very old descriptors faster (remove old correctness check). Tra...•••svn:r5445 Nick Mathewson2005-11-23
* e more aggressive about calling routerlist_remove_old_routers()•••svn:r5444 Nick Mathewson2005-11-23
* Dump bytes held to store descriptors.•••svn:r5443 Nick Mathewson2005-11-23
* Track how many bytes we have in signed descriptors. Try to make sure we are t...•••svn:r5442 Nick Mathewson2005-11-23
* Avoid spurious re-launch of first pending requested descriptor•••svn:r5439 Nick Mathewson2005-11-22
* be less eager to decide that the entire network is down•••svn:r5434 Roger Dingledine2005-11-19
* and another instance where i was trying to be too sneaky•••svn:r5433 Roger Dingledine2005-11-19
* Start obeying our firewall options more rigorously:••• - If we can't get to a dirserver directly, try going via Tor. - Don't ever try to connect (as a client) to a place our firewall options forbid. - If we specify a proxy and also firewall options, obey the firewall options even when we're using the proxy: some proxies can only proxy to certain destinations. svn:r5431 Roger Dingledine2005-11-19
* Recover better from TCP connections to Tor servers that are broken but•••don't tell you (it happens!); and rotate TLS connections once a week. 1) If an OR conn becomes more than a week old, make it obsolete. 2) If it's obsolete and empty, kill it. 3) When an OR makes a second connection to you, allow it. 4) If we want to send a new create cell, but the best conn we've got is obsolete, and the router is 0.1.1.9-alpha-cvs or later, ask for a new conn instead. 5) When we time out on circuit building on the first hop, make that connection obsolete. svn:r5429 Roger Dingledine2005-11-19
* Leave options->DirServers alone -- if the user didn't specify any,•••just add the default ones directly to the trusted dirserver list. This fixes a bug where people running controllers would setconf or the equivalent, and Tor would start yelling at them about setting their own DirServer lines. svn:r5418 Roger Dingledine2005-11-18
* and another one•••svn:r5416 Roger Dingledine2005-11-17
* comment out some really popular log lines•••svn:r5415 Roger Dingledine2005-11-17
* make it even more clear that i didn't screw up the logic•••svn:r5378 Roger Dingledine2005-11-15
* fix logic error: not unnamed is good.•••svn:r5377 Roger Dingledine2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.•••svn:r5375 Nick Mathewson2005-11-15
* fix function comment•••svn:r5356 Roger Dingledine2005-11-11
* fix a harmless warn and mark two points where we should•••maybe change our approach. svn:r5352 Roger Dingledine2005-11-11
* On directory servers, old_routers was wasting hundreds of bytes per supersede...•••svn:r5349 Nick Mathewson2005-11-05
* Fix bugs in routerlist_remove_old_cached_routers_with_id()•••svn:r5348 Nick Mathewson2005-11-04
* enable code to remove members of old_routers when it gets big.•••svn:r5345 Nick Mathewson2005-11-01
* remove redundant checking for . and .. now that•••tor_listdir() checks for this too. svn:r5337 Roger Dingledine2005-11-01
* more doc cleanups and reorganizing•••svn:r5336 Roger Dingledine2005-11-01