Age | Commit message (Expand) | Author |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2016-01-12 | Use network user ptr in lookup for Ethernet frame handling to eliminate map l... | Adam Ierymenko |
2016-01-12 | Add a network-associated user ptr in API. | Adam Ierymenko |
2016-01-11 | Instead of using binary packet comparison, add a callback to the API to expli... | Adam Ierymenko |
2015-11-09 | Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NAT | Adam Ierymenko |
2015-11-05 | Integrate deferred background processing into main OneService implementation. | Adam Ierymenko |
2015-11-05 | Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. | Adam Ierymenko |
2015-10-29 | Eliminate some more dead code. We may do path trust, but not like that. | Adam Ierymenko |
2015-10-27 | Factor out RemotePath subclass of Path -- no longer needed, just cruft. | Adam Ierymenko |
2015-10-26 | More plumbing of cluster status. | Adam Ierymenko |
2015-10-20 | Cluster work -- integrating with the rest of the code. | Adam Ierymenko |
2015-10-13 | More World stuff, and mkworld. | Adam Ierymenko |
2015-10-07 | Trim some cruft that is not used and probably never would be. | Adam Ierymenko |
2015-10-06 | Plumbing through circuit test stuff. | Adam Ierymenko |
2015-10-01 | Refactor: move network COMs out of Network and into Peer in prep for tighteni... | Adam Ierymenko |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i... | Adam Ierymenko |
2015-09-23 | Plumb through localInterfaceId to track local interfaces corresponding with r... | Adam Ierymenko |
2015-07-31 | Dead code removal. | Adam Ierymenko |
2015-07-13 | Clean up some YAGNI issues with implementation of GitHub issue #180, and make... | Adam Ierymenko |
2015-07-07 | Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ... | Adam Ierymenko |
2015-07-07 | A bunch of comments and cleanup, including some to yesterday's direct path pu... | Adam Ierymenko |
2015-07-06 | Plumbing for local interface addresses -- GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Almost everything for GitHub issue #180 except direct path map setup. | Adam Ierymenko |
2015-07-06 | Almost all of GitHub issue #180 | Adam Ierymenko |
2015-06-26 | Redo conversion of _networks to a vector. Just use a simple linear search and... | Adam Ierymenko |
2015-06-20 | use _network function to reduce source code complexity | Moritz Warning |
2015-06-20 | replace _networks map by vector | Moritz Warning |
2015-05-22 | TCP fallback tunneling is now working. That hurt more than expected. | Adam Ierymenko |
2015-05-21 | Completely factor out "desperation" from the core. I thought of a significant... | Adam Ierymenko |
2015-04-30 | Make sure identity.public exists and stays in sync, cleanup extra new in Node... | Adam Ierymenko |
2015-04-24 | First pass of Windows cleanup and build fixes... | Adam Ierymenko |
2015-04-15 | Rename netconf to controller and NetworkConfigMaster to NetworkController for... | Adam Ierymenko |
2015-04-15 | Fix some deadlock issues, move awareness of broadcast subscription into core,... | Adam Ierymenko |
2015-04-14 | Add beacon broadcasting back into Node. | Adam Ierymenko |
2015-04-13 | Basic control plane queries working. | Adam Ierymenko |
2015-04-13 | JSON control plane, almost done... | Adam Ierymenko |
2015-04-09 | Starting on new service/ code to encapsulate node/ with osdep/ stuff, and add... | Adam Ierymenko |
2015-04-08 | Add awareness of online status, and put old OS-dep utils in OSUtils. | Adam Ierymenko |
2015-04-08 | Add events for packet decode errors, etc., and re-implement TRACE as an event. | Adam Ierymenko |
2015-04-08 | Rename StatusCallback to more descriptive EventCallback. | Adam Ierymenko |
2015-04-07 | Tons of refactoring, change to desperation algorithm to use max of core or li... | Adam Ierymenko |
2015-04-07 | Starting to port from old Node() -- identity generation. | Adam Ierymenko |
2015-04-07 | Implement read from object store. | Adam Ierymenko |
2015-04-06 | Multicast group join/leave and group membership announcement. | Adam Ierymenko |
2015-04-06 | Network now calls port config function as per new API. | Adam Ierymenko |
2015-04-06 | build fixes. | Adam Ierymenko |
2015-04-06 | Bring IncomingPacket into line with new changes. | Adam Ierymenko |
2015-04-03 | Bunch more cleanup, improvements to NAT traversal logic, finished updating Sw... | Adam Ierymenko |
2015-04-03 | Send path simplification. | Adam Ierymenko |
2015-04-02 | The concept of link desperation (escalating to less desirable transports) sim... | Adam Ierymenko |