summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-04Make timeout also apply to null check in iam()Adam Ierymenko
2015-05-04Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. ↵Adam Ierymenko
This stuff is called all over the place.
2015-05-04So we need to keep track of external surface per reporter, since some NATs ↵Adam Ierymenko
assign different external IPs for each external destination. Keeping just one known surface could create a race condition.
2015-05-04docsAdam Ierymenko
2015-05-04Hack around GitHub issue #165 (?)Adam Ierymenko
2015-04-30Fix deadlock in SelfAwareness by deferring reconnects.Adam Ierymenko
2015-04-30Get rid of G++ compiler warning.Adam Ierymenko
2015-04-30Add some missing includes that older G++ cares about.Adam Ierymenko
2015-04-30Add reported external address to OK(HELLO) TRACE to verify SN behavior.Adam Ierymenko
2015-04-30Learn external IP addresses on OK(HELLO) too.Adam Ierymenko
2015-04-30Fix to create-test-root-topology.Adam Ierymenko
2015-04-30Kill old testnet -- was useful in its time, but Docker make running real ↵Adam Ierymenko
test networks locally stupid easy and a more realistic simulation.
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