aboutsummaryrefslogtreecommitdiff
path: root/src/app/main/main.c
AgeCommit message (Expand)Author
2019-06-05Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.4.0Nick Mathewson
2019-05-14Make --list-modules imply --hushNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-02Initialize circuit padding machines and global state.Mike Perry
2018-12-20Remove Process initializer/shutdown function from main.c.Alexander Færøy
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Call run_tor_main_loop() in ntmain.c, rather than do_main_loop().Nick Mathewson
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Add new Process subsystem.Alexander Færøy
2018-12-05Merge remote-tracking branch 'tor-github/pr/508'Nick Mathewson
2018-11-15Make the NET_PARTICIPANT role dependent on user activityNick Mathewson
2018-11-14Add an include to main.cNick Mathewson
2018-11-14Remove dependency on lib/net from lib/sandbox.Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-09Merge branch 'subsystems'Nick Mathewson
2018-11-07Memoize summarize_protover_flags()Nick Mathewson
2018-11-05Make tortls use the subsystems interfaceNick Mathewson
2018-11-05Turn "compress" into a subsystem.Nick Mathewson
2018-11-05Move monotonic time setup into a subsystemNick Mathewson
2018-11-05Add crypto module as a subsystem.Nick Mathewson
2018-11-05Move networking startup/cleanup logic into a subsystem.Nick Mathewson
2018-11-05Turn the wallclock module into a subsystem.Nick Mathewson
2018-11-05Turn the logging code into a subsystemNick Mathewson
2018-11-05Add a subsystem for our threading supportNick Mathewson
2018-11-05Make the windows process parameter initialization a subsystemNick Mathewson
2018-11-05Make initialization for the "err" library into a subsystem.Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-11-05Code to manage the list of subsystems.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