summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2010-04-23Merge branch 'maint-0.2.1'Roger Dingledine
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-04-23close idle dir-fetch circs earlyRoger Dingledine
2010-04-21finally get rid of "clique mode"Roger Dingledine
2010-04-21stop authority reachability check on startupRoger Dingledine
2010-04-21immediate reachability check for new relaysRoger Dingledine
2010-04-20fetch unknown descriptors if we see them in a voteRoger Dingledine
2010-04-19Move the declaration of bandwidth_rate_rule_to_stringNick Mathewson
2010-04-12Log bandwidth_weight_rule_t as a string, not an integer.Nick Mathewson
2010-03-10let people test the RefuseUnknownExits ideaRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-02-22Implement bw weighting selection algorithm.Mike Perry
2010-02-22Add parsing+verification for bw weight values.Mike Perry
2010-02-22Perform calculation of consensus bandwidth weights.Mike Perry
2010-02-18Move CBT params into consensus.Mike Perry
2010-02-18Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry
2010-01-26Fix a memory corruption bug while collecting bridge statsKarsten Loesing
2009-12-29add config options to override.Roger Dingledine
2009-12-29add separate per-conn write limitingRoger Dingledine
2009-12-25Remove some old, commented out codeSebastian Hahn
2009-12-21fix compileRoger Dingledine
2009-12-21Be more willing to use an unsuitable circuit for exit.Roger Dingledine
2009-12-21Make EntryNodes config option much more aggressive.Roger Dingledine
2009-12-21Switch to a StrictNodes config option.Roger Dingledine
2009-12-19fix some typosRoger Dingledine
2009-12-18Merge branch 'ewma'Nick Mathewson
2009-12-18Merge commit 'karsten/fix-bridge-stats-master-4'Nick Mathewson
2009-12-17Fix bridge statistics.Karsten Loesing
2009-12-17Remove v0 hidden service statistics code.Karsten Loesing
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-15Stop using lround in or.h, and check for bad values of RECENT_CIRCUITSNick Mathewson
2009-12-15Merge branch 'mathlog'Nick Mathewson
2009-12-15Refactor a bit so that it is safe to include math.h, and mostly not needed.Nick Mathewson
2009-12-15Change interface for configuring cell ewma algorithm.Nick Mathewson
2009-12-15Fix various comment typos in ewma patch; found by arma.Nick Mathewson
2009-12-13Optimize cell-ewma circuit priority algorithm.Nick Mathewson
2009-12-13New controller command "getinfo config-text"Roger Dingledine
2009-12-12Favor quiet circuits when choosing which order to relay cells in.Can Tang
2009-12-12Cache the parsed value of SafeLogging as an enum.Nick Mathewson
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-11-21New config option "CircuitStreamTimeout"Roger Dingledine
2009-10-27Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum
2009-10-27Fix bug 1113.Karsten Loesing
2009-10-19Fix compile with warnings problems on Snow LeopardSebastian Hahn
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-18Document the microdescriptor code better.Nick Mathewson