summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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
* | start to document commonly used "param" argumentsRoger Dingledine2009-12-19
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Add a changelog entry for the circuit priority logicNick Mathewson2009-12-18
| * | Document CircuitPriorityHalflife on the manpageNick Mathewson2009-12-15
| * | 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
* | | | Move ChangeLog entry to the right place.Karsten Loesing2009-12-17
* | | | Remove v0 hidden service statistics code.Karsten Loesing2009-12-17
|/ / /
* | | Merge commit 'karsten/fix-cell-stats'Nick Mathewson2009-12-16
|\ \ \
| * | | Add ChangeLog entry for last fix.Karsten Loesing2009-12-03
| * | | 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
* | | | | Update translations.txt with new torbutton process.Mike Perry2009-12-15
* | | | | Merge commit 'sebastian/coverity'Nick Mathewson2009-12-15
|\ \ \ \ \
| * | | | | Fix compile warning on Panther.Sebastian Hahn2009-12-14
| * | | | | Remove some dead code found by coverity, cid 404Sebastian Hahn2009-12-14
* | | | | | Merge branch 'mathlog'Nick Mathewson2009-12-15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refactor a bit so that it is safe to include math.h, and mostly not needed.Nick Mathewson2009-12-15
| | |_|_|/ | |/| | |
* | | | | New controller command "getinfo config-text"Roger Dingledine2009-12-13
|/ / / /
* | | | Merge commit 'sebastian/fixes'Nick Mathewson2009-12-12
|\ \ \ \
| * | | | Fix typo in a commentSebastian Hahn2009-12-12
| * | | | List all the excluded files for make check-spacesSebastian Hahn2009-12-12
| | |/ / | |/| |
* | | | Merge commit 'sebastian/coverity'Nick Mathewson2009-12-12
|\ \ \ \
| * | | | Disallow command line keywords with more than two dashes as prefix.Sebastian Hahn2009-10-27