summaryrefslogtreecommitdiff
path: root/make-mac.mk
AgeCommit message (Collapse)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 ↵Joseph Henry
warning, fixed rare tcp_close() and cb_poll() bugs
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 ↵Joseph Henry
improvements
2017-08-17Updated makefiles, locations of sample appsJoseph Henry
2017-08-15Renamed SocketTap to VirtualTap and Connection to VirtualSocket to prevent ↵Joseph Henry
confusion
2017-08-15Makefile fix for macOSJoseph Henry
2017-08-15Removed makefile error ignore flagsJoseph 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 ↵Joseph Henry
functions from OneService to libzt
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 ↵Joseph Henry
for more efficient RX/TX
2017-06-26Added ZeroTierOne as a submoduleJoseph Henry
2017-06-22Updated selftest and echotest, also added a few scriptsJoseph Henry
2017-06-14README updates, misc filename changes, debug trace fixes, introduction of ↵Joseph Henry
libzt moniker
2017-06-14IPV4 and IPV6 enabled by default in buildsJoseph Henry
2017-06-11fixed connect/accept behaviour, added to selftest, renamed BSD makefileJoseph 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
selftest
2017-05-30updated macOS makefileJoseph Henry
2017-05-05wider selftest coverageJoseph Henry
2017-05-04updated core to 1.2.4, fixed pico_device init bug1.1.1Joseph 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-07Added SocketTap multiplexing logicJoseph 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-20added peer-related accessors to zts_* APIJoseph Henry
2017-03-19removed conflict markers from mergeJoseph Henry
2017-03-19merging recent upgrades into masterJoseph Henry
2017-03-07fixed vtable discrepencyJoseph Henry
2017-03-07removed signatures fileJoseph Henry
2017-03-07updated ZTO versionJoseph Henry
2017-03-06corrected stack library object file in makefileJoseph Henry
2017-03-02removed reference to build.h, fixed osx_static_lib build targetJoseph Henry
2016-12-20macOS static lib build target update, minor android/unity3d updatesJoseph Henry
2016-12-19Minor, build target updatesJoseph Henry