aboutsummaryrefslogtreecommitdiff
path: root/src/feature/stats/include.am
AgeCommit message (Collapse)Author
2020-07-31Extract bw_array_t and related constants into a header.Nick Mathewson
This will be used for testing. Partially reproduces work by MrSquanchee in #33812.
2020-07-10Split bidi connection-stats code into a new C file.Nick Mathewson
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
These are logically independent from the rest of rephist, and make more sense in isolation. The next patch will rename them too.
2020-01-13Split core/include.am into per-subdirectory include.am filesNick Mathewson
Closes ticket 32137.