summaryrefslogtreecommitdiff
path: root/make-linux.mk
AgeCommit message (Expand)Author
2015-10-14.Adam Ierymenko
2015-07-28Get rid of -I on Mac and Linux since we include miniupnpc headers by direct p...Adam Ierymenko
2015-07-28Linux make support for libminiupnpc.Adam Ierymenko
2015-07-23Fix for make-linux: detect whether CC/CXX were explicitly overridden, and if ...Adam Ierymenko
2015-07-06rename LIBS to LDLIBS and make it accessible from outsideMoritz Warning
2015-07-03allow environment variables to set/extend CC, CXX, CFLAGS and LDFLAGSMoritz Warning
2015-07-02GitHub issue #171 -- separate CFLAGS and CXXFLAGS in Linux makefileAdam Ierymenko
2015-06-03Linux auto-update is going away.Adam Ierymenko
2015-06-02gcc not g++ for CCAdam Ierymenko
2015-06-02Eliminate "which" dependency in Linux makefile.Adam Ierymenko
2015-06-01Apply @marning suggested SSE auto-detect to make builds easier on non-x86 pla...Adam Ierymenko
2015-06-01Linux build fix.Adam Ierymenko
2015-05-28Fix installer path, add netconf option to make-linux.Adam Ierymenko
2015-04-16CLI work and Makefile cleanup.Adam Ierymenko
2015-04-16Basic CLI working with JSON output. Now to parse and support old tabular form.Adam Ierymenko
2015-04-16Some cleanup, and bite the bullet and go ahead and write a simple Http client...Adam Ierymenko
2015-04-15Write a zerotier-one.port file to the home path to make CLI easy to write, an...Adam Ierymenko
2015-04-15Rename netconf to controller and NetworkConfigMaster to NetworkController for...Adam Ierymenko
2015-04-10Simplify Phy<> to get rid of more indirections.Adam Ierymenko
2015-04-10Temporarily shelve testnet/ -- will resurrect self-contained testnet later pe...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-12Netconf build fixes, schema, etc.Adam Ierymenko
2015-02-26Make clean fixes.Adam Ierymenko
2015-01-08Build fixes.Adam Ierymenko
2014-12-03Basic Debian package support in buildinstaller.shAdam Ierymenko
2014-10-29Linux build fixes for testnet.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-27Only enable SSE Salsa20 on x86 and x86_64 LinuxAdam 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-18Add "make debug" to make building debug one-offs easier (Linux).Adam Ierymenko
2014-08-07make clean fixAdam Ierymenko
2014-08-07LinuxEthernetTap refactor.Adam Ierymenko
2014-08-07Linux build stuff.Adam Ierymenko
2014-08-07Compile for for TRACE, remove old TESTNET cruft.Adam Ierymenko
2014-07-31Linux routing table now works.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-31Clean up main.o in Linux make clean.Adam Ierymenko
2014-03-11Security improvements to Linux build flags mirroring OSX improvements.Adam Ierymenko
2014-02-24Fix for GitHub issue #40: updates.d not being cleared.Adam Ierymenko
2014-01-07Make rules for internal use.Adam Ierymenko
2014-01-06Linux installer builds...Adam Ierymenko
2014-01-01Phasing out existing installer, delete some stuff...Adam Ierymenko
2013-12-31Linux makefile helpful debug line.Adam Ierymenko
2013-12-16Prefer clang for Linux builds, but use gcc if no clang available.Adam Ierymenko
2013-12-11Software update fetcher seems to work, going back to updater/installer itself.Adam Ierymenko