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.
|
11 years ago |
Adam Ierymenko
|
dc8edea0c6
|
Linux make rules to make libminiupnpc from source.
|
11 years ago |
Adam Ierymenko
|
cf6164e847
|
Build libminiupnpc from source now, and update version.
|
11 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/
|
11 years ago |
Adam Ierymenko
|
37acd375d6
|
Fix 64-bit int warning.
|
11 years ago |
Joseph Henry
|
f2289544b7
|
Check for fork/clone and re-initialize in close() -- for nginx
|
11 years ago |
Adam Ierymenko
|
7a53ecac86
|
UI stuff.
|
11 years ago |
Adam Ierymenko
|
906e49ff72
|
Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build.
|
11 years ago |
Adam Ierymenko
|
e4d1aba3f8
|
Use new OSX tap version, and update OSX install scripts.
|
11 years ago |
Adam Ierymenko
|
38fe77ecf2
|
WebUIWrapper is dead.
|
11 years ago |
Adam Ierymenko
|
8fde33d87c
|
.
|
11 years ago |
Adam Ierymenko
|
220552af62
|
GitHub issue #241 -- and also some appearance updates. Eventually this might get replaced by a native Mac app.
|
11 years ago |
Adam Ierymenko
|
637d50a9de
|
Write binary of world too.
|
11 years ago |
Adam Ierymenko
|
f5b465c0e1
|
Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge
|
11 years ago |
Adam Ierymenko
|
6ac70ba808
|
.
|
11 years ago |
Adam Ierymenko
|
08cd603623
|
Code to generate real World for edge.
|
11 years ago |
Adam Ierymenko
|
ddf0cb0278
|
Docs and tweak some caching values.
|
11 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
|
11 years ago |
Grant Limberg
|
0508a41afd
|
added ttl parameter to WirePacketSendFunction
|
11 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.
|
11 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.)
|
11 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.
|
11 years ago |
Joseph Henry
|
a6cffefa6d
|
Updated compatibility
|
11 years ago |
Joseph Henry
|
a818c622d9
|
Updated throughput_httpd docker test files
|
11 years ago |
Adam Ierymenko
|
ccae473783
|
Eliminate Windows warnings.
|
11 years ago |
Adam Ierymenko
|
54f68280bd
|
Minor Windows build fixes. Builds on VS2012 again.
|
11 years ago |
Joseph Henry
|
7d8084262a
|
Fixed rpc_st command alignment bug for RPC_SOCKET
|
11 years ago |
Adam Ierymenko
|
bacb53fe8f
|
Remove old Windows NDIS5 tap driver -- I think this is dead.
|
11 years ago |
Adam Ierymenko
|
33c132968e
|
GitHub issue #219 -- make Linux makefile cross-compiler aware.
|
11 years ago |
Adam Ierymenko
|
73e314cc1a
|
Shelve pcap-with-bridge OSX experiment -- apparently pcap_inject does not work with bridge devices. Still have to use a kext.
|
11 years ago |
Joseph Henry
|
6af54c5943
|
Minor debug updates
|
11 years ago |
Joseph Henry
|
fa7220ec0e
|
Removed old Common.h
|
11 years ago |
Joseph Henry
|
d1a22a0878
|
Streamlined debug output code
|
11 years ago |
Adam Ierymenko
|
8ac411a9e4
|
Stashing utun work for OSX -- abandoning for now since utun excludes mDNS among other issues.
|
11 years ago |
Joseph Henry
|
e5fad005a9
|
Updated RPC handling
|
11 years ago |
Adam Ierymenko
|
0940d673db
|
Always advertise to the cluster when we have a peer even if we have also initiated handoff. This might be the cause of the warmup problem -- will test later. At the very least it should not hurt anything due to pick-latest logic and the fact that cluster members with only suboptimal paths do not respond to WANT_PEER.
|
11 years ago |
Adam Ierymenko
|
b94335f115
|
Increase WHOIS retry delay slightly to allow for global cluster latency (e.g. 300+ms from New York to Johhannesburg)
|
11 years ago |
Adam Ierymenko
|
a13ba7102a
|
GitHub issue #242 -- crappy uPnP protocol demands infinite lease time or else
|
11 years ago |
Adam Ierymenko
|
451b8aa7b2
|
Query both root and network controller for multicast last resort GATHER.
|
11 years ago |
Adam Ierymenko
|
53731acf51
|
Bracket by time in result cruncher script.
|
11 years ago |
Adam Ierymenko
|
3b9411044f
|
Patch tap-mac to latest tuntaposx upstream changes, and add updated build for 10.8 or later (keep old one for 10.7).
|
11 years ago |
Adam Ierymenko
|
141e2db38c
|
More results.
|
11 years ago |
Adam Ierymenko
|
0cf4ddda4a
|
Some more test results, and fix OSX installer to put symlinks in /usr/local as per El Capitan requirements.
|
11 years ago |
Adam Ierymenko
|
0e4a2c378f
|
Fix a sporadic warning in cluster-geo, and fix test to not overload the test-watcher.
|
11 years ago |
Adam Ierymenko
|
2854f14966
|
Some cluster parameter tweaks, and change the test code in tests/http to dramatically reduce the amount of data transfer to/from the test master. Also add results of first successful 50k test.
|
11 years ago |
Adam Ierymenko
|
4328c6c3bc
|
Fix delete oldest logic.
|
11 years ago |
Adam Ierymenko
|
b171c9a0db
|
Replace slow std::list<> with an O(log(N)) data structure for the cluster relaying send queue.
|
11 years ago |
Joseph Henry
|
82a60b1e28
|
Fixed throughput build script
|
11 years ago |
Joseph Henry
|
19f09e46fa
|
Moved/Renamed Docker test dirs
|
11 years ago |
root
|
134ad8ac21
|
Changed httpd version in throughput-test Dockerfile
|
11 years ago |