aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
...
* | 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
* | remove some dead code. some of it was tickling coverity.Roger Dingledine2009-10-10
* | Make sure we can't overflow in connection_ap_handshake_send_resolveSebastian Hahn2009-09-27
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-09-20
|\|
| * Revert "Teach connection_ap_can_use_exit about Exclude*Nodes"Roger Dingledine2009-09-20
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-09-16
|\|
| * Teach connection_ap_can_use_exit about Exclude*NodesSebastian Hahn2009-09-16
* | Write all statistics to disk exactly every 24 hours.Karsten Loesing2009-08-19
* | Clean up proposal 166 and its implementation.Karsten Loesing2009-08-18
* | Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
* | LetsKillNoConnect removes support for .noconnectJacob Appelbaum2009-08-08
* | Disable .exit notation unless AllowDotExit is 1.Roger Dingledine2009-08-07
* | Some tweaks to statistics.Karsten Loesing2009-07-15
* | Some tweaks to directory request download times.Karsten Loesing2009-07-15
* | Directories now also measure download times of network statuses.Karsten Loesing2009-07-15
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-07-07
|\|
| * Make "Invalid onion hostname" msg respect SafeLogging.Nick Mathewson2009-07-07
| * Better fix for 997.Karsten Loesing2009-06-19
| * Revert "Backport fix for bug 997."Karsten Loesing2009-06-19
| * Backport fix for bug 997.Karsten Loesing2009-06-16
* | If configured, write per-port exit statistics to disk periodically.Karsten Loesing2009-07-02
* | Merge commit 'karsten/bug997-hidservfetch'Nick Mathewson2009-06-16
|\ \
| * | Apply fix for bug 997.Karsten Loesing2009-06-12