aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
Commit message (Expand)AuthorAge
* 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
* | Implement queue with O(1) operations, and correct some math.Karsten Loesing2009-08-17
* | Reduce cell statistics accuracy from 1 ms to 10 ms.Karsten Loesing2009-08-17
* | Remove ./configure option for cell statistics.Karsten Loesing2009-08-17
* | Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-10
|\|
| * Send sendmes when we're down 100 cells, not 101.Roger Dingledine2009-08-10
* | Merge branch 'maint-0.2.1' into masterRoger Dingledine2009-07-28
|\|
| * three hacks to workaround bug 1038Roger Dingledine2009-07-27
* | Fix dirreq and cell stats on 32-bit architectures.Karsten Loesing2009-07-27
* | 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
* | fix comments and other typosRoger Dingledine2009-07-13
* | If configured, write cell statistics to disk periodically.Karsten Loesing2009-07-05
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-16
|\|
| * Revise earlier check for correct IPv4 addr length to check for ==4.Nick Mathewson2009-06-16
| * Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine2009-06-12
* | Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine2009-06-12
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-28
|\|
| * Two more spelling fix fixes.Nick Mathewson2009-05-28
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Update copyright to 2009.Karsten Loesing2009-05-02
* | Documentation fix.Karsten Loesing2009-05-02
|/
* when we get an unrecognized relay streamid, log itRoger Dingledine2009-03-11
* Patch from lark: drop BEGIN cells from a rendevous circuit if they do not ori...Nick Mathewson2009-02-21
* apply a variant of rovv's bug 872 patch, and document that we want a better s...Nick Mathewson2009-01-05
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Debug code for task 878.Karsten Loesing2008-12-30
* Do not not cannibalize a circuit that has run out of RELAY_EARLY cells. Part...Nick Mathewson2008-12-29
* Document most undocumented variables.Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22