- Dec 09, 2019
-
-
Taylor Yu authored
Part of ticket 30984.
-
Taylor Yu authored
Simplify handle_control_getinfo() by using the new reply lines abstraction. Previously, this function explicitly checked for whether it should generate a MidReplyLine, a DataReplyLine, or an EndReplyLine. control_write_reply_lines() now abstracts this check. Part of #30984.
-
Taylor Yu authored
Simplify handle_control_protocolinfo() by using the new reply line abstraction. Part of #30984.
-
Taylor Yu authored
Factor out the parts of handle_control_protocolinfo() that assemble the AUTHMETHODS and COOKIEFILE strings. Part of #30984.
-
Taylor Yu authored
In handle_control_getconf(), use the new control reply line abstraction to simplify output generation. Previously, this function explicitly checked for whether it should generate a MidReplyLine or an EndReplyLine. control_write_reply_lines() now abstracts this check. Part of #30984.
-
Taylor Yu authored
Part of #30984.
-
- Dec 08, 2019
-
-
Taylor Yu authored
Add the KV_RAW flag to kvline_encode(). This allows generation of output that is compatible with some quirks of the control protocol. Part of #30984.
-
Taylor Yu authored
Add a check for '=' characters in needs_escape(). This simplifies the logic in kvline_can_encode_lines(). Part of #30984.
-
- Dec 06, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Dec 05, 2019
-
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
- Dec 04, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
All of these files contain "*.h", except for: * src/app/config/.may_include * src/test/.may_include which also contain "*.inc". This change prevents includes of "*.c" files, and other unusually named files. Part of 32609.
-
-
Extra testing after 32613.
-
Part of 32522.
-
Add a check-practracker-unit-test target, and run it as part of "make check". Add the practracker unit tests to scripts/git/pre-commit.git-hook. Part of 32609.
-
George Kadianakis authored
-
- Dec 03, 2019
-
-
David Goulet authored
Found by Stem regression tests. Reported by atagar. Fixes #32664 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-