Age | Commit message (Expand) | Author |
2015-11-21 | ARP packet lengths are 28 bytes. This condition required the packet to be 29... | Grant Limberg |
2015-11-16 | Turns out it wasn't hard to add miniupnpc to the VS2012 project and just have... | Adam Ierymenko |
2015-11-13 | Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ... | Adam Ierymenko |
2015-11-10 | GitHub issue #242 -- crappy uPnP protocol demands infinite lease time or else | Adam Ierymenko |
2015-11-09 | Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NAT | Adam Ierymenko |
2015-11-03 | Create periodic backup copies of controller.db in network controller from the... | Adam Ierymenko |
2015-10-27 | Add set buffer sizes code to Phy<> | Adam Ierymenko |
2015-10-27 | Merge Phy<> from netcon. | Adam Ierymenko |
2015-10-22 | More cluster wiring... | Adam Ierymenko |
2015-09-11 | ARP cache and responder agent code for use in netcon and iOS. | Adam Ierymenko |
2015-09-10 | . | Adam Ierymenko |
2015-09-10 | Add socketpair support to Phy. | Adam Ierymenko |
2015-09-02 | Unix domain sockets in Phy<> | Adam Ierymenko |
2015-08-13 | Manually set DeviceInstanceID since this registry key is missing on Windows V... | Adam Ierymenko |
2015-07-30 | Because Windows, because Windows. Now it upgrades correctly from 1.0.1, inclu... | Adam Ierymenko |
2015-07-30 | Save enumeration of statically assigned IPs so they will always be reassigned... | Adam Ierymenko |
2015-07-30 | Suppress icacls output on lockDownFile(). | Adam Ierymenko |
2015-07-30 | Because Windows. | Adam Ierymenko |
2015-07-30 | Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and s... | Adam Ierymenko |
2015-07-28 | Add miniupnpc builds for Windows, fix some Windows build warnings. | Adam Ierymenko |
2015-07-28 | UPNP/NAT-PMP support with libminiupnpc (if built with it) -- GitHub issue #64 | Adam Ierymenko |
2015-07-28 | Enable SO_NO_CHECK if available to skip UDP checksum on packet send for sligh... | Adam Ierymenko |
2015-07-24 | Fix leaving of networks to actually call Network::destroy(). | Adam Ierymenko |
2015-07-06 | Another attempt at a fix for all the Windows driver coma issues. | Adam Ierymenko |
2015-06-12 | This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY... | Adam Ierymenko |
2015-06-09 | Allow double-close just in case in Phy<> | Adam Ierymenko |
2015-06-09 | Rework Phy<> to clean up _socks entries only in poll() to fix instability in ... | Adam Ierymenko |
2015-06-05 | Fix for poll() in Phy<> with no sockets open. Only affects tcp-proxy. | Adam Ierymenko |
2015-05-21 | Add some proxy debugging, and auto-resolve and periodically re-resolve TCP fa... | Adam Ierymenko |
2015-05-21 | BackgroundResolver test. | Adam Ierymenko |
2015-05-21 | Background resolver. | Adam Ierymenko |
2015-05-20 | Don't actually "power cycle" the interface except on startup. Doing that afte... | Adam Ierymenko |
2015-05-19 | Make tap driver even more defensive... seems to maybe fix the new network pro... | Adam Ierymenko |
2015-05-19 | Windows build warning removal, be more defensive in Windows tap driver code, ... | Adam Ierymenko |
2015-05-17 | BSDEthernetTap build fixes. | Adam Ierymenko |
2015-05-17 | Bring BSDEthernetTap into the current century. | Adam Ierymenko |
2015-05-08 | Fix to tap reset code in Windows tap connector. | Adam Ierymenko |
2015-05-08 | Fix a bunch of Windows tap issues. Turns out NDIS6 allowed us to ditch some N... | Adam Ierymenko |
2015-05-08 | Scratch that wrapper... it was easy to make, but it turns out WebControl is I... | Adam Ierymenko |
2015-04-25 | Use NDIS6 driver preferentially if available. | Adam Ierymenko |
2015-04-24 | Destroy tap devices on Windows 'leave'. | Adam Ierymenko |
2015-04-24 | Windows now builds and runs selftest correctly, and fixed a Windows (and poss... | Adam Ierymenko |
2015-04-20 | OSUtils::resolve() | Adam Ierymenko |
2015-04-20 | (1) now builds and works on Linux, (2) fix a threading problem causing carsh ... | Adam Ierymenko |
2015-04-16 | zerotier-cli suspiciously working... that didn't hurt *too* badly. | Adam Ierymenko |
2015-04-16 | CLI work and Makefile cleanup. | Adam Ierymenko |
2015-04-16 | Some cleanup, and bite the bullet and go ahead and write a simple Http client... | Adam Ierymenko |
2015-04-15 | Putting the main binary back together... | Adam Ierymenko |
2015-04-14 | Tap driver load fix. | Adam Ierymenko |
2015-04-14 | Make tap itself handle remembering sticky device to nwid mappings. | Adam Ierymenko |