bittorrent-tracker/lib
Feross Aboukhadijeh ddee6b96b5 Fix URL constructor on udp:// urls in Chrome App environment
For: https://github.com/brave/brave-browser/issues/5604

`bittorrent-tracker` is broken when run in a Chrome App environment.

The issue is that the `URL` constructor is buggy Chromium. https://bugs.chromium.org/p/chromium/issues/detail?id=734880

We switched to `URL` from `require('url')` in `bittorrent-tracker@9.13.0`. Commit: 93b41391a9

This code path was not exercised by `bittorrent-tracker`'s tests because UDP trackers are normally only used in a Node.js environment. Braves run the code in a Chrome extension environment which we don't test.
2019-08-08 20:04:41 -07:00
..
client Fix URL constructor on udp:// urls in Chrome App environment 2019-08-08 20:04:41 -07:00
server standard 2019-07-05 14:36:14 -07:00
common-node.js remove safe-buffer 2019-08-06 17:58:05 -07:00
common.js remove safe-buffer 2019-08-06 17:58:05 -07:00