aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* don't warn if stats/bridge-stats is missingRoger Dingledine2010-01-15
* don't list windows capabilities in windows unameRoger Dingledine2010-01-15
* don't div by 0 during path selectionRoger Dingledine2010-01-02
* when loading bridge stats, mkdir $datadir/stats firstRoger Dingledine2010-01-02
* add config options to override.Roger Dingledine2009-12-29
* add separate per-conn write limitingRoger Dingledine2009-12-29
* Authorities now support conditional consensusesSebastian Hahn2009-12-25
* Remove some old, commented out codeSebastian Hahn2009-12-25
* Remove online config descriptions.Sebastian Hahn2009-12-25
* Fix a typoSebastian Hahn2009-12-25
* New consensus params "bwconnrate" and "bwconnburst"Roger Dingledine2009-12-23
* make the os x tiger compiler shut upRoger Dingledine2009-12-21
* a changelog and doc fixes for the strictnodes workRoger Dingledine2009-12-21
* fix compileRoger Dingledine2009-12-21
* Use nodes in ExitNodes even if they're not fast/stableRoger Dingledine2009-12-21
* Use nodes in EntryNodes even if they're not fast/stableRoger Dingledine2009-12-21
* instrument entry_is_live to tell why our guard isn't liveRoger Dingledine2009-12-21
* Be more willing to use an unsuitable circuit for exit.Roger Dingledine2009-12-21
* Abandon circs if the user changes Exclude*NodesRoger Dingledine2009-12-21
* comments and cleanups, no actual changesRoger Dingledine2009-12-21
* Make EntryNodes config option much more aggressive.Roger Dingledine2009-12-21
* Switch to a StrictNodes config option.Roger Dingledine2009-12-21
* fix some typosRoger Dingledine2009-12-19
* Merge branch 'ewma'Nick Mathewson2009-12-18
|\
| * 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
| * | Fix comment typos in container.cNick 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
| * Enhance pqueue so we can remove items from the middle.Nick Mathewson2009-12-12
* | Merge commit 'karsten/fix-bridge-stats-master-4'Nick Mathewson2009-12-18
|\ \
| * | Permit an empty "bridge-ips" line when parsing bridge stats.Karsten Loesing2009-12-18
| * | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
| * | Refactor out the 'find string at start of any line' logic.Nick Mathewson2009-12-17
| * | Make changes to latest bridge-stats fixes as suggested by Nick.Karsten Loesing2009-12-17
| * | Fix bridge statistics.Karsten Loesing2009-12-17
* | | Remove v0 hidden service statistics code.Karsten Loesing2009-12-17
|/ /
* | Merge commit 'karsten/fix-cell-stats'Nick Mathewson2009-12-16
|\ \
| * | Minor fix to buffer stats.Karsten Loesing2009-12-03
* | | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \ \
| * | | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
| * | | Cache the parsed value of SafeLogging as an enum.Nick Mathewson2009-12-12
| * | | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12
* | | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-12-15
|\ \ \ \
| * | | | Fix bug 1173: remove an assert(unsigned >= 0).Nick Mathewson2009-12-15
* | | | | Stop using lround in or.h, and check for bad values of RECENT_CIRCUITSNick Mathewson2009-12-15
* | | | | Merge commit 'sebastian/coverity'Nick Mathewson2009-12-15
|\ \ \ \ \