aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitstats.c
AgeCommit message (Expand)Author
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract crypt_path_t and relay_crypto_t into their own headersNick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-06-02Merge branch 'maint-0.3.3'Nick Mathewson
2018-06-02Bug 26121: Improve BUILDTIMEOUT_SET accuracy.Mike Perry
2018-05-07Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-07Merge remote-tracking branch 'mikeperry/bug25733_029' into maint-0.3.3Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-27config: Make circuit_build_times_disabled() use authdir_mode()David Goulet
2018-04-26Bug 25733: Avoid assert failure if all circuits time out.Mike Perry
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-08Merge remote-tracking branch 'mikeperry/bug23114_squashed2'Nick Mathewson
2017-12-07Report close and timeout rates since uptime, not based on data.Mike Perry
2017-12-07Bug #23114: Time out circuits immediately.Mike Perry
2017-12-07Bug #23100: Count all 3 hop circuits for CBT.Mike Perry
2017-11-15Tweak the message when we re-enable CBT.Nick Mathewson
2017-09-26Correct two state-file variable types.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-28Don't use "0" as a "base" argument to tor_parse_*().Nick Mathewson
2017-05-18Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-18Merge branch 'bug22252_029' into maint-0.3.0Nick Mathewson
2017-05-16Fix crash when starting with LearnCircuitBuildTimeout 0.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-18circuit: Make circuit_build_times_disabled take an or_options_tDavid Goulet
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-09-13Refactor Single Onion code to improve consistencyteor
2016-09-13Use CircuitBuildTimeout whenever circuit_build_times_disabled is trueteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-05-17Implement EVENT_NETWORK_LIVENESSAndrea Shepard
2015-02-06Add unit test for #13290Sebastian Hahn
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-29Avoid division by zero in circuitstats paretoteor
2014-09-16Add script to detect and remove unCish malloc-then-cast patternNick Mathewson
2014-08-21Explicitly cast when dividing ints then implicitly casting to double.Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-04-08Check for new IP addr after circuit liveliness returnsMatthew Finkel
2014-03-24quiet the debug message in circuit_build_times_disabled()Roger Dingledine
2013-08-25Cleanup whitespacesNick Mathewson
2013-08-22Hide the contents of the circuit_build_times structure.Nick Mathewson
2013-08-22Documentation for new cbt accessorsNick 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