aboutsummaryrefslogtreecommitdiff
path: root/src/feature/stats
AgeCommit message (Expand)Author
2021-05-11Make client heartbeat stats tied to the heartbeat period.Nick Mathewson
2021-04-13relay: Move "overload-general" from extra-info to server descriptor.Alexander Færøy
2021-03-18Terminate rep_hist_get_overload_stats_lines() with an NL.tor-0.4.6.1-alphaNick Mathewson
2021-03-17Fix compiler warning about signed/unsigned conversion.George Kadianakis
2021-03-17Merge branch 'mr/334'George Kadianakis
2021-03-17Rate-limit counter should increase once per minute.George Kadianakis
2021-03-17Implement backbone of overload statistics.George Kadianakis
2021-03-12Run "make autostyle" in advance of new series.Nick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-23Merge remote-tracking branch 'origin/master'Nick Mathewson
2021-02-22dos: New client connect rate detectionDavid Goulet
2021-02-22relay: Remove dirport reachability self testDavid Goulet
2021-02-19hs: Remove v2 statsDavid Goulet
2020-11-23Revert HSv3 stats string formatting to its old %u self.George Kadianakis
2020-11-17Merge branch 'tor-gitlab/mr/182' into masterDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-11-03Add more docs about the HSv3 stat collection period.George Kadianakis
2020-11-03Improve string formatting in rep_hist_format_hs_stats().George Kadianakis
2020-11-03Switch v3_onions_seen_this_period to digest256map_t.George Kadianakis
2020-11-03Abstract v2/v3 "format stats to str" logic into a single function.George Kadianakis
2020-11-03Abstract v2/v3 "write stats to file" logic into a single function.George Kadianakis
2020-11-03Write unittests for v3 metrics.George Kadianakis
2020-11-03Introduce v3 stat formatting functions.George Kadianakis
2020-11-03Introduce generic HS stats methods that apply to v2 and v3.George Kadianakis
2020-11-03Implement support for "v3 rend traffic" stat.George Kadianakis
2020-11-03Implement support for "unique v3 onions" stat.George Kadianakis
2020-11-03Introduce v3_stats_t structure and some of its methods.George Kadianakis
2020-11-02Make room for v3: Complete move from hs_stats_t to hs_v2_stats_t.George Kadianakis
2020-11-02Make room for v3: s/hs_stats/hs_v2_stats/George Kadianakis
2020-11-02Make room for v3: Rename rephist objects to signify they are v2-only.George Kadianakis
2020-07-31Added tests for bandwidth functionsMrSquanchee
2020-07-31Extract bw_array_t and related constants into a header.Nick Mathewson
2020-07-14conn: Fix doxygen comment in connstats.cDavid Goulet
2020-07-10connstats: use correct formatter for uint32_t.Nick Mathewson
2020-07-10Collect IPv6 bidi connection statisticsNick Mathewson
2020-07-10connstats: extract functions for summarizing a connection's statusNick Mathewson
2020-07-10connstats: extract connection type counts into a structure.Nick Mathewson
2020-07-10connstats: add and clarify some documentation.Nick Mathewson
2020-07-10Change connstats.c identifers to start with conn_statsNick Mathewson
2020-07-10Split bidi connection-stats code into a new C file.Nick Mathewson
2020-07-10Record IPv6 bandwidth history as appropriate.Nick Mathewson
2020-07-10Add IPv6 read and write history to bwhist, state, and extrainfo.Nick Mathewson
2020-07-10Refactor bwhist_get_bandwidth_lines()Nick Mathewson
2020-07-10Rename private bandwidth-history identifiers to start with "bwhist".Nick Mathewson
2020-07-10Rename public bandwidth-history identifiers to start with "bwhist".Nick Mathewson
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
2020-07-01Merge branch 'tor-github/pr/1907'David Goulet
2020-07-01control: Add a key to GETINFO to fetch the circuit onion handshake rephist va...Neel Chauhan
2020-06-24Rename router_should_skip_orport_reachability_check.Nick Mathewson
2020-06-24Replace router_should_skip_*() identifiers.Nick Mathewson