コミット履歴

作者 SHA1 メッセージ 日付
  Adam Ierymenko d537428421 Build fixes. 5 年 前
  Adam Ierymenko 78d223d709 A bunch more cleanup, remove a ton of reinterpret_cast cruft in favor of a simple union in InetAddress. 5 年 前
  Adam Ierymenko 2b0127c26d Work in progress on crypto stuff, refactoring to back out of use of structs for encode/decode as it is questionably portable. 5 年 前
  Adam Ierymenko 16a3c14c53 A bunch of cleanup and refactoring, implementation of prep for forward secrecy still in progress. 5 年 前
  Adam Ierymenko c65391a344 Add symmetric key container, tons of cleanup. 5 年 前
  Adam Ierymenko 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 年 前
  Adam Ierymenko 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 年 前
  Adam Ierymenko 1f2e94a51d Some optimization and raw memory access cleanup. 5 年 前
  Adam Ierymenko d3a7468e83 Implement AES-GMAC-SIV and benchmark, rework COM and add a lot of comments and docs, and comments and docs elsewhere too. 5 年 前
  Adam Ierymenko 24e30a684b A bunch of little nit-picky header and name cleanup. 5 年 前
  Adam Ierymenko b87e8d8e41 readability++ 5 年 前
  Adam Ierymenko a58f11e601 Tweak protocol getPacketId(), unit tests for defragmenter, AES fix. 5 年 前
  Adam Ierymenko d603a73715 Build fixes. 5 年 前
  Adam Ierymenko 320c8429c2 Yet more perf, security hardening, and compile fix tweaks. 5 年 前
  Adam Ierymenko f21ecb3762 Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler. 5 年 前
  Adam Ierymenko 84619a7788 A bunch more refactoring including splitting Switch into VL1 and VL2 5 年 前
  Adam Ierymenko 7d11522768 Just about everything refactored for new Protocol/Buf code except Switch. 5 年 前
  Adam Ierymenko df346a6df6 Work in progress... clean up memcpy and create an annotation for that, lots more porting to new Buf/Protocol code, etc. 5 年 前