bittorrent-tracker/lib/client
Feross Aboukhadijeh 2959c2cea6 Use safe-buffer
Use the new Buffer APIs from Node v6 for added security. For example,
`Buffer.from()` will throw if passed a number, unlike `Buffer()` which
allocated UNINITIALIZED memory in that case.

Use the `safe-buffer` package for compatibility with previous versions
of
Node.js, including v4.x, v0.12, and v0.10.

https://github.com/feross/safe-buffer
2016-05-29 23:12:23 -07:00
..
http-tracker.js Remove all Function.bind calls 2016-03-28 23:38:23 -07:00
tracker.js Remove all Function.bind calls 2016-03-28 23:38:23 -07:00
udp-tracker.js Use safe-buffer 2016-05-29 23:12:23 -07:00
websocket-tracker.js Ensure client.destroy() callback is called when websocket pool used 2016-03-31 21:49:18 -07:00