summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2006-07-18don't squeal if the first few retries fail.Roger Dingledine
2006-07-18Define a schedule for how long to wait between retryingRoger Dingledine
2006-07-18If we are using an exit enclave and we can't connect, e.g. becauseRoger Dingledine
2006-07-15stick to nick's nul/null conventionRoger Dingledine
2006-07-06when an exit node gets a malformed begin cell, don't complain toRoger Dingledine
2006-06-06We got an obscure report of an assert error on a windows Tor server withRoger Dingledine
2006-06-03Oops. When we dont get a TTL, we should default to the default, not to the mi...Nick Mathewson
2006-06-03More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson
2006-05-23add a few more debugging lines to help mikec track down hisRoger Dingledine
2006-04-18class B really means /16 hereRoger Dingledine
2006-04-18require at least 2**16 assignable virtual addressesNick Mathewson
2006-04-18[Forward-port ]Test and document last patch.Nick Mathewson
2006-04-18[forward-port] Implement an option, VirtualAddrMask, to set which addresses g...Nick Mathewson
2006-04-09Don't yell loudly about failed internal/bridge connections. TheseRoger Dingledine
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-21new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine
2006-03-19Allow non-printable characters for exit streams (both forRoger Dingledine
2006-03-19i'm a little teapot, short and stoutRoger Dingledine
2006-03-18simplify when we're picking a default address forRoger Dingledine
2006-03-17normalize whitespace.Nick Mathewson
2006-03-15resume being printist: if the hostname contains non-printableRoger Dingledine
2006-03-15Stop being printist: just because our local platform doesn'tRoger Dingledine
2006-03-14change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader
2006-03-12Now do address rewriting when the controller asks us to attachRoger Dingledine
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-02-13more log conversions.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-03Fix bug 225: now "attachstream 0" treats conn like it just connected,Roger Dingledine
2006-01-17attempted patch for bug 220: don't assert when we've tried all theRoger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-07what the heck is wrong with this little piece of code?Roger Dingledine
2005-12-06tell the controller about new .onion streams too.Roger Dingledine
2005-12-06the other half of weasel's patch, so old gcc's can build cvs again.Roger Dingledine
2005-12-06Old gccs want you to do your variable declarations firstPeter Palfrader
2005-12-06when we're giving up on a circuit and retrying on a new one,Roger Dingledine
2005-12-05Set chosen_exit_name to something we are not about to zero.Nick Mathewson
2005-12-05When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac...Nick Mathewson
2005-12-04fix a log message to be mildly more helpfulRoger Dingledine
2005-12-03Clean up some comments; remove some dead codeNick Mathewson
2005-12-03Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson
2005-11-30Fix some verbose warnings and remove an unneeded include.Nick Mathewson
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-11-16Add a new config option TestSocks so people can see if theirRoger Dingledine
2005-11-14when a stream times out, provide less (but better) explanationRoger Dingledine
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson