summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/Makefile.inc
AgeCommit message (Collapse)Author
2016-01-01Fix include pathsMaxim Biro
They are relative to the Makefile instead of the source file itself, which is unintuitive and is messing with my IDE.
2016-01-01Put command-line arguments related functions in a separate fileMaxim Biro
2016-01-01Put config-related functions in a separate fileMaxim Biro
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.
2015-12-31Make daemon use the new log codeMaxim Biro
"log" is a reserved name (log from math.h), so it got changed into write_log.
2014-08-18Added .sh ending to bootstrapd's init scriptMaxim Biro
Fixes some build issues.
2014-08-17Renamed files for less confusionMaxim Biro
2014-08-16Renamed tox_bootstrap_daemon into tox-bootstrapdMaxim Biro
2014-05-20Install tox_bootstrap_daemonstal
I call on the venerable @jin_eld once again to verify that this change is correct.
2014-02-22Renamed dht server to dht nodeMaxim Biro