aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
Commit message (Expand)AuthorAge
* Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson2010-09-14
* Make circuit_resume_edge_reading_helper treat streams more fairly.Nick Mathewson2010-09-13
* Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson2010-09-13
* Fix function declaration linebreaks at start of relay.cNick Mathewson2010-09-13
* be more consistent in using streamid_tNick Mathewson2010-09-08
* Fix a missing stream_id argument; found by "tracktor"Nick Mathewson2010-09-03
* Fix behavior of adding a cell to a blocked queue.Nick Mathewson2010-09-02
* Detect if we try to put a cell onto a supposedly blocked cell queue.Nick Mathewson2010-08-18
* Decide whether to ignore SENDMEs based on streams_blocked, not queue sizeNick Mathewson2010-08-18
* Avoid over-filling cell queues when we receive a SENDMEyetonetime2010-08-18
* 161b2750 didn't really retry the stream. this does.Roger Dingledine2010-08-16
* Merge commit 'sebastian/bug1831'Nick Mathewson2010-08-15
|\
| * Fix misplaced labelsSebastian Hahn2010-08-16
* | Merge commit 'sebastian/misc-reason'Nick Mathewson2010-08-15
|\ \ | |/ |/|
| * Retry streams that ended with NOROUTE errorSebastian Hahn2010-08-04
* | Create routerparse.hSebastian Hahn2010-07-27
* | Create relay.hSebastian Hahn2010-07-27
* | Create reasons.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create networkstatus.hSebastian Hahn2010-07-27
* | Create main.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 circuitlist.hSebastian Hahn2010-07-27
* | Create circuitbuild.hSebastian Hahn2010-07-27
* | Create buffers.hSebastian Hahn2010-07-27
* | Create rendcommon.hSebastian Hahn2010-07-27
* | Create routerlist.hSebastian Hahn2010-07-27
* | Create geoip.hSebastian Hahn2010-07-27
* | Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsecNick Mathewson2010-04-13
* | Fix a bug in reading CircPriorityHalflife from consensusNick Mathewson2010-04-12
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Change interface for configuring cell ewma algorithm.Nick Mathewson2009-12-15
* | Merge commit 'sebastian/ewma2' into ewmaNick Mathewson2009-12-15
|\ \
| * | Fix Snow Leopard compile and a codestyle violationSebastian Hahn2009-12-14
* | | Fix various comment typos in ewma patch; found by arma.Nick Mathewson2009-12-15
|/ /
* | Optimize cell-ewma circuit priority algorithm.Nick Mathewson2009-12-13
* | Adjust EWMA patch to conform to whitespace style.Nick Mathewson2009-12-12
* | Favor quiet circuits when choosing which order to relay cells in.Can Tang2009-12-12
* | *_free functions now accept NULLSebastian Hahn2009-12-12
* | add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine2009-11-22
* | clean up the XXX comments around bug 1038Roger Dingledine2009-10-26
* | Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* | Add some fixes after discussion with Nick.Karsten Loesing2009-08-21
* | Clean up proposal 166 and its implementation.Karsten Loesing2009-08-18
* | Use memory pool for insertion times.Karsten Loesing2009-08-17