summaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
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
2009-07-15Some tweaks to directory request download times.Karsten Loesing
2009-07-15Directories now also measure download times of network statuses.Karsten Loesing
2009-07-13fix comments and other typosRoger Dingledine
2009-07-05If configured, write cell statistics to disk periodically.Karsten Loesing
2009-06-16Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-16Revise earlier check for correct IPv4 addr length to check for ==4.Nick Mathewson
2009-06-12Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine
2009-06-12Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine
2009-05-28Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-28Two more spelling fix fixes.Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-05-02Documentation fix.Karsten Loesing
2009-03-11when we get an unrecognized relay streamid, log itRoger Dingledine
2009-02-21Patch from lark: drop BEGIN cells from a rendevous circuit if they do not ori...Nick Mathewson
2009-01-05apply a variant of rovv's bug 872 patch, and document that we want a better s...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-30Debug code for task 878.Karsten Loesing
2008-12-29Do not not cannibalize a circuit that has run out of RELAY_EARLY cells. Part...Nick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson