Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added crypto to the DHT communications.
This defeats completely the first attack mentioned in
docs/DHT_hardening.
Also updated the build system to build the latest test (it links it with
libsodium)
|
|
|
|
|
|
|
|
Replaced chars with uint8_t
Added a new test program.
Added some functions to Lossless UDP.
And some other stuff.
|