aboutsummaryrefslogtreecommitdiff
path: root/src/app/main/main.c
AgeCommit message (Expand)Author
2021-02-23Remove mallinfo() from codebaseDavid Goulet
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 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-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-01-17Initialize publish/subscribe code when running as an NT service.Nick Mathewson
2020-01-17Revert "Restore feature where nt-services detect non-"run_tor" modes."Nick Mathewson
2020-01-15Tell static analyzer that having ntservice functions not exist is okNick Mathewson
2020-01-14Merge branch 'ticket32883'Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Make ntmain.h functions stubs when NT_SERVICE not enabled.Nick Mathewson
2020-01-06Restore feature where nt-services detect non-"run_tor" modes.Nick Mathewson
2019-12-20Code Style: Delete headers that are included twiceteor
2019-11-07Use new configuration architecture for crypto optionsNick Mathewson
2019-10-17Move code to add default log into quiet_level.cNick Mathewson
2019-10-17Replace add_temp_log() with add_default_log().Nick Mathewson
2019-10-17Use an enum for quiet_level.Nick Mathewson
2019-10-17Rename CMD_OTHER to CMD_IMMEDIATENick Mathewson
2019-10-17Move responsibility for setting the "quiet level" into a table.Nick Mathewson
2019-10-17Make the command-line parser understand "commands".Nick Mathewson
2019-10-17Add a return type for the parsed commandline.Nick Mathewson
2019-08-06hs-v3: Add consensus parameters for DoS defensesDavid Goulet
2019-06-14Merge branch 'bug30806'George Kadianakis
2019-06-14Make evloop into a subsystem.Nick Mathewson
2019-06-11Rework origin circuit tracking to use pubsubTaylor Yu
2019-06-11Rework orconn tracking to use pubsubTaylor Yu
2019-05-14Merge branch 'ticket30452_035_v3' into ticket30452_041_v3Nick Mathewson
2019-05-14Make --list-modules imply --hushNick Mathewson
2019-03-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-25practracker: split shutdown code out of main.cNick Mathewson
2019-03-25pubsub: install libevent events separately from the_dispatcher.Nick Mathewson
2019-03-25Connect the mainloop pubsub dispatcher on startup; free it on shutdown.Nick Mathewson
2019-03-25Split command-handling and authentication from control.cNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-02-20Remove all uses of weak_rng.Nick 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