Merge branch 'tor-github/pr/980'

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2019-04-30 11:50:36 -04:00
27 changed files with 1484 additions and 868 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (controller protocol):
- Teach the controller parser to correctly distinguish an object
preceded by an argument list from one without. Previously, it
couldn't distinguish an argument list from the first line of a
multiline object. Fixes bug 29984; bugfix on 0.2.3.8-alpha.
+4
View File
@@ -0,0 +1,4 @@
o Major features (controller protocol):
- Controller commands are now parsed using a generalized parsing
subsystem. Previously, each controller command was responsible for
parsing its own input. Closes ticket 30091.