aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* scan-build: when logging a path length, check build_state.Nick Mathewson2014-04-18
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-04-15
|\
| * Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2014-04-15
| |\
| | * Don't send uninitialized stack to the controller and say it's a date.Nick Mathewson2014-04-14
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-12-21
|\| |
| * | Fix a logic error in circuit_stream_is_being_handled.Nick Mathewson2013-12-21
* | | Merge branch 'prop221_squashed_024'Nick Mathewson2013-11-01
|\ \ \
| * | | circuit_build_failed: distinguish "got DESTROY" caseNick Mathewson2013-11-01
| |/ /
* | | Add missing includes for circpathbias.hNick Mathewson2013-10-31
* | | fix two cases where we were printing unsigned int as %dRoger Dingledine2013-09-29
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-09-04
|\| |
| * | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-09-04
| |\|
| | * use !cbt_disabled in place of LearnCBT to avoid needless circsNick Mathewson2013-09-04
* | | Separate mutable/const accessors for circuit_build_timesNick Mathewson2013-08-22
* | | Rename get_circuit_nbuild_* to end with _msNick Mathewson2013-08-22
* | | Make circ_times static and add accessor functions.vagrant2013-08-22
* | | Rename circuit_get_global_list to remove trailing _Nick Mathewson2013-08-15
* | | Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski2013-06-20
* | | Don't access global_circuitlist variable directly. Use a getter instead.Marek Majkowski2013-06-20
|/ /
* | 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