summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2013-02-12Restore the entry/dirguard distinction.Nick Mathewson
2013-02-02generalize choose_random_entry()'s dirinfo parameterRoger Dingledine
2013-02-02use microdescriptors if *any* of our bridges can handle themRoger Dingledine
2013-02-01Fix a couple of warnings on the 8081 branch.Nick Mathewson
2013-02-01Increment an informational counter for use failed state.Mike Perry
2013-02-01Fix a log typo found by sysrqb.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-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-20squash! Remove a source of error during path bias scalingMike Perry
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-18Implement Path use bias accounting.Mike Perry
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-15Clean up odds and endsRoger Dingledine
2013-01-15Better log message to diagnose #7959Nick Mathewson
2013-01-08Bug 7691 review fixes.Mike Perry
2013-01-08Bug 7691: Send a probe cell down certain types of circs.Mike Perry
2013-01-08Fix bug 7341.Mike Perry
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Complete all DOCDOC entries from the ntor branchNick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2013-01-03Don't check create cells too much when we're relaying themNick Mathewson
2013-01-03Use created_cell_format where appropriateNick Mathewson
2013-01-03Use new wrappers for making,sending,processing create/extend cellsNick Mathewson
2013-01-03Teach cpuworker and others about create_cell_t and friendsNick Mathewson
2013-01-03Rename handshake_digest to rend_circ_nonceNick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2013-01-03Refactor the CREATE_FAST handshake code to match the others.Nick Mathewson
2013-01-02Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson
2012-12-25Fix whitespaceNick Mathewson
2012-12-18Nick's Code review #3 part 2.Mike Perry
2012-12-18Changes from Nick's code review 'part 1'Mike Perry
2012-12-11Tags on relay cells can result in certain reason codes.Mike Perry
2012-12-11Woops, this log message triggers with the 2-hop bias commit.Mike Perry
2012-12-10Add a missing comment.Mike Perry
2012-12-10More log message and space fixups.Mike Perry
2012-12-09Clean up some XXX comments.Mike Perry
2012-12-09Space fixes.Mike Perry
2012-12-09Fix a rather serious use-count state bug.Mike Perry
2012-12-09Convert to doubles for all pathbias state.Mike Perry
2012-12-09Also shorten circuit_successes to circ_successes.Mike Perry
2012-12-09Rename first_hop to circ_attempt.Mike Perry