aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitstats.c
AgeCommit message (Expand)Author
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
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-03-27Clarify liveness log message and lower it to notice.Mike Perry
2013-03-20Merge remote-tracking branch 'public/bug6304_v3' into maint-0.2.4Nick Mathewson
2013-02-01Rename and relocate the bw weight scale param getter.Mike Perry
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson