aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2013-02-01Merge remote-tracking branch 'public/feature7706'Nick Mathewson
2013-02-01Merge remote-tracking branch 'public/bug7708_023_v3_squashed'Nick Mathewson
2013-02-01Clarify documentation of connection_finished_flushingNick Mathewson
2013-02-01Fix serious breakage in connection_handle_write_implNick Mathewson
2013-02-01Fix a couple of warnings on the 8081 branch.Nick Mathewson
2013-02-01Add EntryGuardPathUseBias to state file keyword list.Mike Perry
2013-02-01Increment an informational counter for use failed state.Mike Perry
2013-02-01Rename and relocate the bw weight scale param getter.Mike Perry
2013-02-01Fix a log typo found by sysrqb.Mike Perry
2013-02-01Bounds-check path bias rate parameters.Mike Perry
2013-02-01Refactor code that rolls back the use stateMike Perry
2013-02-01Refactor and rename pathbias rate evaluation.Mike Perry
2013-02-01Refactor the scaling parameter fetching into a single function.Mike Perry
2013-02-01Mark entry guard state dirty everwhere the pathbias code touches it.Mike Perry
2013-02-01Add a tristate to guard against unexpected circ purpose transitionsMike Perry
2013-02-01Clarify state transition and related pathbias commentsMike Perry
2013-02-01Merge branch 'rename_log_7599'Nick Mathewson
2013-02-01Help us track bug 8093:Roger Dingledine
2013-02-01fix wide lines from tor_log renameNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-30Use %d, not %02d, for decimal percentagesNick Mathewson
2013-01-30Rename all of the macros in tor_queue.h to start with TOR_Nick Mathewson
2013-01-30Merge branch 'bug5956_squashed'Nick Mathewson
2013-01-30Parameterize FRAC_USABLE_NEEDED for fraction of circuitsNick Mathewson
2013-01-30Compute whether we're ready to build circuits based on fraction of pathsNick Mathewson
2013-01-30Add an optional out-arg to count_usable_descriptorsNick Mathewson
2013-01-30Add a function to compute fraction of nodes (by weighted bw) with descriptorsNick 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-22Bug 8024: Check for null/closed channel before probing.Mike Perry
2013-01-20squash! Remove a source of error during path bias scalingMike Perry
2013-01-20squash! Implement Path use bias accounting.Mike Perry
2013-01-20Prevent early close of path bias testing circuits.Mike Perry
2013-01-20squash! Remove a source of error during path bias scalingMike Perry
2013-01-19Merge remote-tracking branch 'karsten/bug5823'Nick Mathewson
2013-01-18Remove a source of error during path bias scalingMike Perry
2013-01-18Don't immediately count cannibalized circs as used.Mike Perry
2013-01-18Roll back the path_state for circs if we detatch a stream.Mike Perry
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-18Split smartlist_choose_node_by_bandwidth_weightsNick Mathewson
2013-01-17When excluding nodes by country, exclude {??} and {A1} tooNick Mathewson
2013-01-17Replace base-{16,32,64} with base{16,32,64} in the codeNick Mathewson
2013-01-17Add ntor-related modules to the Makefiles.nmakeNick Mathewson
2013-01-17Fix an MSVC warning in onion.h prototypesNick Mathewson
2013-01-17Add a missing part of bug 7311's makefile.nmake tweaksNick Mathewson
2013-01-17Merge remote-tracking branch 'public/bug6302'Nick Mathewson
2013-01-17Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing
2013-01-16Implement proposal 204: ignore subdomains in hidden service addressesJérémy Bobbio
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16Fix an instance of snprintf; don't use _snprintf directlyNick Mathewson