Adam Ierymenko
|
65c07afe05
Copyright updates for 2018.
|
7 years ago |
Adam Ierymenko
|
d2415dee00
Cleanup.
|
8 years ago |
Adam Ierymenko
|
355cce3938
Rename Utils::snprintf due to it being a #define on one platform.
|
8 years ago |
Adam Ierymenko
|
b55422a528
MTU integration in taps.
|
8 years ago |
Adam Ierymenko
|
1b68d6dbdc
License header update.
|
8 years ago |
Adam Ierymenko
|
48cadcd2fc
More build fixes.
|
8 years ago |
Adam Ierymenko
|
bd63a840c7
Mac build fix.
|
8 years ago |
Adam Ierymenko
|
e4896b257f
Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call.
|
8 years ago |
Adam Ierymenko
|
ebe7e15475
sys/sysctl.h is required on OSX and probably other BSD
|
9 years ago |
Adam Ierymenko
|
095aef5f30
Merge pull request #348 from the-maldridge/remove-sysctl
|
9 years ago |
Adam Ierymenko
|
23391ff9da
More OSX IPv6 fixes.
|
9 years ago |
Michael Aldridge
|
1a89694980
Remove explicit sys/sysctl.h includes
|
9 years ago |
Adam Ierymenko
|
b2d048aa0e
Make Dictionary templatable so it can be used where we want a higher capacity.
|
9 years ago |
Adam Ierymenko
|
2113c21fdc
devicemap now works again in OSXEthernetTap
|
9 years ago |
Adam Ierymenko
|
4e4fd51117
boring doc stuff
|
9 years ago |
Adam Ierymenko
|
f260250580
Simplify IP assignment logic in OSXEthernetTap, also fix for GitHub issue #249
|
9 years ago |
Adam Ierymenko
|
60f05518aa
(1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests.
|
10 years ago |
Adam Ierymenko
|
508519b62a
Tap driver load fix.
|
10 years ago |
Adam Ierymenko
|
aeb4b42ab3
Make tap itself handle remembering sticky device to nwid mappings.
|
10 years ago |
Adam Ierymenko
|
67f1f1892f
Bunch of tap stuff, IP address assignment hookups, etc.
|
10 years ago |
Adam Ierymenko
|
9e651b39e4
Add some TRACE around pinging (for now), and refactor service/One to just run in the foreground as some platforms may not require threads at all.
|
10 years ago |
Adam Ierymenko
|
08a11a6f32
Since which tap to use is chosen statically at compile time and the factories are gone, there is now no need for inheritance or virtual methods (indirect calls) here. Should improve performance slightly to get rid of them.
|
10 years ago |
Adam Ierymenko
|
8990fb8267
osnet -> osdep
|
10 years ago |