Nick Mathewson
|
ba05324242
|
Move and rename decode_escaped_string()
This function decodes something different from the usual c-escaped
format.
It is only used in controller authorization.
|
2019-04-25 14:13:03 -04:00 |
|
Nick Mathewson
|
95afdb005c
|
Use new parser logic for SETCONF/RESETCONF code.
Here we get to throw away a LOT of unused code, since most of the
old parsing was redundant with kvline.
|
2019-04-25 14:13:03 -04:00 |
|
Nick Mathewson
|
61cebb2035
|
Minimize the includes in control.c
|
2019-03-25 14:14:56 -04:00 |
|
Nick Mathewson
|
2917ecaa97
|
Split command-handling and authentication from control.c
|
2019-03-25 14:06:56 -04:00 |
|
Nick Mathewson
|
4754e9058b
|
Split getinfo handling into a new control_getinfo.c
|
2019-03-25 12:49:24 -04:00 |
|
Nick Mathewson
|
a49f506e05
|
Split all controller events code into a new control_events.c
Also, split the formatting code shared by control.c and
control_events.c into controller_fmt.c.
|
2019-03-25 12:11:59 -04:00 |
|