- Jul 25, 2019
-
-
David Fifield authored
They were relying on the Query.parse interface, which was removed separately. https://bugs.torproject.org/31126#comment:5
-
- Jul 22, 2019
-
-
David Fifield authored
-
- Jul 19, 2019
-
-
David Fifield authored
This standard interface does the same thing as Query.parse did, with a different API on the return value. It doesn't have the problems with keys inherited from Object.prototype that Query.parse did.
-
- Jul 18, 2019
-
-
David Fifield authored
It was formerly used for the "broker" and "relay" query string parameters, which were removed in debe9c37.
-
- Jul 10, 2019
-
-
Arlo Breault authored
Some files were omitted in the .eslintignore, left as an exercise to the reader. We probably want to reduce amount of globals overall and use proper es modules.
-
Arlo Breault authored
-
Arlo Breault authored
-
Arlo Breault authored
With, ./node_modules/.bin/coffee -b -c Cakefile `find . -path ./node_modules -prune -o -name '*.coffee'`
-