aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson2013-02-07
|\
| * Use log_fn_ratelim in a few places.Nick Mathewson2012-12-26
* | Clarify state transition and related pathbias commentsMike Perry2013-02-01
* | Prevent early close of path bias testing circuits.Mike Perry2013-01-20
* | Don't immediately count cannibalized circs as used.Mike Perry2013-01-18
* | Implement Path use bias accounting.Mike Perry2013-01-18
* | Aftermath of isin->contains renamingNick Mathewson2013-01-16
* | Rename *_isin to *_containsNick Mathewson2013-01-16
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Clean up odds and endsRoger Dingledine2013-01-15
* | Bug 7341 code review fixes.Mike Perry2013-01-08
* | Bug 7691: Send a probe cell down certain types of circs.Mike Perry2013-01-08
* | Fix bug 7341.Mike Perry2013-01-08
* | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ | |/ |/|
| * Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
* | Rate-limit "No circuits are opened" message to once-per-hourNick Mathewson2012-12-26
* | Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson2012-12-25
|\ \
| * | Clean up some XXX comments.Mike Perry2012-12-09
| * | Space fixes.Mike Perry2012-12-09
| * | Add intro+rend cannibalize param..Mike Perry2012-12-09
| * | Flag cannibalized circs as used (non-ideal).Mike Perry2012-12-09
| * | Sadly, we can't safely count client intro circ successMike Perry2012-12-08
| * | Fix some hidden service edge cases.Mike Perry2012-12-08
| * | Add the ability to count circuit timeouts for guards.Mike Perry2012-12-07
* | | Directory guard implementation.Nick Mathewson2012-12-25
|/ /
* | Fix infinite loop in circuit_expire_buldingNick Mathewson2012-12-07
* | Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry2012-12-07
|/
* Move address map into its own file.Nick Mathewson2012-11-14
* Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
* Use channel_t rather than or_connection_t for circuitsAndrea Shepard2012-10-08
* actually use the rate-limiting stringRoger Dingledine2012-10-03
* Rename extend_info_alloc() --> _new()Nick Mathewson2012-09-06
* Make begindir_cutoff the same as general_cutoffRoger Dingledine2012-09-01
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Don't poll to see if we need to build circuits for timeout data if LearnCircu...Andrea Shepard2012-06-13
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-31
|\
| * Make all begindir or one-hop circuits internalNick Mathewson2012-05-31
* | Don't crash when HS circs which have not yet found an OR conn time outRobert Ransom2012-01-12
* | Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ \
| * | Add clarity/typesafety wrappers for control_event_circuit_status_minorNick Mathewson2012-01-11
| * | Rename CIRC2 to CIRC_MINORNick Mathewson2012-01-11
| * | Send CIRC2 event when a circuit is cannibalizedRobert Ransom2011-11-24
| * | Add CIRC2 control-port event, and send it when a circ's purpose changesRobert Ransom2011-11-24
| * | Log whenever a circuit's purpose is changedRobert Ransom2011-11-24
* | | Add an option to close HS service-side rend circs on timeoutRobert Ransom2011-12-27
* | | Don't close HS service-side rend circs on timeoutRobert Ransom2011-12-27
* | | Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom2011-12-27