summaryrefslogtreecommitdiff
path: root/src/app/main
AgeCommit message (Expand)Author
2021-03-28Add long format name --torrc-file for command line option -f. #40324Daniel Pinto
2021-03-12Run "make autostyle" in advance of new series.Nick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-23Merge branch 'maint-0.4.5'David Goulet
2021-02-23Merge branch 'tor-gitlab/mr/326' into maint-0.4.5David Goulet
2021-02-23Remove mallinfo() from codebaseDavid Goulet
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-02-19hs-v2: Remove client supportDavid Goulet
2021-01-27dos: Add DoS subsystem to manager listDavid Goulet
2020-11-17Allow listing ed25519 fingerprints on the command lineNeel Chauhan
2020-11-17Merge branch 'tor-gitlab/mr/182' into masterDavid Goulet
2020-11-03Introduce v3_stats_t structure and some of its methods.George Kadianakis
2020-10-28Log a warning if Tor was built with any "risky" compile-time optionsNick Mathewson
2020-10-27hs: New metrics moduleDavid Goulet
2020-10-27metrics: New feature module to track tor metricsDavid Goulet
2020-10-21main: Off by one when dumping subsystem listDavid Goulet
2020-10-01fix typosRoger Dingledine
2020-07-29Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-29Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4Nick Mathewson
2020-07-29Fix startup crash with seccomp sandbox enabled #40072Daniel Pinto
2020-07-21Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-21Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4Nick Mathewson
2020-07-20Fix seccomp sandbox rules for opening directories #40020Daniel Pinto
2020-07-20Merge remote-tracking branch 'tor-gitlab/mr/59'Nick Mathewson
2020-07-17Add running glibc version to the log. #40047Daniel Pinto
2020-07-16Use connection_describe() for log messages.Nick Mathewson
2020-07-13Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-07-10Merge remote-tracking branch 'tor-gitlab/mr/29'Nick Mathewson
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
2020-07-08trace: Emit a warning if tracing is built inDavid Goulet
2020-07-08trace: Hook lib/trace as a subsystemDavid Goulet
2020-06-25Merge branch 'tor-github/pr/1951'David Goulet
2020-06-25Merge branch 'tor-github/pr/1917'David Goulet
2020-06-25Add an fingerprint-ed25519 file to the data directoryNeel Chauhan
2020-06-25Deprecate the "--dump-config non-builtin" optionNick Mathewson
2020-06-23config: Change Address to be a LINELISTDavid Goulet
2020-05-27Merge branch 'tor-github/pr/1898'George Kadianakis
2020-05-27Add HS v3 status to the SIGUSR1 dumpstats()Neel Chauhan
2020-05-20Add support for console control signals in WindowsDamon Harris
2020-03-26Add --dbg-dump-subsystem-list command to list the subsystems.Nick Mathewson
2020-03-26Implement a function to list the subsystems to stdout.Nick Mathewson
2020-02-24Merge branch 'ticket33316_squashed'Nick Mathewson
2020-02-24Move process subsystem after evloop.Nick Mathewson
2020-02-24Merge ocirc and orconn events into or subsystem.Nick Mathewson
2020-02-24Move winprocess_sys into a new low-level hardening moduleNick Mathewson
2020-02-18Make sure callers can handle NULL ext-or auth cookie filenameNick Mathewson
2020-02-13Re-order thread initialization to follow logging, and remove a comment.Nick Mathewson
2020-02-13Re-order most subsystems to correspond to dependency order.Nick Mathewson
2020-01-17Initialize publish/subscribe code when running as an NT service.Nick Mathewson