aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2011-06-24Correct a commentRobert Ransom
2011-06-08Comment out some obviously dead code.Sebastian Hahn
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-27Add a circuit_purpose_to_string() function, and use itNick Mathewson
2011-04-26When cannibalizing a circuit, make sure it has no ExcludeNodes on itNick Mathewson
2011-04-26Note a slightly less likely way to violate ExcludeNodesNick Mathewson
2011-04-07Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson
2011-03-30Use timevals, not time_t, when expiring circuits.Nick Mathewson
2011-03-25Add XXX023s for our timestamp_dirty abuse.Nick Mathewson
2011-01-15Sanity-check consensus param valuesSebastian Hahn
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-09-29Send control port events for timeouts.Mike Perry
2010-07-30Clear cell queues when marking or truncating a circuit.Nick Mathewson
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create onion.hSebastian Hahn
2010-07-27Create networkstatus.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 circuitbuild.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-14print right controller purpose string for measure-timeout circsRoger Dingledine
2010-06-04Don't cannibalize one-hop circuitsSebastian Hahn
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-25Remove some old, commented out codeSebastian Hahn
2009-12-18Merge branch 'ewma'Nick Mathewson
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-13Optimize cell-ewma circuit priority algorithm.Nick Mathewson
2009-12-12Favor quiet circuits when choosing which order to relay cells in.Can Tang
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-11-23Merge commit 'origin/maint-0.2.1'Roger Dingledine
2009-11-23fix race condition that can cause crashes at client or exit relayRoger Dingledine
2009-11-21stop assuming that our downcasts have a struct offset of 0Roger Dingledine
2009-10-14read the "circwindow" parameter from the consensusRoger Dingledine
2009-09-22Be more robust to bad circwindow valuesRoger Dingledine
2009-09-16Fix the math.h log() conflict.Mike Perry