summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2014-08-07Compile for for TRACE, remove old TESTNET cruft.Adam Ierymenko
2014-08-07ifdef out Unix-only output redirect function on WindowsAdam Ierymenko
2014-08-07Fix for GitHub issue #97Adam Ierymenko
2014-08-06Some tap interface changes and integration into main.cpp for *nix systems.Adam Ierymenko
2014-08-05(1) Disable firewall openers (its easy to re-enable), (2) Do some prep work f...Adam Ierymenko
2014-08-05Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer.Adam Ierymenko
2014-07-31Path fixes in osnet/ stuffAdam Ierymenko
2014-07-31Tons of code cleanup, refactor Network to use EthernetTapFactory, probably al...Adam Ierymenko
2014-07-30Upgrade LZ4 to latest version.Adam Ierymenko
2014-07-26Salsa20 SSE Windows build fix -- turns out you can't be as loose with SSE int...Adam Ierymenko
2014-07-26Move node/osdep/ to sys/Adam Ierymenko
2014-07-25Linux routing table support work.Adam Ierymenko
2014-07-23A bunch more osdep/ work...Adam Ierymenko
2014-07-21Split UnixEthernetTap by platform to get rid of ifdef spaghetti.Adam Ierymenko
2014-07-18Ethernet tap factory interface.Adam Ierymenko
2014-07-17Move OS-dependent implementations of generic interfaces to osdep/ in preparat...Adam Ierymenko
2014-07-17Set/delete functionality in BSD routing table.Adam Ierymenko
2014-07-17BSD routing table works... that hurt much worse than it should have.Adam Ierymenko
2014-07-16BSD routing table implementation work.Adam Ierymenko
2014-07-15Cleanup, add __BSD__Adam Ierymenko
2014-07-15SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C versionAdam Ierymenko
2014-07-15Routing table base class.Adam Ierymenko
2014-07-15.Adam Ierymenko
2014-07-15.Adam Ierymenko
2014-07-13Starting to define system network stack interface.Adam Ierymenko
2014-07-02Leave IP addresses alone instead of deleting them from tap if they are not me...Adam Ierymenko
2014-07-01Fix for GitHub issue #88 - actually do in the code what the web UI expects it...Adam Ierymenko
2014-06-30Keep track of basic aliveness for peers regardless if direct or indirect conn...Adam Ierymenko
2014-06-26Only add active bridges to top of MC propagation list if they are alive. Othe...Adam Ierymenko
2014-06-26More little stuff in crypto code.Adam Ierymenko
2014-06-26Some crypto comment fixes.Adam Ierymenko
2014-06-26Add enabled/disabled status to network.Adam Ierymenko
2014-06-23Some comment revisions and additional sanity checks.Adam Ierymenko
2014-06-21Comments and cleanup.Adam Ierymenko
2014-06-21Bridging (GitHub issue #68) does indeed work! Just needed to fix a packet siz...Adam Ierymenko
2014-06-21.Adam Ierymenko
2014-06-21.Adam Ierymenko
2014-06-21.Adam Ierymenko
2014-06-21Bridging #68 should work now!Adam Ierymenko
2014-06-21.Adam Ierymenko
2014-06-21Debug code -- temporary.Adam Ierymenko
2014-06-18Some cleanup in PacketDecoder.Adam Ierymenko
2014-06-18Some TRACE improvements and comment revs.Adam Ierymenko
2014-06-17Some logging fixes.Adam Ierymenko
2014-06-17Get rid of pointer type punning warning/issue on g++.Adam Ierymenko
2014-06-14Simplify network briding modes -- we only need passive toggle and active brid...Adam Ierymenko
2014-06-14Run icacls.exe twice, once for each change - GitHub issue #71Adam Ierymenko
2014-06-13Bridging pretty much ready to test! Got Switch all wired up. Also fix a laten...Adam Ierymenko
2014-06-13Some more bridging work... wiring up in Switch - GitHub issue #68Adam Ierymenko
2014-06-13Network memory for bridge-side multicast groups that we learn - GitHub issue #68Adam Ierymenko