summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
AgeCommit message (Expand)Author
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Merge remote-tracking branch 'asn/bug7896'Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-09Mention name of the transport used when we learn the fpr of a bridge.George Kadianakis
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick 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-25Directory guard implementation.Nick Mathewson
2012-12-25Remember which of our guards are directory cachesNick 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-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-07Prop 209: Add path bias counts for timeouts and other mechanisms.Mike Perry
2012-12-07Update with code review changes from Nick.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
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry
2012-10-22Fix more madness from the split_circuitbuild mergeNick Mathewson
2012-10-15Split code for entry guards and bridges into a new module.Nick Mathewson