2155 Commits (f26025058075d91cd69ac892c373fd1d4d7f605d)
 

Author SHA1 Message Date
Adam Ierymenko f260250580 Simplify IP assignment logic in OSXEthernetTap, also fix for GitHub issue #249 10 years ago
Adam Ierymenko 40a4ba6e39 indentation 10 years ago
Adam Ierymenko d862d2868c ... and here. 10 years ago
Adam Ierymenko 1e213b4d4c Need to close on premature abort too or resources are leaked. 10 years ago
Adam Ierymenko 3d66492828 Also add a timeout for the actual NAT-PMP port mapping step. 10 years ago
Adam Ierymenko 838fdf4d11 ifdef naming fix. 10 years ago
Adam Ierymenko 685c5e9ad1 Fix for uPnP 10 years ago
Adam Ierymenko 66a29a00ee Merge miniupnpc/libnatpmp build into main build by just adding flags, defs, and objs. 10 years ago
Adam Ierymenko 6768521330 Ton of uPnP work and adding NAT-PMP support, still testing... 10 years ago
Adam Ierymenko 6c0de526e8 Merge pull request #261 from janjaapbos/synology 10 years ago
Adam Ierymenko 4c812e3796 Merge pull request #259 from janjaapbos/jb-dev 10 years ago
Janjaap Bos e6808c69f8 Increase maximum number of paths per IP scope to 4 10 years ago
Adam Ierymenko 75637f68b3 Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev 10 years ago
Adam Ierymenko 56cb2f43fa Merge pull request #254 from bonki/fix_iproute2_ip_handling 10 years ago
Adrian Frühwirth 038476c412 Fix for GitHub issue #253. 10 years ago
Grant Limberg 764dd1c3d9 ARP packets do need the source IP address in them, as well as the MAC address. 10 years ago
Grant Limberg ac09c3569a ARP packet lengths are 28 bytes. This condition required the packet to be 29 or more bytes. 10 years ago
Adam Ierymenko ce5b7f0305 The World as of 2015-11-20 10 years ago
Adam Ierymenko 1fde17bacb Update World to reflect Alice and Bob in their final glory. Will hot-push this soon. 10 years ago
Adam Ierymenko 375aae44e4 . 10 years ago
Grant Limberg 399b2e9e26 forgot to submit this. Add DeferredPackets.cpp to the android makefile 10 years ago
Adam Ierymenko 6f16f44438 VERSION 1.1.0: Win/Mac UI improvements, improved NAT-t, CIRCUIT_TEST, and more! 10 years ago
Adam Ierymenko 1c0c3e62dc Just add a launch prerequisite for .NET 4.5 -- it's usually there, and if not it can be easily installed. This is mostly an issue on old Windows Server systems, and in that case the admin will likely want to decide how to proceed. 10 years ago
Adam Ierymenko 9169b6c999 Fix crash on exit in Windows (does not affect other OSes) and revert debugging tweak in Windows version that prevented service from starting after real install. 10 years ago
Adam Ierymenko 48745eca57 Fix ARM dpkg build. 10 years ago
Adam Ierymenko 456bfea58d Real World -- edge now talks to real net. 10 years ago
Adam Ierymenko 0f5fb48a0b Turns out it wasn't hard to add miniupnpc to the VS2012 project and just have it build with the rest of the code. 10 years ago
Adam Ierymenko dc8edea0c6 Linux make rules to make libminiupnpc from source. 10 years ago
Adam Ierymenko cf6164e847 Build libminiupnpc from source now, and update version. 10 years ago
Adam Ierymenko a13a21377c Delete pre-build miniupnpc for Linux and Mac -- will add Make rules to build from source and include source in ext/ 10 years ago
Adam Ierymenko 37acd375d6 Fix 64-bit int warning. 10 years ago
Adam Ierymenko 7a53ecac86 UI stuff. 10 years ago
Adam Ierymenko 906e49ff72 Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build. 10 years ago
Adam Ierymenko e4d1aba3f8 Use new OSX tap version, and update OSX install scripts. 10 years ago
Adam Ierymenko 38fe77ecf2 WebUIWrapper is dead. 10 years ago
Adam Ierymenko 8fde33d87c . 10 years ago
Adam Ierymenko 220552af62 GitHub issue #241 -- and also some appearance updates. Eventually this might get replaced by a native Mac app. 10 years ago
Adam Ierymenko 637d50a9de Write binary of world too. 10 years ago
Adam Ierymenko f5b465c0e1 Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge 10 years ago
Adam Ierymenko 6ac70ba808 . 10 years ago
Adam Ierymenko 08cd603623 Code to generate real World for edge. 10 years ago
Adam Ierymenko ddf0cb0278 Docs and tweak some caching values. 10 years ago
Grant Limberg 75f8ee1b9c get the compiler to stop complaining about two string literals (one a macro) next to each other without an intervening space 10 years ago
Grant Limberg 0508a41afd added ttl parameter to WirePacketSendFunction 10 years ago
Adam Ierymenko 0d9f33dc4f Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. 10 years ago
Adam Ierymenko 90f9415107 Update installer to drag along a net-install binary for .NET 4.5 that it runs if .NET 4.5 is not present... because yes we have to install Microsoft's own flagship runtime under some conditions. (Rare, but present.) 10 years ago
Adam Ierymenko 2ec638a23d New Windows UI tweaks: get rid of networks tab (only one tab!), make networks full width and make window narrower and a bit taller, colors, fixed-width fonts in several places, make network IDs selectable. 10 years ago
Adam Ierymenko ccae473783 Eliminate Windows warnings. 10 years ago
Adam Ierymenko 54f68280bd Minor Windows build fixes. Builds on VS2012 again. 10 years ago
Adam Ierymenko bacb53fe8f Remove old Windows NDIS5 tap driver -- I think this is dead. 10 years ago