summaryrefslogtreecommitdiff
path: root/make-mac.mk
AgeCommit message (Expand)Author
2015-04-15Rename netconf to controller and NetworkConfigMaster to NetworkController for...Adam Ierymenko
2015-04-15Cleanup, drop 32-bit from Mac build flags since i386 is pretty thoroughly dep...Adam Ierymenko
2015-04-14Bunch more control plane work, and shelve old UI -- React FTW.Adam Ierymenko
2015-04-10Simplify Phy<> to get rid of more indirections.Adam Ierymenko
2015-04-09TRACE compile fixes, other fixes, and it basically works! It says HELLO.Adam Ierymenko
2015-04-09Add data store functions to service/One, and shelve old main.cpp since it wil...Adam Ierymenko
2015-04-08No more tap factories.Adam Ierymenko
2015-03-31osnet -> osdepAdam Ierymenko
2015-03-30Turns out that node/ likely has no business with or need for the system IP ro...Adam Ierymenko
2015-03-20Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane.Adam Ierymenko
2015-03-12Netconf build fixes, schema, etc.Adam Ierymenko
2015-02-26Make clean fixes.Adam Ierymenko
2015-01-13Add netconf build option to Mac build file too.Adam Ierymenko
2015-01-06Cleanup, new C++ netconf code is almost ready to test!Adam Ierymenko
2014-11-20Change path selection logic to exclude non-fixed and non-active paths -- poss...Adam Ierymenko
2014-10-29Build fix for UI and mac.Adam Ierymenko
2014-10-24Testnet sort of works! spins up supernodes.Adam Ierymenko
2014-10-23Testnet work... getting there!Adam Ierymenko
2014-10-14Add -g to optimized crypto code in ZT_DEBUG=1 build mode.Adam Ierymenko
2014-10-12Make crypto and compression build optimized in debug, and also try disabling ...Adam Ierymenko
2014-08-19UI stuff and sign .dmg on build.Adam Ierymenko
2014-08-19Add MAC to listnetworks, and some other make stuff.Adam Ierymenko
2014-08-19Makefile changes, and make Topology::getBestSupernode() return the "next" sup...Adam Ierymenko
2014-08-07LinuxEthernetTap refactor.Adam Ierymenko
2014-08-07Compile for for TRACE, remove old TESTNET cruft.Adam Ierymenko
2014-07-31Newly broken out OSX tap driver builds now.Adam Ierymenko
2014-07-31Path fixes in osnet/ stuffAdam Ierymenko
2014-07-31Tons of code cleanup, refactor Network to use EthernetTapFactory, probably al...Adam Ierymenko
2014-07-16BSD routing table implementation work.Adam Ierymenko
2014-07-15SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C versionAdam Ierymenko
2014-05-09ZT_USE_TESTNET define in makefiles.Adam Ierymenko
2014-03-20Put mac back to release default build flags.Adam Ierymenko
2014-03-19More IPC work.Adam Ierymenko
2014-03-11Enable PIE to allow ASLR (security)Adam Ierymenko
2014-03-11Change -O4 to -O3 -flto on OSX for new clang (should work with older one too)Adam Ierymenko
2014-01-30Take TRACE back out of Mac makefile, fix a few decode little things.Adam Ierymenko
2014-01-29TRACE NOP receipt.Adam Ierymenko
2014-01-16Build DMG from makefile for Mac.Adam Ierymenko
2014-01-15Get rid of make stuff for helpers that are gone.Adam Ierymenko
2014-01-14Build stuff...Adam Ierymenko
2014-01-09Update cert IDs for official build.Adam Ierymenko
2014-01-07Make rules for internal use.Adam Ierymenko
2014-01-07Official release stuff... of only academic interest to open source third part...Adam Ierymenko
2014-01-03Mac installer work.Adam Ierymenko
2014-01-03Installer app helper...Adam Ierymenko
2014-01-01Phasing out existing installer, delete some stuff...Adam Ierymenko
2013-12-31Add step to build in helpers to mac app and codesign.Adam Ierymenko
2013-12-31.Adam Ierymenko
2013-12-16Mac installer... almost done.Adam Ierymenko
2013-12-16Add -fstack-protector back on Mac... turns out it does work on clang.Adam Ierymenko