summaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)Author
2019-07-23Merge branch 'tor-github/pr/1116'David Goulet
2019-07-01Merge branch 'maint-0.4.1'Nick Mathewson
2019-07-01Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
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-06-26Merge branch 'tor-github/pr/1114' into maint-0.4.1George Kadianakis
2019-06-24Add a "typed_var" abstraction to implement lvalue access in C.Nick Mathewson
2019-06-24Move unit-parsing code to src/lib/confmgtNick Mathewson
2019-06-24Start moving types that will be used for config vars to lib/confNick Mathewson
2019-06-19Merge branch 'tor-github/pr/1113'David Goulet
2019-06-17Merge remote-tracking branch 'tor-github/pr/1100'Nick Mathewson
2019-06-15Merge branch 'bug30894_035' into ticket30893Nick Mathewson
2019-06-15Add more unit tests for confparse.c, so we can refactor.Nick Mathewson
2019-06-15Fix memleak when failing to parse a CSV_INTERVAL.Nick Mathewson
2019-06-15Remove the PORT configuration type: nothing uses it.Nick Mathewson
2019-06-15Renaming: CONFIG_TYPE_UINT -> CONFIG_TYPE_POSINTNick Mathewson
2019-06-14Merge branch 'bug30806'George Kadianakis
2019-06-14Make evloop into a subsystem.Nick Mathewson
2019-06-11Merge branch 'tor-github/pr/1040'David Goulet
2019-06-11Rework origin circuit tracking to use pubsubTaylor Yu
2019-06-11Rework orconn tracking to use pubsubTaylor Yu
2019-06-11Merge branch 'tor-github/pr/1031'David Goulet
2019-06-11Merge branch 'tor-github/pr/1065' into maint-0.4.1George Kadianakis
2019-06-11Free a string buffer in nt_service_install()Xiaoyin Liu
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-16Prop 301: No longer vote on RecommendedPackagesIain R. Learmonth
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