summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2014-04-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-15Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-14Don't send uninitialized stack to the controller and say it's a date.Nick Mathewson
2013-12-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-21Fix a logic error in circuit_stream_is_being_handled.Nick Mathewson
2013-11-01Merge branch 'prop221_squashed_024'Nick Mathewson
2013-11-01circuit_build_failed: distinguish "got DESTROY" caseNick Mathewson
2013-10-31Add missing includes for circpathbias.hNick Mathewson
2013-09-29fix two cases where we were printing unsigned int as %dRoger Dingledine
2013-09-04Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-04Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-09-04use !cbt_disabled in place of LearnCBT to avoid needless circsNick Mathewson
2013-08-22Separate mutable/const accessors for circuit_build_timesNick Mathewson
2013-08-22Rename get_circuit_nbuild_* to end with _msNick Mathewson
2013-08-22Make circ_times static and add accessor functions.vagrant
2013-08-15Rename circuit_get_global_list to remove trailing _Nick Mathewson
2013-06-20Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski
2013-06-20Don't access global_circuitlist variable directly. Use a getter instead.Marek Majkowski
2013-03-29Don't relax the timeout for already opened 1-hop circuits.Mike Perry
2013-03-29Add detail to log messages related to bug 7799.Mike Perry
2013-03-26Bug 6572: Use timestamp_created for liveness sanity checks.Mike Perry
2013-03-20Fix an EOL@EOF in circuituse.cAndrea Shepard
2013-03-19Merge branch 'bug7582_v2' into maint-0.2.4Nick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug6174' into maint-0.2.4Nick Mathewson
2013-03-11On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-02-19Stop frobbing timestamp_dirty as our sole means to mark circuits unusableNick Mathewson
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