aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2013-04-24Merge remote-tracking branch 'public/bug6026' into maint-0.2.4Nick Mathewson
2013-04-18Merge remote-tracking branch 'public/bug8716_023' into maint-0.2.4Nick Mathewson
2013-04-17Fix memory leak when sending configuration-changed eventNick Mathewson
2013-04-11Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4Nick Mathewson
2013-03-28Make PathsNeededToBuildCircuits option work.Karsten Loesing
2013-03-20Per-SOCKSPort configuration for bug 8117 fix.Nick Mathewson
2013-03-20Set default minimum bandwidth for exit flag to zero for TestingTorNetworkAndrea Shepard
2013-03-20Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAGNick Mathewson
2013-03-20Merge remote-tracking branch 'public/bug6304_v3' into maint-0.2.4Nick Mathewson
2013-03-19Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson
2013-03-19Add support for days of the week to intervalsNick Mathewson
2013-03-19Make the guard lifetime configurable and adjustable via the consensusNick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug6174' into maint-0.2.4Nick Mathewson
2013-03-18Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson
2013-03-18Ignore advertised bandwidths if we have enough measured bandwidths availableAndrea Shepard
2013-03-15Merge remote-tracking branch 'public/bug8180_023_v2' into maint-0.2.4Nick Mathewson
2013-03-15Upgrade the warn for EntryNodes without UseEntryGuards to an errorNick Mathewson
2013-03-13Fix the warning about LearnCircuitBuildTimeout && !CircuitBuildTimeoutNick Mathewson
2013-03-11Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()Nick Mathewson
2013-03-10randomize SSLKeyLifetime by defaultRoger Dingledine
2013-03-10parameterize SSLKeyLifetimeRoger Dingledine
2013-03-10set DisableV2DirectoryInfo_ off by defaultRoger Dingledine
2013-03-10Tweak bug6783 patch.Nick Mathewson
2013-03-10Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requestsNick Mathewson
2013-02-19Rename circuit_expire_all_dirty_circsNick Mathewson
2013-02-15make check-spacesNick Mathewson
2013-02-12get rid of the new caching notion in resolve_my_address()Roger Dingledine
2013-02-11Teach resolve_my_address() to return a cached answerRoger Dingledine
2013-02-11Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson
2013-02-11Fix another memory leakNick Mathewson
2013-02-11Avoid generating extra spaces when explaining how we guessed our addressNick Mathewson
2013-02-11Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine
2013-02-01Merge remote-tracking branch 'public/feature7706'Nick Mathewson
2013-02-01Bounds-check path bias rate parameters.Mike Perry
2013-02-01Refactor the scaling parameter fetching into a single function.Mike Perry
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-30Merge branch 'bug5956_squashed'Nick Mathewson
2013-01-30Parameterize FRAC_USABLE_NEEDED for fraction of circuitsNick Mathewson
2013-01-28Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/torAndrea Shepard
2013-01-24Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-17When excluding nodes by country, exclude {??} and {A1} tooNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelayNick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2013-01-02Avoid spurious local-port warningsNick Mathewson
2012-12-25Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson
2012-12-25Add configuration options for directory guardsNick Mathewson
2012-12-25Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson