summaryrefslogtreecommitdiff
path: root/Makefile.mac
AgeCommit message (Collapse)Author
2013-11-15More UI 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-06file2lz4c for making installer binariesAdam Ierymenko
2013-11-01Remove tap stuff from makefile.Adam Ierymenko
2013-10-28Make Makefile for Mac use clang options instead of old GCC options, and fix ↵Adam Ierymenko
a nasty but obvious bug I introduced into Utils::getSecureRandom.
2013-10-28Fix for GitHub issue #25Adam Ierymenko
2013-10-28Change install-mac-tap rule.Adam Ierymenko
2013-10-28Make tap build on OSX 10.9, though not in a way that is easy for users. ↵Adam Ierymenko
Instead package binaries.
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-01More multicast fixes.Adam Ierymenko
2013-09-16New crypto integrated -- going to be testing new identity address generation ↵Adam Ierymenko
algo a bit more before finalizing.
2013-09-16Integrating new crypto -- work in progress, wont build yet.Adam Ierymenko
2013-09-15Test vectors for all new crypto.Adam Ierymenko
2013-08-30Remove makekeypair program.Adam Ierymenko
2013-08-26Build fixes for *nixAdam Ierymenko
2013-07-29Network membership certificate work in progress... does not build yet.Adam Ierymenko
2013-07-27remove obsolete packtoolAdam Ierymenko
2013-07-27makekeypair utilityAdam Ierymenko
2013-07-25RPC infrastructure work in progress.Adam Ierymenko
2013-07-23Basic RPC stuff in Packet and PacketDecoder for RPC service support.Adam Ierymenko
2013-07-18Command line interface.Adam Ierymenko
2013-07-09Several things:Adam Ierymenko
(1) Probable fix for issue #7 and major cleanup of EthernetTap code with consolidation for all unix-like systems and specialization for different flavors only when needed. (2) Refactor of Buffer<> to make its members private, and Packet to use Buffer's methods exclusively to access them. This improves clarity and means we're no longer lying about Buffer's role in the code's security posture. (3) Add -fstack-protect to Makefile to bounds check stack variables.
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