Age | Commit message (Collapse) | Author |
|
"All rights reserved" was incorrect. The project was licensed under GPL3,
which means a lot of rights are licensed to everybody in the world, i.e.
not reserved to the "Tox Project".
|
|
We run astyle on Travis and check if there is a diff. The build terminates if
git finds a difference.
|
|
Use doxygen java-style function comments already used in log.[c|h].
|
|
|
|
bootstrap_node_packets.c was giving an error as it was being included
twice and there were no include guards, so part of it was split into
bootstrap_node_packets.h.
|