aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2016-11-09Stop logging single onion and Tor2web long-term one-hop circuitsteor
2016-11-09Call get_options() once at the top of circuit_log_ancient_one_hop_circuits()teor
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-19Merge branch 'bug18809_028_squashed' into maint-0.2.8Nick Mathewson
2016-05-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17Merge remote-tracking branch 'arma/bug18616-v4' into maint-0.2.8Nick Mathewson
2016-05-16touchups and refactorings on bug 18616 branchRoger Dingledine
2016-05-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-11Merge remote-tracking branch 'public/bug18815'Nick Mathewson
2016-05-11refactor the #19003 patchesRoger Dingledine
2016-05-09avoid following through on a consensus fetch if we have one already arrivingRoger Dingledine
2016-05-09Add a comment to have_enough_path_info()teor (Tim Wilson-Brown)
2016-04-19Increase number of preemptive internal circuitsDavid Goulet
2016-04-18Change UseOptimisticData default to 1.Nick Mathewson
2016-03-26Do not treat "DOCDOC" as doxygen.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Return NULL from extend_info_from_node if the node has no allowed addressteor (Tim Wilson-Brown)
2016-01-26Replace "Alice" with "the client" in a hidden service log messageteor (Tim Wilson-Brown)
2016-01-26Replace Alice/Bob with client/service in hidden service commentsteor (Tim Wilson-Brown)
2016-01-26Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-11-17Be more conservative in scanning the list of pending streamsNick Mathewson
2015-11-17Decouple ..attach_circuit() from most of its callers.Nick Mathewson
2015-09-08Add `KeepAliveIsolateSOCKSAuth` as a SOCKSPort option.Yawning Angel
2015-09-01Bug 15482: Don't abandon circuits that are still in use for browsing.Mike Perry
2015-08-17Logs and debug info that I used for finding bug 16844Roger Dingledine
2015-07-14Rename ambiguous introduction point functionsJohn Brooks
2015-06-25Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
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-06-17Extend intro point to a 4th hop on cannibalizationDavid Goulet
2015-06-11Add a log message to try to track down #16013Nick Mathewson
2015-05-20Add "HiddenServiceMaxStreams" as a per-HS tunable.Yawning Angel
2015-04-30Use descriptor ID when purging last hid fetch cacheDavid Goulet
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