tor/src/feature/control
Taylor Yu 769eb07a7a Manually fix some control replies
Manually fix up some reply-generating code that the Coccinelle scripts
won't match.  Some more complicated ones remain -- these are mostly
ones that accumulate data to send, and then call connection_buf_add()
or connection_write_str_to_buf() directly.
2019-04-30 13:18:46 -05:00
..
btrack_circuit.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
btrack_circuit.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
btrack_orconn_cevent.c Split all controller events code into a new control_events.c 2019-03-25 12:11:59 -04:00
btrack_orconn_cevent.h Fix all nonconformant headers' guard macros. 2019-03-12 15:20:22 -04:00
btrack_orconn_maps.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
btrack_orconn_maps.h Fix all nonconformant headers' guard macros. 2019-03-12 15:20:22 -04:00
btrack_orconn.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
btrack_orconn.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
btrack_sys.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
btrack.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
control_auth.c Split reply formatting out of control_fmt.c 2019-04-30 13:18:46 -05:00
control_auth.h Port the authenticate and authchallenge commands to the new parser 2019-04-25 14:13:03 -04:00
control_bootstrap.c Split all controller events code into a new control_events.c 2019-03-25 12:11:59 -04:00
control_cmd_args_st.h In control command api, rename "object" to "cmddata" 2019-04-25 14:13:03 -04:00
control_cmd.c Manually fix some control replies 2019-04-30 13:18:46 -05:00
control_cmd.h In control command api, rename "object" to "cmddata" 2019-04-25 14:13:03 -04:00
control_connection_st.h When parsing a multiline controller command, be careful with linebreaks 2019-04-25 14:13:03 -04:00
control_events.c Split reply formatting out of control_fmt.c 2019-04-30 13:18:46 -05:00
control_events.h Split getinfo handling into a new control_getinfo.c 2019-03-25 12:49:24 -04:00
control_fmt.c Split reply formatting out of control_fmt.c 2019-04-30 13:18:46 -05:00
control_fmt.h Split reply formatting out of control_fmt.c 2019-04-30 13:18:46 -05:00
control_getinfo.c Manually fix some control replies 2019-04-30 13:18:46 -05:00
control_getinfo.h Use parsing code for the simpler controller commands. 2019-04-25 14:13:03 -04:00
control_proto.c Factor out control reply output 2019-04-30 13:18:46 -05:00
control_proto.h Factor out control reply output 2019-04-30 13:18:46 -05:00
control.c Split reply formatting out of control_fmt.c 2019-04-30 13:18:46 -05:00
control.h When parsing a multiline controller command, be careful with linebreaks 2019-04-25 14:13:03 -04:00
fmt_serverstatus.c Remove unused get_options() 2019-04-14 14:51:42 -04:00
fmt_serverstatus.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
getinfo_geoip.c Extract the non-stats part of geoip into a new src/lib/geoip. 2018-09-27 10:26:01 -04:00
getinfo_geoip.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00