aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* actually listen when we try to route our dir connection via tor.Roger Dingledine2005-11-19
* Start obeying our firewall options more rigorously:Roger Dingledine2005-11-19
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* misc cleanupsRoger Dingledine2005-11-19
* Bugfix: it looks like some middleman circuits were spending theRoger Dingledine2005-11-19
* another case (i think) of redundant code.Roger Dingledine2005-11-19
* remove some redundant (and misleading) codeRoger Dingledine2005-11-19
* 15*60 is 15 minutes, not 5Peter Palfrader2005-11-18
* Remove ip address change flapping detection. It is not really needed and I d...Peter Palfrader2005-11-18
* if it's not less than three does that mean it's more than two?Roger Dingledine2005-11-18
* and code the part where redirectstream can take a port.Roger Dingledine2005-11-18
* Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine2005-11-18
* and another overly common log entryRoger Dingledine2005-11-18
* and another oneRoger Dingledine2005-11-17
* comment out some really popular log linesRoger Dingledine2005-11-17
* and now we actually do it, too.Roger Dingledine2005-11-17
* when you type 'getinfo' with no arguments, it doesn't give youRoger Dingledine2005-11-17
* we used to kill the circuit when we receive a relay command weRoger Dingledine2005-11-17
* help the term "OP" become obsoleteRoger Dingledine2005-11-17
* bugfix: the controller doesn't mention it's a .onion if it is.Roger Dingledine2005-11-16
* Add a new config option TestSocks so people can see if theirRoger Dingledine2005-11-16
* Verify that router fingerprint lines match identity keys. (We dont use them, ...Nick Mathewson2005-11-15
* another case where the poor server operator doesn't need toRoger Dingledine2005-11-15
* make it even more clear that i didn't screw up the logicRoger Dingledine2005-11-15
* fix logic error: not unnamed is good.Roger Dingledine2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* Fix number in error messageNick Mathewson2005-11-14
* shorten more of the startup log messagesRoger Dingledine2005-11-14
* when a stream times out, provide less (but better) explanationRoger Dingledine2005-11-14
* We were refusing to start if you define SocksListenAddressRoger Dingledine2005-11-11
* speed up the lookup-by-circid-orconn now that it seems thatRoger Dingledine2005-11-11
* when we were cannibalizing a circuit with a particular exitRoger Dingledine2005-11-11
* fix function commentRoger Dingledine2005-11-11
* stop discouraging the old *BindAddress config options. we willRoger Dingledine2005-11-11
* simplify a log entryRoger Dingledine2005-11-11
* fix a harmless warn and mark two points where we shouldRoger Dingledine2005-11-11
* If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson2005-11-08
* Tor26's IP has changed to 86.59.21.38Peter Palfrader2005-11-05
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Fix bugs in routerlist_remove_old_cached_routers_with_id()Nick Mathewson2005-11-04
* prevent duplicat mark-for-closeNick Mathewson2005-11-04
* enable code to remove members of old_routers when it gets big.Nick Mathewson2005-11-01
* fix a signed/unsigned warningNick Mathewson2005-11-01
* answer nick's XXX, and muck with some log domain choicesRoger Dingledine2005-11-01
* remove redundant checking for . and .. now thatRoger Dingledine2005-11-01
* more doc cleanups and reorganizingRoger Dingledine2005-11-01
* make circ->onionskin a pointer, not a static array. moria2 was usingRoger Dingledine2005-10-29
* Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine2005-10-29
* fix typoRoger Dingledine2005-10-29
* Free the v2 directory networkstatus on exit. (Not a leak.)Nick Mathewson2005-10-29