Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-07-10 | Collect IPv6 bidi connection statistics | Nick Mathewson | |
2020-07-10 | connstats: extract connection type counts into a structure. | Nick Mathewson | |
2020-07-10 | Change connstats.c identifers to start with conn_stats | Nick Mathewson | |
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ rep_hist_conn_stats_init conn_stats_init \ rep_hist_note_or_conn_bytes conn_stats_note_or_conn_bytes \ rep_hist_reset_conn_stats conn_stats_reset \ rep_hist_format_conn_stats conn_stats_format \ rep_hist_conn_stats_write conn_stats_save \ rep_hist_conn_stats_term conn_stats_terminate \ bidi_map_free_all conn_stats_free_all | |||
2020-07-10 | Split bidi connection-stats code into a new C file. | Nick Mathewson | |