]> Sergey Matveev's repositories - dht-bootstrap.git/commitdiff
Note about the fork master
authorSergey Matveev <stargrave@stargrave.org>
Sat, 12 Nov 2022 10:14:30 +0000 (13:14 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 12 Nov 2022 10:14:30 +0000 (13:14 +0300)
CHANGES
README
dht-bootstrap.c

diff --git a/CHANGES b/CHANGES
index fd07a402c95f4bd947cb2b7fc8bc6ae27e2c2851..770fade1b9b5bacc27af8b73e433d63bb448fd5d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,25 +1,29 @@
-2022-11-11:
+Sergey Matveev's changes:
 
-  * Privilege-separated packets sender
-  * FreeBSD Capsicum sandboxing
-  * poll() replaced with kqueue()
-  * stricter bencoded integers parser
+    2022-11-11:
 
-2022-11-09:
+      * Privilege-separated packets sender.
+      * FreeBSD Capsicum sandboxing.
+      * poll() replaced with kqueue().
+      * stricter bencoded integers parser.
 
-  * Ability to explicitly specify IP addresses to bind to
-  * select() replaced with poll()
-  * arc4random instead of /dev/urandom reading
-  * Some simple hardening
-  * Keep statistics in process title (BSD)
-  * Debug with IP addresses
+    2022-11-09:
 
-20 November 2011: dht-bootstrap-0.2
+      * Ability to explicitly specify IP addresses to bind to.
+      * select() replaced with poll().
+      * arc4random instead of /dev/urandom reading.
+      * Some simple hardening.
+      * Keep statistics in process title (BSD).
+      * Debug with IP addresses.
 
-  * Fixed a bug that could cause EAFNOSUPPORT errors.
-  * Fixed a bug that caused port numbers given on the command line to be
-    ignored.
+Original author's changes:
 
-29 December 2009: dht-bootstrap-0.1
+    2011-11-20: dht-bootstrap-0.2
 
-  * Initial public release.
+      * Fixed a bug that could cause EAFNOSUPPORT errors.
+      * Fixed a bug that caused port numbers given on the command line to be
+        ignored.
+
+    2009-12-29: dht-bootstrap-0.1
+
+      * Initial public release.
diff --git a/README b/README
index d7f7dcef5de805b1571ab1cd9ecc921fb126f6e4..9de9d47adc1c9e05a6023b40fb31f78cabc4d4da 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,6 @@
+This is a fork of dht-bootstrap deamon by Juliusz Chroboczek.
+Look for CHANGES what was changed and improved.
+
 Dht-bootstrap is an implementation of a bootstrap node for the BitTorrent
 (mainline) DHT.  Rather than maintaining a Kademlia routing table, it
 performs a partly random, partly breadth-first walk of the DHT, and
index 977d966840b65b4162bf006b5e7abec0a4063ef1..34c21cf8cdb0381992dbe522519b587377fec9ea 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (c) 2009-2011 by Juliusz Chroboczek
+              2022 by Sergey Matveev
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal