aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* Change Natd into NATD in our options.Sebastian Hahn2010-11-10
* Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson2010-10-21
|\
| * Issues with router_get_by_nickname()Robert Hogan2010-10-17
| * Issues with router_get_by_nickname()Robert Hogan2010-10-13
* | a dir-spec entry for refuseunknownexitsRoger Dingledine2010-09-27
* | Change bug1751 enabling code based on comments from armaNick Mathewson2010-09-27
* | First cut of code to enable RefuseUnknownExitsNick Mathewson2010-09-21
|/
* Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson2010-09-13
* Merge remote branch 'sebastian/bug1525'Nick Mathewson2010-09-13
|\
| * Update some documentation for the bug 1525 fixSebastian Hahn2010-08-08
| * Ensure controller RESOLVE commands respect __LeaveStreamsUnattachedRobert Hogan2010-08-08
* | Fix misplaced labelsSebastian Hahn2010-08-16
* | tiny changes i found in my sandboxRoger Dingledine2010-08-09
|/
* Create rephist.hSebastian Hahn2010-07-27
* Create relay.hSebastian Hahn2010-07-27
* Create reasons.hSebastian Hahn2010-07-27
* Create policies.hSebastian Hahn2010-07-27
* Create main.hSebastian Hahn2010-07-27
* Create hibernate.hSebastian Hahn2010-07-27
* Create dns.hSebastian Hahn2010-07-27
* Create dirserv.hSebastian Hahn2010-07-27
* Create control.hSebastian Hahn2010-07-27
* Create connection_or.hSebastian Hahn2010-07-27
* Create connection_edge.hSebastian Hahn2010-07-27
* Create connection.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create circuituse.hSebastian Hahn2010-07-27
* Create circuitlist.hSebastian Hahn2010-07-27
* Create buffers.hSebastian Hahn2010-07-27
* Create rendservice.hSebastian Hahn2010-07-27
* Create rendclient.hSebastian Hahn2010-07-27
* Create rendcommon.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Split headers for dnsserv.c functions out of or.hSebastian Hahn2010-07-27
* let people test the RefuseUnknownExits ideaRoger Dingledine2010-03-10
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Merge remote branch 'sebastian/bug1238'Nick Mathewson2010-02-09
|\ \
| * | Fix a whitespace violationSebastian Hahn2010-02-09
* | | Make tor_addr_copy() conform to memcpy requirementsNick Mathewson2010-02-09
|/ /
* | When we've disabled .exit hostnames, actually reject them.Nick Mathewson2010-02-03
* | fix compileRoger Dingledine2009-12-21
* | Be more willing to use an unsuitable circuit for exit.Roger Dingledine2009-12-21
* | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \
| * | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
| * | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12
* | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | | *_free functions now accept NULLSebastian Hahn2009-12-12
|/ /
* | New config option "CircuitStreamTimeout"Roger Dingledine2009-11-21