aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2015-06-25Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6Nick Mathewson
2015-06-25Avoid crashing on busy/NEWNYM+hidden service clientsNick Mathewson
2015-02-19Check ENABLE_TOR2WEB_MODE before any tor2webmode codeNick Mathewson
2015-02-18Patch from cypherpunks to try to diagnose 8387.Nick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Missing semicolon; my badNick Mathewson
2014-12-30Avoid building exit circuits from a consensus with no exitsteor
2014-12-19Merge remote-tracking branch 'dgoulet/bug13936_025_v2'Nick Mathewson
2014-12-17Fix: call circuit_has_opened() for rendezvous circuitDavid Goulet
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-11-07Wrong format in log statementDavid Goulet
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-21clients use optimistic data when reaching hidden servicesRoger Dingledine
2014-09-21Use optimistic data even if we don't know exitnode->rsRoger Dingledine
2014-09-21get rid of routerstatus->version_supports_optimistic_dataRoger Dingledine
2014-09-15Block circuit canibalization when Tor2webRendezvousPoints is active.George Kadianakis
2014-08-15Hand-fix a few global_circuit_list casesNick Mathewson
2014-08-15Autoconvert most circuit-list iterations to smartlist iterationsNick Mathewson
2014-07-16Add another 8387 diagnosticNick Mathewson
2014-07-16Merge remote-tracking branch 'public/bug8387_024' into maint-0.2.5Nick Mathewson
2014-07-09Fix a bug where streams would linger forever when we had no dirinfoNick Mathewson
2014-06-11whitespaces fixesNick Mathewson
2014-06-10Improved diagnostic log for bug 8387.Nick Mathewson
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-05-07Better log message for 8387 diagnosticNick Mathewson
2014-04-29Log info on ancient one-hop circuits in heartbeatNick Mathewson
2014-04-18scan-build: when logging a path length, check build_state.Nick Mathewson
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