summaryrefslogtreecommitdiff
path: root/Makefile.linux
AgeCommit message (Collapse)Author
2013-12-03Create common Makefile that automatically loads make rules on a per-OS basis.Adam Ierymenko
2013-11-19UI work...Adam Ierymenko
2013-11-15More UI work.Adam Ierymenko
2013-11-08Linux install and uninstall seem to work.Adam Ierymenko
2013-11-08Incorporate CLI functionality into core binary with binary name aliasing to ↵Adam Ierymenko
save space in updater/installer.
2013-11-08Installer build script for *nix systems.Adam Ierymenko
2013-11-06Installer work, add .pid file writing on *nix systems to main.cpp.Adam Ierymenko
2013-11-06file2lz4c for making installer binariesAdam Ierymenko
2013-10-21Add persistent identity caching for use on supernodes. Activate by just ↵Adam Ierymenko
making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles.
2013-10-21Peers are now dumped on shutdown in a persistence cache and reloaded on ↵Adam Ierymenko
startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching.
2013-10-21Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ↵Adam Ierymenko
way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems.
2013-10-18Add commented out gprof makefile options to Linux build.Adam Ierymenko
2013-10-01More multicast fixes.Adam Ierymenko
2013-09-19Change Linux default build back to debug, and fix startup message. Oh, and ↵Adam Ierymenko
new crypto just kinda works. Awesome.
2013-09-16Build fix for 32-bit Linux and tweaks to address derivation algorithm.Adam Ierymenko
2013-09-16Integrating new crypto -- work in progress, wont build yet.Adam Ierymenko
2013-09-10Finish stripping minBalance from BandwidthAccountAdam Ierymenko
2013-08-26Build fixes for *nixAdam Ierymenko
2013-08-09Fix for another wonderful C++ threading race condition.Adam Ierymenko
2013-08-07Go back to release build.Adam Ierymenko
2013-08-05CLI debugging, got rid of nasty old Thread class and replaced with newer ↵Adam Ierymenko
cleaner portable idiom.
2013-08-03Scratch that... more work wiring up netconf. Got to handle OK.Adam Ierymenko
2013-08-03Merge my adamierymenko-dev into the new master that incorporates Raspberry ↵Adam Ierymenko
Pi build changes in order to keep everything in sync.
2013-08-03Link against libdl to enable use of dlopen etc in libcrypto.aPaul Furley
2013-07-29Network membership certificate work in progress... does not build yet.Adam Ierymenko
2013-07-27remove obsolete packtoolAdam Ierymenko
2013-07-25RPC infrastructure work in progress.Adam Ierymenko
2013-07-12Bunch of little bug fixes in newly refactored code.Adam Ierymenko
2013-07-12Several bug fixes in newly refactored code.Adam Ierymenko
2013-07-09Enable -fstack-protector on Linux tooAdam Ierymenko
2013-07-06-O6 Do not exist and is the same as -O3Andy Pilate
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko