aboutsummaryrefslogtreecommitdiff
path: root/src/feature
AgeCommit message (Expand)Author
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-03Merge branch 'tor-github/pr/984'David Goulet
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-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Make the reachability.c module dirauth-only.Nick Mathewson
2019-04-30Make the process_descs.c module dirauth-only.Nick Mathewson
2019-04-30Make the recommend_pkg file dirauth-only.Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-30Use safe_mem_is_zero in a few more places.Nick Mathewson
2019-04-30Clean up formatting after CoccinelleTaylor Yu
2019-04-30Run Coccinelle for control.c refactorTaylor Yu
2019-04-30Manually fix some control repliesTaylor Yu
2019-04-30Factor out control reply outputTaylor Yu
2019-04-30Add clarifying comments to control_proto.cTaylor Yu
2019-04-30Split reply formatting out of control_fmt.cTaylor Yu
2019-04-30Correct file name in doxygen commentTaylor Yu
2019-04-30Merge branch 'maint-0.4.0'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/978' into maint-0.4.0George Kadianakis
2019-04-30Merge branch 'tor-github/pr/937'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/936'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/993'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/983'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/980'David Goulet
2019-04-30Rename and clarify some functions for periodic eventsNick Mathewson
2019-04-30Move dirauth periodic events into dirauth module.Nick Mathewson
2019-04-26Use fast check for missing id in node_is_a_configured_bridge()Nick Mathewson
2019-04-26Use a linear algorithm to subtract two nodelists.Nick Mathewson
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-04-25Merge remote-tracking branch 'tor-github/pr/889'Nick Mathewson
2019-04-25Merge remote-tracking branch 'tor-github/pr/922'Nick Mathewson
2019-04-25Extract keyword argument checking from argument parsing.Nick Mathewson
2019-04-25In control command api, rename "object" to "cmddata"Nick Mathewson
2019-04-25expand CMD_FL_WIPE to wipe the parsed arguments tooNick Mathewson
2019-04-25Simplify handler logic in control_cmd.cNick Mathewson
2019-04-25Port the authenticate and authchallenge commands to the new parserNick Mathewson
2019-04-25Move and rename decode_escaped_string()Nick Mathewson
2019-04-25Use the new controller command parser for EXTENDCIRCUIT.Nick Mathewson
2019-04-25Use new parser logic for SETCONF/RESETCONF code.Nick Mathewson
2019-04-25Update more controller commands, now that we have kvline supportNick Mathewson
2019-04-25Add kvline support to controller command parser.Nick Mathewson
2019-04-25Allow kvlines in control commands.Nick Mathewson
2019-04-25Use parsing code for the simpler controller commands.Nick Mathewson
2019-04-25When parsing a multiline controller command, be careful with linebreaksNick Mathewson
2019-04-25Extract the argument-splitting part of control.c's parserNick Mathewson
2019-04-25Start on a command-parsing tool for controller commands.Nick Mathewson
2019-04-25Merge branch 'maint-0.4.0'George Kadianakis
2019-04-25Merge branch 'tor-github/pr/960' into maint-0.4.0George Kadianakis
2019-04-25Lower log level of unlink() errors in networkstatus_set_current_consensus().Alexander Færøy