aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* Don't relax the timeout for already opened 1-hop circuits.Mike Perry2013-03-29
* Add detail to log messages related to bug 7799.Mike Perry2013-03-29
* Bug 6572: Use timestamp_created for liveness sanity checks.Mike Perry2013-03-26
* Fix an EOL@EOF in circuituse.cAndrea Shepard2013-03-20
* Merge branch 'bug7582_v2' into maint-0.2.4Nick Mathewson2013-03-19
|\
| * On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson2013-03-11
* | Merge remote-tracking branch 'public/bug6174' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ | |/ |/|
| * Stop frobbing timestamp_dirty as our sole means to mark circuits unusableNick Mathewson2013-02-19
* | Fix 8447: use %u to format circid_t.Nick Mathewson2013-03-10
|/
* 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