aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2013-02-07Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson
2013-02-01Clarify state transition and related pathbias commentsMike Perry
2013-01-20Prevent early close of path bias testing circuits.Mike Perry
2013-01-18Don't immediately count cannibalized circs as used.Mike Perry
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Aftermath of isin->contains renamingNick Mathewson
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-08Bug 7341 code 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-03Enable the ntor handshake on the client side.Nick Mathewson
2012-12-26Use log_fn_ratelim in a few places.Nick Mathewson
2012-12-26Rate-limit "No circuits are opened" message to once-per-hourNick Mathewson
2012-12-25Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson
2012-12-25Directory guard implementation.Nick Mathewson
2012-12-09Clean up some XXX comments.Mike Perry
2012-12-09Space fixes.Mike Perry
2012-12-09Add intro+rend cannibalize param..Mike Perry
2012-12-09Flag cannibalized circs as used (non-ideal).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-07Add the ability to count circuit timeouts for guards.Mike Perry
2012-12-07Fix infinite loop in circuit_expire_buldingNick Mathewson
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry
2012-11-14Move address map into its own file.Nick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-09Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard
2012-10-08Use channel_t rather than or_connection_t for circuitsAndrea Shepard
2012-10-03actually use the rate-limiting stringRoger Dingledine
2012-09-06Rename extend_info_alloc() --> _new()Nick Mathewson
2012-09-01Make begindir_cutoff the same as general_cutoffRoger Dingledine
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-13Don't poll to see if we need to build circuits for timeout data if LearnCircu...Andrea Shepard
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-31Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-31Make all begindir or one-hop circuits internalNick Mathewson
2012-01-12Don't crash when HS circs which have not yet found an OR conn time outRobert Ransom
2012-01-11Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson
2012-01-11Add clarity/typesafety wrappers for control_event_circuit_status_minorNick Mathewson
2012-01-11Rename CIRC2 to CIRC_MINORNick Mathewson
2011-12-27Add an option to close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Don't close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom
2011-12-27Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom
2011-12-09Refactor stream attachment in circuit_has_openedRobert Ransom
2011-12-05Add comment about bug4651 fixNick Mathewson