summaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2010-08-16161b2750 didn't really retry the stream. this does.Roger Dingledine
2010-08-15Merge commit 'sebastian/bug1831'Nick Mathewson
2010-08-15Merge commit 'sebastian/misc-reason'Nick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-04Retry streams that ended with NOROUTE errorSebastian Hahn
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create main.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 circuitlist.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-04-13Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsecNick Mathewson
2010-04-12Fix a bug in reading CircPriorityHalflife from consensusNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-15Change interface for configuring cell ewma algorithm.Nick Mathewson
2009-12-15Merge commit 'sebastian/ewma2' into ewmaNick Mathewson
2009-12-15Fix various comment typos in ewma patch; found by arma.Nick Mathewson
2009-12-14Fix Snow Leopard compile and a codestyle violationSebastian Hahn
2009-12-13Optimize cell-ewma circuit priority algorithm.Nick Mathewson
2009-12-12Adjust EWMA patch to conform to whitespace style.Nick Mathewson
2009-12-12Favor quiet circuits when choosing which order to relay cells in.Can Tang
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-11-22add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine
2009-10-26clean up the XXX comments around bug 1038Roger Dingledine
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-21Add some fixes after discussion with Nick.Karsten Loesing
2009-08-18Clean up proposal 166 and its implementation.Karsten Loesing
2009-08-17Use memory pool for insertion times.Karsten Loesing
2009-08-17Implement queue with O(1) operations, and correct some math.Karsten Loesing
2009-08-17Reduce cell statistics accuracy from 1 ms to 10 ms.Karsten Loesing
2009-08-17Remove ./configure option for cell statistics.Karsten Loesing
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-08-10Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-10Send sendmes when we're down 100 cells, not 101.Roger Dingledine
2009-07-28Merge branch 'maint-0.2.1' into masterRoger Dingledine
2009-07-27three hacks to workaround bug 1038Roger Dingledine
2009-07-27Fix dirreq and cell stats on 32-bit architectures.Karsten Loesing
2009-07-15Some tweaks to statistics.Karsten Loesing