Adam Ierymenko
|
ae082c3cb8
Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first.
|
11 жил өмнө |
Adam Ierymenko
|
81b12b6826
Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables.
|
11 жил өмнө |
Adam Ierymenko
|
fb22ef053b
Move rest of NodeControl stuff out of node/ and into control/
|
11 жил өмнө |
Adam Ierymenko
|
1d37204a37
Refactoring in progress... pardon our dust...
|
11 жил өмнө |
Adam Ierymenko
|
de4e29288d
Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo.
|
11 жил өмнө |
Adam Ierymenko
|
721625d512
Add MAC to listnetworks, and some other make stuff.
|
11 жил өмнө |
Adam Ierymenko
|
cf4700bc26
Simplify network briding modes -- we only need passive toggle and active bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency.
|
11 жил өмнө |
Adam Ierymenko
|
c231510f8b
More TCP-related fixes and tweaks to ping timing, resynchronize, and startup.
|
11 жил өмнө |
Adam Ierymenko
|
d9b91758e0
Fix command line interface.
|
11 жил өмнө |
Adam Ierymenko
|
33ad3deaee
Builds with new Path code.
|
11 жил өмнө |
Adam Ierymenko
|
1c555e4b96
command bus fix
|
11 жил өмнө |
Adam Ierymenko
|
abc82d6a52
IPC changes and SocketManager changes all build!
|
11 жил өмнө |
Adam Ierymenko
|
acf7d70d24
Integrate IPC stuff into NodeConfig.
|
11 жил өмнө |
Adam Ierymenko
|
b5c3a92be2
Boring stuff: update dates in copyrights across all files.
|
11 жил өмнө |
Adam Ierymenko
|
4ec7cd2760
Fix for GitHub issue #38: compute whether we are ONLINE a little differently
|
11 жил өмнө |
Adam Ierymenko
|
3f912eb4ad
Fix for GitHub issue #37: remember *nix device names.
|
11 жил өмнө |
Adam Ierymenko
|
f1b45f7df0
A few little fixes in NodeConfig.
|
11 жил өмнө |
Adam Ierymenko
|
33728840ec
More local.conf stuff.
|
11 жил өмнө |
Adam Ierymenko
|
cd339486b7
local.conf in NodeConfig
|
11 жил өмнө |
Adam Ierymenko
|
f80ec871f6
Make EthernetTap creation occur in a background thread in Network since it's a time consuming operation on Windows. This fixes one of the last remaining Windows problems.
|
11 жил өмнө |
Adam Ierymenko
|
370dd6c4da
Several things:
|
11 жил өмнө |
Adam Ierymenko
|
07f505971c
Windows build fixes.
|
11 жил өмнө |
Adam Ierymenko
|
a22a3ed7e8
Software update work...
|
11 жил өмнө |
Adam Ierymenko
|
4296db2358
Add configuration age to listnetworks results and GUI.
|
12 жил өмнө |
Adam Ierymenko
|
c979a695c5
UI work, add name to listnetworks output in control bus interface.
|
12 жил өмнө |
Adam Ierymenko
|
5e71e07f59
Add persistent identity caching for use on supernodes. Activate by just making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles.
|
12 жил өмнө |
Adam Ierymenko
|
70655cc3f7
Docs and auto-update of Earth network ID.
|
12 жил өмнө |
Adam Ierymenko
|
8c9b73f67b
Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet encrypt and decrypt. Profiling analysis found that Salsa20 encrypt was accounting for a nontrivial percentage of CPU time, so it makes sense to cut this load fundamentally. There are no published attacks against Salsa20/12, and DJB believes 20 rounds to be overkill. This should be more than enough for our needs. Obviously incorporating ASM Salsa20 is among the next steps for performance.
|
12 жил өмнө |
Adam Ierymenko
|
ca93b4a1ac
Clean up some stuff, including a few spots where exceptions were not being handled correctly.
|
12 жил өмнө |
Adam Ierymenko
|
03b909603a
Clean up the awful Network::Config mess and break that out into NetworkConfig.
|
12 жил өмнө |