summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2010-07-27Create main.hSebastian Hahn
2010-07-27Create hibernate.hSebastian Hahn
2010-07-27Create dns.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendservice.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Split headers for dnsserv.c functions out of or.hSebastian Hahn
2010-03-10let people test the RefuseUnknownExits ideaRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-09Merge remote branch 'sebastian/bug1238'Nick Mathewson
2010-02-09Make tor_addr_copy() conform to memcpy requirementsNick Mathewson
2010-02-09Fix a whitespace violationSebastian Hahn
2010-02-03When we've disabled .exit hostnames, actually reject them.Nick Mathewson
2009-12-21fix compileRoger Dingledine
2009-12-21Be more willing to use an unsuitable circuit for exit.Roger Dingledine
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-11-21New config option "CircuitStreamTimeout"Roger Dingledine
2009-10-10remove some dead code. some of it was tickling coverity.Roger Dingledine
2009-09-27Make sure we can't overflow in connection_ap_handshake_send_resolveSebastian Hahn
2009-09-20Merge branch 'maint-0.2.1'Roger Dingledine
2009-09-20Revert "Teach connection_ap_can_use_exit about Exclude*Nodes"Roger Dingledine
2009-09-16Merge branch 'maint-0.2.1'Roger Dingledine
2009-09-16Teach connection_ap_can_use_exit about Exclude*NodesSebastian Hahn
2009-08-19Write all statistics to disk exactly every 24 hours.Karsten Loesing
2009-08-18Clean up proposal 166 and its implementation.Karsten Loesing
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-08-08LetsKillNoConnect removes support for .noconnectJacob Appelbaum
2009-08-07Disable .exit notation unless AllowDotExit is 1.Roger Dingledine
2009-07-15Some tweaks to statistics.Karsten Loesing
2009-07-15Some tweaks to directory request download times.Karsten Loesing
2009-07-15Directories now also measure download times of network statuses.Karsten Loesing
2009-07-07Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-07-07Make "Invalid onion hostname" msg respect SafeLogging.Nick Mathewson
2009-07-02If configured, write per-port exit statistics to disk periodically.Karsten Loesing