aboutsummaryrefslogtreecommitdiff
path: root/src/app/main/main.c
AgeCommit message (Expand)Author
2022-01-18main: Update a dead URL in a log noticeDavid Goulet
2021-02-23Remove mallinfo() from codebaseDavid Goulet
2019-05-14Make --list-modules imply --hushNick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-18Call run_tor_main_loop() in ntmain.c, rather than do_main_loop().Nick Mathewson
2018-10-01Remove dump_distinct_digest_count()Nick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-25Rename dirauth/mode.h to dirauth/authmode.hNick Mathewson
2018-09-22Initialize mainloop events earlier, since other stuff may run them.Nick Mathewson
2018-09-21Move systemd_watchdog_timer free into mainloop.cNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson