summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-11-22Avoid spurious re-launch of first pending requested descriptorNick Mathewson
2005-11-20Ancient gcc does not like you when you declare variables in the middle of a b...Peter Palfrader
2005-11-19Add a new controller event type that allows controllers to get allPeter Palfrader
2005-11-19be less eager to decide that the entire network is downRoger Dingledine
2005-11-19and another instance where i was trying to be too sneakyRoger Dingledine
2005-11-19actually listen when we try to route our dir connection via tor.Roger Dingledine
2005-11-19Start obeying our firewall options more rigorously:Roger Dingledine
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-19misc cleanupsRoger Dingledine
2005-11-19Bugfix: it looks like some middleman circuits were spending theRoger Dingledine
2005-11-19another case (i think) of redundant code.Roger Dingledine
2005-11-19remove some redundant (and misleading) codeRoger Dingledine
2005-11-1815*60 is 15 minutes, not 5Peter Palfrader
2005-11-18Remove ip address change flapping detection. It is not really needed and I d...Peter Palfrader
2005-11-18if it's not less than three does that mean it's more than two?Roger Dingledine
2005-11-18and code the part where redirectstream can take a port.Roger Dingledine
2005-11-18Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine
2005-11-18and another overly common log entryRoger Dingledine
2005-11-17and another oneRoger Dingledine
2005-11-17comment out some really popular log linesRoger Dingledine
2005-11-17and now we actually do it, too.Roger Dingledine
2005-11-17when you type 'getinfo' with no arguments, it doesn't give youRoger Dingledine
2005-11-17we used to kill the circuit when we receive a relay command weRoger Dingledine
2005-11-17help the term "OP" become obsoleteRoger Dingledine
2005-11-16bugfix: the controller doesn't mention it's a .onion if it is.Roger Dingledine
2005-11-16Add a new config option TestSocks so people can see if theirRoger Dingledine
2005-11-15Verify that router fingerprint lines match identity keys. (We dont use them, ...Nick Mathewson
2005-11-15another case where the poor server operator doesn't need toRoger Dingledine
2005-11-15make it even more clear that i didn't screw up the logictor-0.1.1.9-alphaRoger Dingledine
2005-11-15fix logic error: not unnamed is good.Roger Dingledine
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-11-14Fix number in error messageNick Mathewson
2005-11-14shorten more of the startup log messagesRoger Dingledine
2005-11-14when a stream times out, provide less (but better) explanationRoger Dingledine
2005-11-11We were refusing to start if you define SocksListenAddressRoger Dingledine
2005-11-11speed up the lookup-by-circid-orconn now that it seems thatRoger Dingledine
2005-11-11when we were cannibalizing a circuit with a particular exitRoger Dingledine
2005-11-11fix function commentRoger Dingledine
2005-11-11stop discouraging the old *BindAddress config options. we willRoger Dingledine
2005-11-11simplify a log entryRoger Dingledine
2005-11-11fix a harmless warn and mark two points where we shouldRoger Dingledine
2005-11-08If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson
2005-11-05Tor26's IP has changed to 86.59.21.38Peter Palfrader
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-11-04Fix bugs in routerlist_remove_old_cached_routers_with_id()Nick Mathewson
2005-11-04prevent duplicat mark-for-closeNick Mathewson
2005-11-01enable code to remove members of old_routers when it gets big.Nick Mathewson
2005-11-01fix a signed/unsigned warningNick Mathewson
2005-11-01answer nick's XXX, and muck with some log domain choicesRoger Dingledine