Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | docs | Adam Ierymenko | |
2015-07-06 | Documentation in Packet, more work on path push, and clean up ancient legacy ↵ | Adam Ierymenko | |
support code in Switch. | |||
2015-07-02 | Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM ↵ | Adam Ierymenko | |
issue. Also update Salsa20 comments and clean up a bit. | |||
2015-07-01 | For @glimberg -- a *possible* fix to the alignment headaches on Android/ARM. ↵ | Adam Ierymenko | |
If this works we should find a define that can be used to enable it there since it will slow things down on non-x86 other architectures. | |||
2015-06-29 | Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSH | Adam Ierymenko | |
2015-06-29 | Fix semantics of std::unique() to actually remove duplicates (hidden memory ↵ | Adam Ierymenko | |
leak?) | |||
2015-06-26 | Put multicast txQueue back to list. | Adam Ierymenko | |
2015-06-26 | Fix cert verification check for self signed signatures | Kees Bos | |
2015-06-26 | GitHub issue #191 - kill intra-network multicast rate limits (which were not ↵ | Adam Ierymenko | |
well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast. | |||
2015-06-26 | Redo conversion of _networks to a vector. Just use a simple linear search ↵ | Adam Ierymenko | |
and put the nwid in a pair with the pointer so linear search can be done without pointer chasing. This should be the fastest option for anything less than dozens of networks, and should save memory over the old map. | |||
2015-06-23 | replace vector::erase, was missed in a previous commit (ref #186) | Moritz Warning | |
2015-06-22 | Merge branch '_networks_vector' of https://github.com/mwarning/ZeroTierOne ↵ | Adam Ierymenko | |
into adamierymenko-dev | |||
2015-06-20 | use _network function to reduce source code complexity | Moritz Warning | |
2015-06-20 | replace _networks map by vector | Moritz Warning | |
_networks is usually quite small, using binary search on a vector might be faster comapred to std::map. This is especially true when using uClibc++, which uses a list. | |||
2015-06-19 | Root server terminology cleanup, and tighten up a security check by checking ↵ | Adam Ierymenko | |
full identity of peers instead of just address. | |||
2015-06-18 | Merge pull request #186 from mwarning/txQueue_vector | Adam Ierymenko | |
replace txQueue list by vector for faster memory access and less allo… | |||
2015-06-19 | replace txQueue list by vector for faster memory access and less allocations | Moritz Warning | |
2015-06-17 | Almost certain fix for GitHub issue #184 on -dev | Adam Ierymenko | |
2015-06-01 | Apply @marning suggested SSE auto-detect to make builds easier on non-x86 ↵ | Adam Ierymenko | |
platforms: https://github.com/mwarning/ZeroTierOne/commit/aa2fd044cb69b97eef1ea38d5fefd18543aae22a | |||
2015-06-01 | Kill obsolete amSupernode method -- we now have no differing behaviors. | Adam Ierymenko | |
2015-06-01 | docs | Adam Ierymenko | |
2015-06-01 | Fix to GitHub issue #140 -- network preferred relays. Also go ahead and ↵ | Adam Ierymenko | |
allow RENDEZVOUS from regular peers. | |||
2015-06-01 | Rest of GitHub issue #140 implementation. | Adam Ierymenko | |
2015-06-01 | Call it _relays since there might be other kinds later. | Adam Ierymenko | |
2015-06-01 | Always ping / contact network preferred relays (if any). | Adam Ierymenko | |
2015-06-01 | Fix for GitHub issue #170 | Adam Ierymenko | |
2015-05-25 | Some nodeJS work, and apply fix from GitHub issue #166 plus a small ↵ | Adam Ierymenko | |
optimization to avoid repeated calls to _allMulticastGroups(). | |||
2015-05-25 | Remove obsolete method. | Adam Ierymenko | |
2015-05-22 | Build fix. | Adam Ierymenko | |
2015-05-22 | typo | Adam Ierymenko | |
2015-05-22 | TCP fallback tunneling is now working. That hurt more than expected. | Adam Ierymenko | |
2015-05-22 | One second delay between NAT-t events. | Adam Ierymenko | |
2015-05-22 | Add delay to NAT-t escalation stuff to try to address GitHub issue #167 | Adam Ierymenko | |
2015-05-21 | Completely factor out "desperation" from the core. I thought of a ↵ | Adam Ierymenko | |
significantly simpler way to move all of this logic entirely into the containing service, liberating the core from any concern over the nature of its pipe to the outside world. | |||
2015-05-20 | Apple auto-update stuff, now for Windows. | Adam Ierymenko | |
2015-05-17 | Build fixes for G++, building without SQLite3 present, and warning removal. | Adam Ierymenko | |
2015-05-15 | A few revisions to PFS design. | Adam Ierymenko | |
2015-05-15 | Basic OpenBSD compile fixes -- still need to update BSDEthernetTap, will do ↵ | Adam Ierymenko | |
that later. Should be able to re-use FreeBSD port for OpenBSD, but we will see. | |||
2015-05-14 | First stab of PFS design work with PKC security -- may not implement in ↵ | Adam Ierymenko | |
1.0.3 but stubbing out. | |||
2015-05-13 | Some prep work to make room for perfect forward security (PFS). Will not ↵ | Adam Ierymenko | |
affect existing clients. | |||
2015-05-13 | Should fix deadlock issue in GitHub issue #166 | Adam Ierymenko | |
2015-05-06 | Renamed supernode to rootserver | Kees Bos | |
2015-06-13 | Add definition for VERB_CMA -- GitHub issue #180 | Adam Ierymenko | |
2015-06-13 | Add new fields in operator== | Adam Ierymenko | |
2015-06-13 | Gateways support in NetworkConfig object. | Adam Ierymenko | |
2015-06-13 | Gateways support in network controller schema and database (not implemented ↵ | Adam Ierymenko | |
yet in client) toward GitHub issue #178 | |||
2015-05-04 | When we reset within scope, erase the other entries for that scope so we ↵ | Adam Ierymenko | |
won't keep resetting the same scope repeatedly. | |||
2015-05-04 | Always update timestamp. | Adam Ierymenko | |
2015-05-04 | Make timeout also apply to null check in iam() | Adam Ierymenko | |
2015-05-04 | Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. ↵ | Adam Ierymenko | |
This stuff is called all over the place. |