aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Add option to not warn when getting an IP instead of hostnameSebastian Hahn2010-06-07
* Let bridge users use the non-primary address of a multi-homed bridgeRoger Dingledine2010-06-03
* Port Tor to work on Windows CEvalerino2010-05-24
* Merge branch 'maint-0.2.1'Roger Dingledine2010-04-23
|\
| * finally get rid of "clique mode"Roger Dingledine2010-04-23
| * close idle dir-fetch circs earlyRoger Dingledine2010-04-23
* | finally get rid of "clique mode"Roger Dingledine2010-04-21
* | stop authority reachability check on startupRoger Dingledine2010-04-21
* | immediate reachability check for new relaysRoger Dingledine2010-04-21
* | fetch unknown descriptors if we see them in a voteRoger Dingledine2010-04-20
* | Move the declaration of bandwidth_rate_rule_to_stringNick Mathewson2010-04-19
* | Log bandwidth_weight_rule_t as a string, not an integer.Nick Mathewson2010-04-12
* | let people test the RefuseUnknownExits ideaRoger Dingledine2010-03-10
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Properly handle non-terminated stringsSebastian Hahn2010-02-27
| * read the "circwindow" parameter from the consensusRoger Dingledine2009-10-14
| * Code to parse and access network parameters.Nick Mathewson2009-10-14
* | Implement bw weighting selection algorithm.Mike Perry2010-02-22
* | Add parsing+verification for bw weight values.Mike Perry2010-02-22
* | Perform calculation of consensus bandwidth weights.Mike Perry2010-02-22
* | Move CBT params into consensus.Mike Perry2010-02-18
* | Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry2010-02-18
* | Fix a memory corruption bug while collecting bridge statsKarsten Loesing2010-01-26
* | add config options to override.Roger Dingledine2009-12-29
* | add separate per-conn write limitingRoger Dingledine2009-12-29
* | Remove some old, commented out codeSebastian Hahn2009-12-25
* | fix compileRoger Dingledine2009-12-21
* | Be more willing to use an unsuitable circuit for exit.Roger 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
| * | Fix various comment typos in ewma patch; found by arma.Nick Mathewson2009-12-15
| * | Optimize cell-ewma circuit priority algorithm.Nick Mathewson2009-12-13
| * | Favor quiet circuits when choosing which order to relay cells in.Can Tang2009-12-12
* | | Merge commit 'karsten/fix-bridge-stats-master-4'Nick Mathewson2009-12-18
|\ \ \
| * | | Fix bridge statistics.Karsten Loesing2009-12-17
* | | | Remove v0 hidden service statistics code.Karsten Loesing2009-12-17
|/ / /
* | | 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
| |/ /
* | | Stop using lround in or.h, and check for bad values of RECENT_CIRCUITSNick Mathewson2009-12-15
* | | 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
|/ /
* | New config option "CircuitStreamTimeout"Roger Dingledine2009-11-21