summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-30Make sure identity.public exists and stays in sync, cleanup extra new in ↵Adam Ierymenko
Node, and test script for local testnets.
2015-04-30Update mktopology so it works again and can easily be used to create test ↵Adam Ierymenko
dictionaries.
2015-04-30Helps to index the array when enumerating a C array.Adam Ierymenko
2015-04-30docs and Makefile for tcp-proxyAdam Ierymenko
2015-04-30A few more refinements to TCP code, ready to integrate with "desperation" ↵Adam Ierymenko
stuff and test.
2015-04-28TCP tunneling implementation -- not tested yet and no initiation yet.Adam Ierymenko
2015-04-26For now just bind TCP to localhost, since we do not permit remote use of the ↵Adam Ierymenko
control bus at all yet.
2015-04-26TCP proxy for tunneling (desperation > 0).Adam Ierymenko
2015-04-26Do not unite() peers across different IP scopes as this would pretty much ↵Adam Ierymenko
never work.
2015-04-26.Adam Ierymenko
2015-04-26Was thinking about this HTTP tunneling stuff but decided against for now. ↵Adam Ierymenko
Stash unfinished code in attic/
2015-04-26Starting on new external updater binary.Adam Ierymenko
2015-04-25attic cleanupAdam Ierymenko
2015-04-25Rebuild and re-sign the x86 driver... previous attempt was somehow borked ↵Adam Ierymenko
but this one loads on Win7/x86 fine.
2015-04-25x86 version of signed NDIS6 driver.Adam Ierymenko
2015-04-25Use NDIS6 driver preferentially if available.Adam Ierymenko
2015-04-25NDIS6 driver signed x64 build (not fully tested yet, but committing work)Adam Ierymenko
2015-04-25Rename old driver to -ndis5.Adam Ierymenko
2015-04-25Do the same modifications to the NDIS 6 code base as were done to the old 5 ↵Adam Ierymenko
driver: disable all the 'tun' functionality, and add the IOCTL for querying the multicast list at Ethernet (L2) level.
2015-04-24NDIS6 driver with VS project to build -- builds correctly, not customized ↵Adam Ierymenko
for ZT yet.
2015-04-24Destroy tap devices on Windows 'leave'.Adam Ierymenko
2015-04-24Bring Windows service code up to date and into sync.Adam Ierymenko
2015-04-24Take winhttp out of lib list, since we don't use it anymore.Adam Ierymenko
2015-04-24Windows now builds and runs selftest correctly, and fixed a Windows (and ↵Adam Ierymenko
possibly other platforms) issue in Phy<>.
2015-04-24First pass of Windows cleanup and build fixes...Adam Ierymenko
2015-04-24Build fixes.Adam Ierymenko
2015-04-22CRUDAdam Ierymenko
2015-04-21CRUDAdam Ierymenko
2015-04-21Fix: make sure we do not assign broadcast address as an IP to new members.Adam Ierymenko
2015-04-21More CRUD, almost done...Adam Ierymenko
2015-04-21Forgot to run schema2c.Adam Ierymenko
2015-04-21Network controller CRUD... :PAdam Ierymenko
2015-04-20Network preferred relay stuff in netconf controller.Adam Ierymenko
2015-04-20Add per-network relays to NetworkConfig.Adam Ierymenko
2015-04-20OSUtils::resolve()Adam Ierymenko
2015-04-20Add per-network relay stuff to sqlite table schema.Adam Ierymenko
2015-04-20(1) now builds and works on Linux, (2) fix a threading problem causing carsh ↵Adam Ierymenko
on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests.
2015-04-17Add a timestamp to netconf cache, fix some SQL queries in NC.Adam Ierymenko
2015-04-17Add some TRACE instrumentation to external surface address awareness.Adam Ierymenko
2015-04-17docsAdam Ierymenko
2015-04-16build fixAdam Ierymenko
2015-04-16Stash old software updater code, will refactor into separate utility.Adam Ierymenko
2015-04-16Don't need these files anymore.Adam Ierymenko
2015-04-16docsAdam Ierymenko
2015-04-16zerotier-cli suspiciously working... that didn't hurt *too* badly.Adam Ierymenko
2015-04-16Almost done with JSON parsing for tabular output.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 ↵Adam Ierymenko
client. Need a cross-platform built-in one to do cli right.
2015-04-16Include a BSD licensed JSON parser for the CLI.Adam Ierymenko