aboutsummaryrefslogtreecommitdiff
path: root/src
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
* Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.Nick Mathewson2005-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
* bump to 0.1.1.9-alpha-cvsRoger 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
* Loops without an increment step can suck, even on windows.Nick Mathewson2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* bump to 0.1.1.9-alphaRoger Dingledine2005-11-15
* Hm; looks like the callback business was unnecessary, since DHparams_dup() co...Nick Mathewson2005-11-14
* Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.Nick Mathewson2005-11-14
* Oops. It looks like there *was* an easy way to make openssl do what we wanted.Nick Mathewson2005-11-14
* 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
* When logging via syslog, include the pid whenever we provideRoger Dingledine2005-11-13
* We were refusing to start if you define SocksListenAddressRoger Dingledine2005-11-11
* correct nick's commentRoger Dingledine2005-11-11
* Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D...Nick Mathewson2005-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