Merge remote-tracking branch 'neel/b25511-r4'

This commit is contained in:
Nick Mathewson
2018-04-23 09:13:24 -04:00
8 changed files with 106 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (control port):
- Introduce GETINFO "current-time/{local,utc}" to return the local
and UTC times respectively in ISO format. This helps a controller
like Tor Browser detect a time-related error. Closes ticket 25511.
Patch by Neel Chauhan.