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