summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-11-10Change Natd into NATD in our options.Sebastian Hahn
2010-10-21Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson
2010-10-17Issues with router_get_by_nickname()Robert Hogan
2010-10-13Issues with router_get_by_nickname()Robert Hogan
2010-09-27a dir-spec entry for refuseunknownexitsRoger Dingledine
2010-09-27Change bug1751 enabling code based on comments from armaNick Mathewson
2010-09-21First cut of code to enable RefuseUnknownExitsNick Mathewson
2010-09-13Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson
2010-09-13Merge remote branch 'sebastian/bug1525'Nick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-09tiny changes i found in my sandboxRoger Dingledine
2010-08-08Update some documentation for the bug 1525 fixSebastian Hahn
2010-08-08Ensure controller RESOLVE commands respect __LeaveStreamsUnattachedRobert Hogan
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
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