aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
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
2009-09-16Clean up Fallon's partially complete GSoC project.Mike Perry
2009-09-15Read "circwindow=x" from the consensus and use itRoger Dingledine
2009-08-19Write all statistics to disk exactly every 24 hours.Karsten Loesing
2009-08-17Remove ./configure option for cell statistics.Karsten Loesing
2009-07-05If configured, write cell statistics to disk periodically.Karsten Loesing
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Do not cannibalize a circuit that has run out of RELAY_EARLY cells. Partial ...Nick Mathewson
2008-12-18Document the purpose argument of circuit_find_to_cannibalizeNick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-17Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson
2008-11-09we missed a case when printing circuit purposes in circ events.Roger Dingledine
2008-11-01Fix an assertion failure on double-marked circuits, and a double-mark.Nick Mathewson
2008-09-29Include circuit purposes in circuit events. Now all circuit events are exten...Nick Mathewson
2008-09-24Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...Nick Mathewson
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-08-04Make check-spaces happy.Karsten Loesing
2008-07-30 r17436@tombo: nickm | 2008-07-30 09:03:19 -0400Nick Mathewson
2008-07-23 r17323@aud-055: nickm | 2008-07-23 17:58:25 +0200Nick Mathewson
2008-07-23 r17322@aud-055: nickm | 2008-07-23 16:50:50 +0200Nick Mathewson