提交历史

作者 SHA1 备注 提交日期
  Adam Ierymenko c287ae4d1d Redo conversion of _networks to a vector. Just use a simple linear search 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. 10 年之前
  Adam Ierymenko daebce4994 Merge pull request #192 from mwarning/replace_erase 10 年之前
  Moritz Warning def9cf2a6a replace vector::erase, was missed in a previous commit (ref #186) 10 年之前
  Adam Ierymenko 4aa8449fe1 Merge branch '_networks_vector' of https://github.com/mwarning/ZeroTierOne into adamierymenko-dev 10 年之前
  Adam Ierymenko 53aad7f6bd Merge pull request #189 from keesbos/bugfix-auth-member 10 年之前
  Moritz Warning 787608b568 use _network function to reduce source code complexity 10 年之前
  Moritz Warning 2b04ac5e9b replace _networks map by vector 10 年之前
  Kees Bos 50d4f66d73 Fixed member authorization bug and minor cleanup 10 年之前
  Adam Ierymenko 7bae95836c Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address. 10 年之前
  Adam Ierymenko 07f84a99b4 Rebuild properly signed root topology after supernode -> rootserver name change. 10 年之前
  Adam Ierymenko f89f02ce9e Merge pull request #187 from keesbos/fix-ipv4-assignment 10 年之前
  Adam Ierymenko be4f08a548 Merge pull request #186 from mwarning/txQueue_vector 10 年之前
  Moritz Warning 0073d0f694 replace txQueue list by vector for faster memory access and less allocations 10 年之前
  Kees Bos 16eae132fa Fix for ipv4 assignment 10 年之前
  Adam Ierymenko 6fc150bddb Move js/ to ZeroTierIntegrations project. 10 年之前
  Adam Ierymenko 87bb0086de Almost certain fix for GitHub issue #184 on -dev 10 年之前
  Adam Ierymenko 1d0654bd14 Merge pull request #182 from keesbos/rootserver 10 年之前
  Adam Ierymenko 463442eb6f Merge pull request #181 from keesbos/bugfix 10 年之前
  Kees Bos 4affa10ca0 Fix 404 on creation of new network 10 年之前
  Kees Bos 2e1d363a86 Removed a superfluous cross join 10 年之前
  Kees Bos 1cbdae65fe Fix controller/network/*/member/* 10 年之前
  Kees Bos dcbae5f313 Bugfix controller get member info 10 年之前
  Adam Ierymenko 845955dea5 Add definition for VERB_CMA -- GitHub issue #180 10 年之前
  Adam Ierymenko 8aa68cd5f1 Add new fields in operator== 10 年之前
  Adam Ierymenko edbc5d3588 Gateways support in NetworkConfig object. 10 年之前
  Adam Ierymenko 96a58becf8 Gateways support in network controller schema and database (not implemented yet in client) toward GitHub issue #178 10 年之前
  Adam Ierymenko 8a9715f183 Rename ruleId to ruleNo and optimize some indexes in Sqlite3 schema. 10 年之前
  Adam Ierymenko 1b122cddbd Merge pull request #179 from keesbos/bugfix 10 年之前
  Kees Bos 42390e662b Pickup return code from handleControlPlaneHttpGET and handleControlPlaneHttpPOST 10 年之前
  Adam Ierymenko 494681a482 This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY detect borked port status on Windows and if any "cable unplugged" or other wacky states are detected whack the adapter (close and reopen). Tested adding a whole bunch of windows networks, removing, adding more, etc. and it seems to work very well! 10 年之前