]> Sergey Matveev's repositories - dht-bootstrap.git/blob - CHANGES
Stricter integers parsing
[dht-bootstrap.git] / CHANGES
1 2022-11-11:
2
3   * Privilege-separated packets sender
4   * FreeBSD Capsicum sandboxing
5   * poll() replaced with kqueue()
6   * stricter bencoded integers parser
7
8 2022-11-09:
9
10   * Ability to explicitly specify IP addresses to bind to
11   * select() replaced with poll()
12   * arc4random instead of /dev/urandom reading
13   * Some simple hardening
14   * Keep statistics in process title (BSD)
15   * Debug with IP addresses
16
17 20 November 2011: dht-bootstrap-0.2
18
19   * Fixed a bug that could cause EAFNOSUPPORT errors.
20   * Fixed a bug that caused port numbers given on the command line to be
21     ignored.
22
23 29 December 2009: dht-bootstrap-0.1
24
25   * Initial public release.