Age | Commit message (Expand) | Author |
2015-07-28 | Get rid of -I on Mac and Linux since we include miniupnpc headers by direct p... | Adam Ierymenko |
2015-07-28 | Linux make support for libminiupnpc. | Adam Ierymenko |
2015-07-23 | Fix for make-linux: detect whether CC/CXX were explicitly overridden, and if ... | Adam Ierymenko |
2015-07-06 | rename LIBS to LDLIBS and make it accessible from outside | Moritz Warning |
2015-07-03 | allow environment variables to set/extend CC, CXX, CFLAGS and LDFLAGS | Moritz Warning |
2015-07-02 | GitHub issue #171 -- separate CFLAGS and CXXFLAGS in Linux makefile | Adam Ierymenko |
2015-06-03 | Linux auto-update is going away. | Adam Ierymenko |
2015-06-02 | gcc not g++ for CC | Adam Ierymenko |
2015-06-02 | Eliminate "which" dependency in Linux makefile. | Adam Ierymenko |
2015-06-01 | Apply @marning suggested SSE auto-detect to make builds easier on non-x86 pla... | Adam Ierymenko |
2015-06-01 | Linux build fix. | Adam Ierymenko |
2015-05-28 | Fix installer path, add netconf option to make-linux. | Adam Ierymenko |
2015-04-16 | CLI work and Makefile cleanup. | Adam Ierymenko |
2015-04-16 | Basic CLI working with JSON output. Now to parse and support old tabular form. | Adam Ierymenko |
2015-04-16 | Some cleanup, and bite the bullet and go ahead and write a simple Http client... | Adam Ierymenko |
2015-04-15 | Write a zerotier-one.port file to the home path to make CLI easy to write, an... | Adam Ierymenko |
2015-04-15 | Rename netconf to controller and NetworkConfigMaster to NetworkController for... | Adam Ierymenko |
2015-04-10 | Simplify Phy<> to get rid of more indirections. | Adam Ierymenko |
2015-04-10 | Temporarily shelve testnet/ -- will resurrect self-contained testnet later pe... | Adam Ierymenko |
2015-04-08 | No more tap factories. | Adam Ierymenko |
2015-03-31 | osnet -> osdep | Adam Ierymenko |
2015-03-30 | Turns out that node/ likely has no business with or need for the system IP ro... | Adam Ierymenko |
2015-03-12 | Netconf build fixes, schema, etc. | Adam Ierymenko |
2015-02-26 | Make clean fixes. | Adam Ierymenko |
2015-01-08 | Build fixes. | Adam Ierymenko |
2014-12-03 | Basic Debian package support in buildinstaller.sh | Adam Ierymenko |
2014-10-29 | Linux build fixes for testnet. | Adam Ierymenko |
2014-10-14 | Add -g to optimized crypto code in ZT_DEBUG=1 build mode. | Adam Ierymenko |
2014-10-12 | Make crypto and compression build optimized in debug, and also try disabling ... | Adam Ierymenko |
2014-08-27 | Only enable SSE Salsa20 on x86 and x86_64 Linux | Adam Ierymenko |
2014-08-19 | Add MAC to listnetworks, and some other make stuff. | Adam Ierymenko |
2014-08-19 | Makefile changes, and make Topology::getBestSupernode() return the "next" sup... | Adam Ierymenko |
2014-08-18 | Add "make debug" to make building debug one-offs easier (Linux). | Adam Ierymenko |
2014-08-07 | make clean fix | Adam Ierymenko |
2014-08-07 | LinuxEthernetTap refactor. | Adam Ierymenko |
2014-08-07 | Linux build stuff. | Adam Ierymenko |
2014-08-07 | Compile for for TRACE, remove old TESTNET cruft. | Adam Ierymenko |
2014-07-31 | Linux routing table now works. | Adam Ierymenko |
2014-07-15 | SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version | Adam Ierymenko |
2014-05-09 | ZT_USE_TESTNET define in makefiles. | Adam Ierymenko |
2014-03-31 | Clean up main.o in Linux make clean. | Adam Ierymenko |
2014-03-11 | Security improvements to Linux build flags mirroring OSX improvements. | Adam Ierymenko |
2014-02-24 | Fix for GitHub issue #40: updates.d not being cleared. | Adam Ierymenko |
2014-01-07 | Make rules for internal use. | Adam Ierymenko |
2014-01-06 | Linux installer builds... | Adam Ierymenko |
2014-01-01 | Phasing out existing installer, delete some stuff... | Adam Ierymenko |
2013-12-31 | Linux makefile helpful debug line. | Adam Ierymenko |
2013-12-16 | Prefer clang for Linux builds, but use gcc if no clang available. | Adam Ierymenko |
2013-12-11 | Software update fetcher seems to work, going back to updater/installer itself. | Adam Ierymenko |
2013-12-04 | Integrate idtool the same way we did with cli. | Adam Ierymenko |