Age | Commit message (Expand) | Author |
2014-02-07 | Remove old updates from updates.d on Node startup. | Adam Ierymenko |
2014-01-30 | Bunch of fixes to startup, pinging, and choice of route. Also some TRACE upda... | Adam Ierymenko |
2014-01-29 | More work on connection reset stuff... | Adam Ierymenko |
2014-01-29 | SIGHUP now causes resync with peers. | Adam Ierymenko |
2014-01-29 | Some cleanup and rationalization of main loop. | Adam Ierymenko |
2014-01-29 | Yank RuntimeEnvironment from SysEnv. | Adam Ierymenko |
2014-01-28 | Fix for GitHub issue #35 and also possibly partial fix for #29 issues. | Adam Ierymenko |
2014-01-27 | Make EthernetTap creation occur in a background thread in Network since it's ... | Adam Ierymenko |
2014-01-26 | Few small cleanup things... | Adam Ierymenko |
2014-01-26 | Lock down individual files in networks.d instead of directory since directory... | Adam Ierymenko |
2014-01-26 | Windows Installer work, fix 100% CPU bug in EthernetTap on Windows, Windows l... | Adam Ierymenko |
2014-01-21 | Several things: | Adam Ierymenko |
2014-01-20 | Windows build fixes and installer work... | Adam Ierymenko |
2014-01-18 | Build fix. | Adam Ierymenko |
2014-01-07 | Remove some legacy code from the core loop. | Adam Ierymenko |
2014-01-03 | Fix -h in zerotier-cli and move code to find auth token into LocalClient, als... | Adam Ierymenko |
2013-12-26 | Bump version to 0.6.4 for testing, integrate software updater auto-check into... | Adam Ierymenko |
2013-12-11 | Software update work... | Adam Ierymenko |
2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko |
2013-11-21 | Add shutdownIfUnreadable file feature: shut down if shutdownIfUnreadable in h... | Adam Ierymenko |
2013-11-20 | UI basically works, almost ready for testing and packaging... | Adam Ierymenko |
2013-10-25 | Fix netconf init and identity transfer. | Adam Ierymenko |
2013-10-24 | Netconf updates -- actually issue COM, and log attempts to access networks in... | Adam Ierymenko |
2013-10-21 | Add persistent identity caching for use on supernodes. Activate by just makin... | Adam Ierymenko |
2013-10-21 | Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ... | Adam Ierymenko |
2013-10-17 | Add support for pushing network config refresh hints from a MEMORY queue tabl... | Adam Ierymenko |
2013-10-16 | Lots of cleanup, more work on certificates, some security fixes. | Adam Ierymenko |
2013-10-07 | Couple of small fixes, works again with new ID code. | Adam Ierymenko |
2013-10-02 | Clean up some routine stuff like pings, and stop keeping links open forever e... | Adam Ierymenko |
2013-10-01 | Each peer now tracks the last time it announced multicast LIKEs independently... | Adam Ierymenko |
2013-09-25 | More work in progress in new multicast propagation... | Adam Ierymenko |
2013-09-19 | Change Linux default build back to debug, and fix startup message. Oh, and ne... | Adam Ierymenko |
2013-09-17 | Add port and control port command line options to daemon and command line cli... | Adam Ierymenko |
2013-09-16 | New crypto integrated -- going to be testing new identity address generation ... | Adam Ierymenko |
2013-09-16 | Integrating new crypto, work still in progress... | Adam Ierymenko |
2013-09-11 | A few logging changes. | Adam Ierymenko |
2013-08-30 | Improve code security posture by replacing sprintf with a safer function. | Adam Ierymenko |
2013-08-30 | Remove old launcher code, fix build error in idtool, add terminate command to... | Adam Ierymenko |
2013-08-27 | Jigger with shutdown method to avoid a crash on CTRL+C in Windows. Feels a bi... | Adam Ierymenko |
2013-08-26 | ZeroTierOne for Windows binary project, builds and runs and mostly works but ... | Adam Ierymenko |
2013-08-24 | Docs, Node picks a default home folder if created with NULL as its home path,... | Adam Ierymenko |
2013-08-14 | Self test almost builds, now need skeleton EthernetTap implementation for Win... | Adam Ierymenko |
2013-08-12 | Fix a *nix build issue. | Adam Ierymenko |
2013-08-12 | Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a... | Adam Ierymenko |
2013-08-12 | More Windows port work. | Adam Ierymenko |
2013-08-10 | Replace libcrypto RAND_ with our own to avoid valgrind errors. | Adam Ierymenko |
2013-08-08 | Generalize unlink to OS-dep code in Utils, just a little prep for Windows port. | Adam Ierymenko |
2013-08-08 | Move template parameter in Thread to a more logical scope location. | Adam Ierymenko |
2013-08-06 | Bunch more debugging and loop closing on new netconf. | Adam Ierymenko |
2013-08-06 | Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener ... | Adam Ierymenko |