Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
core: Moved handle ping packets to ping.c
|
|
|
|
plutooo-master
Conflicts:
core/ping.c
core/util.c
|
|
|
|
plutooo-master
|
|
|
|
|
|
|
|
|
|
* added linking to libsodium
* fixed links to docs to point to wiki
|
|
|
|
|
|
|
|
Conflicts:
core/DHT.c
|
|
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Signed-off-by: irungentoo <irungentoo@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the top, should be no changes to binary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I sure wish it was easier to compile on Windows.
|
|
Many stylistic changes, mostly formatting code more closely to the
coding style.
|
|
Added the GPLv3 license to some files in addition to fixing some
comments at the beginning of the files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch 1
|
|
|
|
|
|
changed all "i++" into "++i", as proposed by nfkd
|
|
|
|
|
|
|