aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
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
2012-12-09Change from first hop accounting to 2nd hop accountingMike Perry
2012-12-09Flag cannibalized circs as used (non-ideal).Mike Perry
2012-12-08Allow any valid 'end' cell to mean a circuit was used successfully.Mike Perry
2012-12-08Sadly, we can't safely count client intro circ successMike Perry
2012-12-08Fix some hidden service edge cases.Mike Perry
2012-12-07Refactor path use bias code into own function.Mike Perry
2012-12-07Fix another crash bug.Mike Perry
2012-12-07Remove n_chan codepaths for determinining guard.Mike Perry
2012-12-07Fix a crash due to NULL circ->n_chan.Mike Perry
2012-12-07Prop 209: Add path bias counts for timeouts and other mechanisms.Mike Perry
2012-12-07Be explicit about units for timeout.Mike Perry
2012-12-07Fix an assert crash and an incorrectly placed return.Mike Perry
2012-12-07Update with code review changes from Nick.Mike Perry
2012-12-07Fix spaces.Mike Perry
2012-12-07Refactor pathbias functions to use pathbias_should_count.Mike Perry
2012-12-07Update Path Bias log messages to match Proposal 209.Mike Perry
2012-12-07Add log message checks for different rates.Mike Perry
2012-12-07Update pathbias parameters to match Proposal 209.Mike Perry
2012-12-07Add the ability to count circuit timeouts for guards.Mike Perry