summaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)Author
2020-01-06Initialize publish/subscribe code when running as an NT service.Nick Mathewson
2019-10-22Merge remote-tracking branch 'tor-github/pr/1346' into maint-0.4.1Nick Mathewson
2019-09-26lock: Avoid some undefined behaviour when freeing mutexes.teor
2019-08-30Merge remote-tracking branch 'tor-github/pr/1114' into maint-0.3.5teor
2019-08-19Merge branch 'maint-0.2.9' into maint-0.3.5Nick Mathewson
2019-08-19Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-08-19Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-08-12Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1066' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1065' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.3.5teor
2019-07-01Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-07-01Merge branch 'maint-0.2.9' into maint-0.3.5Nick Mathewson
2019-07-01Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-06-26Merge branch 'tor-github/pr/1114' into maint-0.4.1George Kadianakis
2019-06-15Fix memleak when failing to parse a CSV_INTERVAL.Nick Mathewson
2019-06-11Merge branch 'tor-github/pr/1065' into maint-0.4.1George Kadianakis
2019-06-05Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.4.0Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-31Merge branch 'bug29875_035' into bug29875_masterNick Mathewson
2019-05-31Consider dir info to have changed when the bridges changeNick Mathewson
2019-05-31Fix a logic error in deciding whether to accept SessionGroup=Nick Mathewson
2019-05-29Shutdown libevent _after_ the subsystems.Nick Mathewson
2019-05-16Introduce circpad free_all() function.George Kadianakis
2019-05-15Merge branch 'tor-github/pr/1002'George Kadianakis
2019-05-14Merge branch 'ticket30452_035_v3' into ticket30452_041_v3Nick Mathewson
2019-05-14Make --list-modules imply --hushNick Mathewson
2019-05-14Merge branch 'ticket30452_035_v3' into ticket30452_041_v3Nick Mathewson
2019-05-14Add a --list-modules commandNick Mathewson
2019-05-13Merge branch 'bug28683_30173_29203_squashed'Nick Mathewson
2019-05-13Bug 29203: Provide ReducedCircuitPadding torrc and consensus paramsMike Perry
2019-05-13Bug 28693: Provide Torrc option to disable circuit padding.Mike Perry
2019-05-06Move "relay" and "router" periodic callbacks out of mainloop.cNick Mathewson
2019-05-06Create a relay subsystem and move the shutdown functions thereNick Mathewson
2019-05-02Remove some now-needless dirauth includesNick Mathewson
2019-05-02Make keypin.c dirauth-onlyNick Mathewson
2019-05-02Make the bwauth.c module dirauth-only.Nick Mathewson
2019-04-30Make the guardfraction.c module dirauth-only.Nick Mathewson
2019-04-30Make the process_descs.c module dirauth-only.Nick Mathewson
2019-04-30Move dirauth periodic events into dirauth module.Nick Mathewson
2019-04-30Turn 'mainloop' into a subsystem.Nick Mathewson
2019-04-19Merge remote-tracking branch 'tor-github/pr/726' into maint-0.3.5teor
2019-04-05Merge branch 'maint-0.4.0'George Kadianakis
2019-04-04Implement an DormantCanceledByStartup optionNick 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-25Code to manage publish/subscribe setup via subsystem interface.Nick Mathewson
2019-03-25Split command-handling and authentication from control.cNick Mathewson