Age | Commit message (Expand) | Author |
2015-10-19 | Fix some broken logic in Path::reliable() | Adam Ierymenko |
2015-10-19 | . | Adam Ierymenko |
2015-10-19 | . | Adam Ierymenko |
2015-10-19 | Fix for V4/V6 stable addressing. | Adam Ierymenko |
2015-10-19 | Fix bad COM attachment bug and eliminate an unnecessary redundant check. | Adam Ierymenko |
2015-10-19 | Do not allow VERB_RENDEZVOUS from non-upstream peers to block potential DOS v... | Adam Ierymenko |
2015-10-19 | Some test stuff that will not be pushed elsewhere. | Adam Ierymenko |
2015-10-16 | . | Adam Ierymenko |
2015-10-16 | Fix vProto init. | Adam Ierymenko |
2015-10-16 | Accept OK for confirm of HELLO or ECHO. | Adam Ierymenko |
2015-10-16 | Peer save/restore fix. | Adam Ierymenko |
2015-10-16 | Add rate limit on receive of DIRECT_PATH_PUSH to prevent DOS exploitation. | Adam Ierymenko |
2015-10-16 | IPv6 support fixes. | Adam Ierymenko |
2015-10-15 | GitHub issue #235, and I also see no reason not to communicate with people fr... | Adam Ierymenko |
2015-10-14 | decrypt fix | Adam Ierymenko |
2015-10-14 | Untested cluster code, not enabled. | Adam Ierymenko |
2015-10-14 | Work in progress on Cluster for new root infrastructure, multi-homing. | Adam Ierymenko |
2015-10-14 | Fix for world size in OK(HELLO) | Adam Ierymenko |
2015-10-14 | Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruct... | Adam Ierymenko |
2015-10-13 | Don't keep connections up longer than the alive timeout (unless they are rela... | Adam Ierymenko |
2015-10-13 | . | Adam Ierymenko |
2015-10-13 | Expose world ID and world timestamp in ZT_NodeStatus | Adam Ierymenko |
2015-10-13 | cleanup | Adam Ierymenko |
2015-10-13 | Full integration of World and World updates. | Adam Ierymenko |
2015-10-13 | World stuff... | Adam Ierymenko |
2015-10-13 | Add C output to mkworld. | Adam Ierymenko |
2015-10-13 | More World stuff, and mkworld. | Adam Ierymenko |
2015-10-12 | Work in progress on refactoring root-topology into World and adding in-band u... | Adam Ierymenko |
2015-10-12 | cleanup | Adam Ierymenko |
2015-10-09 | Create files for each hop (more convenient) and fix a packet parse bug. | Adam Ierymenko |
2015-10-09 | Be a bit more verbose in circuit test reports to more clearly track current a... | Adam Ierymenko |
2015-10-09 | Circuit tests basically work but need some tweaks, and fix some issues found ... | Adam Ierymenko |
2015-10-09 | Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE) | Adam Ierymenko |
2015-10-09 | docs | Adam Ierymenko |
2015-10-08 | Little bit of reorg in Salsa20 which seems to speed things up very slightly. | Adam Ierymenko |
2015-10-08 | Merge branch 'adamierymenko-dev' of http://10.6.6.2/zerotier/ZeroTierOne into... | Adam Ierymenko |
2015-10-08 | Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TES... | Adam Ierymenko |
2015-10-08 | docs | Adam Ierymenko |
2015-10-07 | Make it so ZeroTierOne.h can be used with a C compiler again. | Grant Limberg |
2015-10-07 | docs | Adam Ierymenko |
2015-10-07 | Make sure received() gets called for some new messages, and docs. | Adam Ierymenko |
2015-10-07 | Finally add an ECHO. | Adam Ierymenko |
2015-10-07 | Limit proof of work difficulty to something sane. | Adam Ierymenko |
2015-10-07 | Add proof of work request for future DDOS mitigation use. | Adam Ierymenko |
2015-10-07 | Tune NAT-t keepalives so that timing is better obeyed, clean up a build warni... | Adam Ierymenko |
2015-10-07 | Kill debug line. | Adam Ierymenko |
2015-10-07 | Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on A... | Adam Ierymenko |
2015-10-07 | More cleanup and simple refactoring, consolidate InetAddres serialize/deseria... | Adam Ierymenko |
2015-10-07 | Trim some cruft that is not used and probably never would be. | Adam Ierymenko |
2015-10-06 | Try reopening /dev/urandom if there is a problem. | Adam Ierymenko |