summaryrefslogtreecommitdiff
path: root/make-linux.mk
AgeCommit message (Expand)Author
2017-09-17Consolidated platform-specific makefiles into a single MakefileJoseph Henry
2017-09-15Slightly updated macOS makefile, temporarily reverted linux makefileJoseph Henry
2017-09-14Upgraded lwIP to 2.0.2-STABLEJoseph Henry
2017-09-13Added standardization target for code style, fixed LWIP_DEBUG redefinition wa...Joseph Henry
2017-09-13Added differentiation of LIBZT_DEBUG and NS_DEBUG flags, other minor tweaksJoseph Henry
2017-09-11Added LIBZT_SANITIZE option, removed APIFILES from lwIP buildJoseph Henry
2017-09-11Added lwIP stack debug flag passthrough (e.g. NS_DEBUG=1)Joseph Henry
2017-09-05Added new unit tests and time-sync code for subtests, recvfrom() fixesJoseph Henry
2017-08-30Added basic DNS functionality, fixed stack smashing bug, organizational impro...Joseph Henry
2017-08-17Updated makefiles, locations of sample appsJoseph Henry
2017-08-15Renamed SocketTap to VirtualTap and Connection to VirtualSocket to prevent co...Joseph Henry
2017-08-15Removed makefile error ignore flagsJoseph Henry
2017-08-14Makefile tweak, copy pico lib object files to objJoseph Henry
2017-08-14Makefile tweak, copy pico module object files to objJoseph Henry
2017-08-14Build tweaks, better flag handling across makefilesJoseph Henry
2017-08-14Managed Routes now supported, with automatic add/removeJoseph Henry
2017-08-02Implemented barebones VL2 SOCK_RAW functionality, moved ZT core helper functi...Joseph Henry
2017-07-26Added default network stack (picoTCP) and default protocol versions to makefileJoseph Henry
2017-07-26Removed old linger code, formatting fixes, other minor adjustmentsJoseph Henry
2017-07-25BSD-license-compatible, and NO_STACK build variantsJoseph Henry
2017-07-12Added stubs for poll/select, improved selftest/echotest, Added ringbuffer for...Joseph Henry
2017-06-26Added ZeroTierOne as a submoduleJoseph Henry
2017-06-16significant upgrade to selftest, added echotest, better checks for data in qu...Joseph Henry
2017-06-14README updates, misc filename changes, debug trace fixes, introduction of lib...Joseph Henry
2017-06-14IPV4 and IPV6 enabled by default in buildsJoseph Henry
2017-06-05updated TESTING.mdJoseph Henry
2017-06-05updated picoTCP to 1.4.0, lowered build optimization levels to -O2, improved ...1.1.3Joseph Henry
2017-05-05wider selftest coverageJoseph Henry
2017-05-04added java exampleJoseph Henry
2017-05-01default -O3 in static buildJoseph Henry
2017-04-21various bug fixesJoseph Henry
2017-04-20improved testing and connection handlingJoseph Henry
2017-04-14spring cleaningJoseph Henry
2017-04-06dynamic loading of network stack no longer needed1.0.0Joseph Henry
2017-04-06removed all contentsJoseph Henry
2017-03-21minor tweaks for build warnings on linuxJoseph Henry
2017-03-20updated makefilesJoseph Henry
2017-03-19Added -Werror in the makefile for linux builds. It is easier to fix compilati...Partha Majumdar
2017-03-07fixed vtable discrepencyJoseph Henry
2017-03-07updated ZTO versionJoseph Henry
2016-12-20macOS static lib build target update, minor android/unity3d updatesJoseph Henry
2016-12-19Minor, build target updatesJoseph Henry
2016-12-16updated unit tests, makefile targetsJoseph Henry
2016-12-14added language and platform checks for recvfrom/sendto address castingsJoseph Henry
2016-12-13updated shared_lib for linuxJoseph Henry
2016-12-08build target updatesJoseph Henry
2016-12-05picotcp udp updatesJoseph Henry
2016-11-17changes to timers, removed unused codeJoseph Henry
2016-11-15slight tweak to makefilesJoseph Henry
2016-11-04updated JNI build, added unit test targets to JenkinsfileJoseph Henry