aboutsummaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)Author
2018-11-05Move prefork, postfork, and thread-exit hooks into subsysNick 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-12Merge remote-tracking branch 'tor-github/pr/380'Nick Mathewson
2018-10-01Merge remote-tracking branch 'public/bug27893'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-27Fix a memory leak in --dump-configNick 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 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-24Merge branch 'bug26913_033'Nick 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-21Missing include in ntmain.cNick Mathewson
2018-09-21Merge remote-tracking branch 'ahf-github/asn/bugs4700_2'Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-20Split most of dirserv.c into several new modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-15Introduce per-service HiddenServiceExportCircuitID torrc option.George Kadianakis
2018-09-14Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-13Run crypto_prefork() before start_daemon().Nick Mathewson
2018-09-12Merge branch 'pr278_squashed'Nick Mathewson
2018-09-12Always close old listeners in retry_all_listenersrl1987
2018-09-12Merge remote-tracking branch 'tor-github/pr/318'Nick Mathewson
2018-09-08make ipv6-only config complaint clearerRoger Dingledine
2018-09-07Merge remote-tracking branch 'dgoulet/ticket20700_035_03'Nick Mathewson
2018-09-07hs-v3: Load client authorization secret key from fileSuphanat Chunhapanya
2018-09-04Merge branch 'nss_squashed' into nss_mergeNick Mathewson
2018-09-04Merge branch 'tor_api_owning_control'Nick Mathewson
2018-09-03app/config: reject non-UTF-8 ContactInfocypherpunks
2018-08-28Merge branch 'bug26367_035_01'Nick Mathewson
2018-08-28hs: Render obsolete Tor2webDavid Goulet
2018-08-28Merge remote-tracking branch 'tor-github/pr/245'Nick Mathewson
2018-08-23Update the message logged on relays when DirCache is disabledteor
2018-08-23Change the wording of the DirCache warningDominique Ingoglia
2018-08-21When enabling NSS, disable OpenSSL.Nick Mathewson
2018-08-08Call crypto_postfork on start_daemon() instead.Nick Mathewson
2018-08-08When RunAsDaemon is set, crypto_postfork() as neededNick Mathewson