aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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
2009-10-18Fix various bugs in microdescriptor caching.Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-10-15Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson
2009-10-15Implement signatures for microdesc consensuses right.Nick Mathewson
2009-10-15Generate all the flavors of consensuses when building consensuses.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-15Add ability to parse one or more m line from a vote.Nick Mathewson
2009-10-15Functions to encode microdescriptors and their lines.Nick Mathewson
2009-10-15Make signature-generation code handle different key and digest lengths.Nick Mathewson
2009-10-14read the "circwindow" parameter from the consensusRoger Dingledine
2009-10-14Code to parse and access network parameters.Nick Mathewson