aboutsummaryrefslogtreecommitdiff
path: root/src/feature/stats
AgeCommit message (Expand)Author
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
2020-05-07Replace several C identifiers.teor
2020-04-30relay: Clarify reachability status check functionsteor
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-02-10stats: Fix a function comment typo in rephist.cteor
2020-01-13Split core/include.am into per-subdirectory include.am filesNick Mathewson
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09Include ht.h in all headers that use HT_ENTRY()Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-04practracker: Add missing .may_include filesteor
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-04directory-level documentation for feature/*Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-16Doxygen: Fix mismatched filenames.Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-14Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-14Rework rep_hist_log_link_protocol_counts()rl1987
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-10-01Fix a bug where we would crash on --version.Nick Mathewson
2018-09-27Detect an unlikely integer overflow.Nick Mathewson
2018-09-27Mark a variable static.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-27Remove excess dependencies from geoip.cNick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-27Move the n_v3_ns_requests field out of geoip_country_tNick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson