1. 4393200 Add tests to lib/support/SortUtils.h (#32421) by Tennessee Carmel-Veilleux · 1 year, 1 month ago
  2. 16f8d7a Fix session eviction handling of eviction hints. (#30806) by Boris Zbarsky · 1 year, 4 months ago
  3. b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 7 months ago
  4. 161e76a [3/3] Spec-compliant CASE eviction policy algorithm (#19903) by Jerry Johns · 2 years, 9 months ago
  5. c8149b1 Implement SessionHolder auto shifting (#18107) by Zang MingJie · 2 years, 9 months ago
  6. c6724a0 [2/3] CASE Eviction (Initial Impl) (#19502) by Jerry Johns · 2 years, 9 months ago
  7. c2a869a [1/3] Reserve `SecureSession` for CASE establishment on the responder at init time (#19261) by Jerry Johns · 2 years, 10 months ago
  8. cf7d85c Use refcounter for secure session (#17599) by Zang MingJie · 2 years, 11 months ago
  9. 7965de7 Fix crash on removal of accessing fabric (#17815) by Tennessee Carmel-Veilleux · 3 years ago
  10. a3f636d Add an API to create session for tests instead of NewPairing (#17411) by Zang MingJie · 3 years ago
  11. 1866f46 Apply clang-tidy readability-else-after-return (#17125) by Andrei Litvin · 3 years ago
  12. 41a431d Fix Session ID Allocation (#16895) by Michael Sandstedt · 3 years ago
  13. 7a4028d Refactor SessionHandle (#13330) by Zang MingJie · 3 years, 3 months ago
  14. be5e0f1 Remove time source template argument of sessions (#12791) by Zang MingJie · 3 years, 4 months ago
  15. ed367ec Added CASE Authenticated Tags Support to Access Control Check. (#12689) by Evgeny Margolis · 3 years, 4 months ago
  16. 00434dd Release ObjectPool objects in Session management (#12906) by Kevin Schoedel · 3 years, 4 months ago
  17. fcd9785 Small cleanups (#12694) by Kevin Schoedel · 3 years, 4 months ago
  18. c68f199 Catch or release ObjectPool leaks (#12499) by Kevin Schoedel · 3 years, 4 months ago
  19. e2e4c17 Use Loop::Break/Continue instead of bool in visitor of ForEachActiveObject (#12420) by Zang MingJie · 3 years, 4 months ago
  20. f7f1cc3 Reduce size doxygen img (#12337) by Victor Morales · 3 years, 4 months ago
  21. ea87cc6 ACLs: Added SessionType and CATs Parameters to SecureSession and PairingSession Classes (#12027) by Evgeny Margolis · 3 years, 4 months ago
  22. 619b726 Group MRP parameters (#12069) by Zang MingJie · 3 years, 4 months ago
  23. 618763d Convert TimeSource to safer Clock types (#11449) by Kevin Schoedel · 3 years, 5 months ago
  24. c9642fc Use BitMapPool for SecureSessionTable (#11110) by Zang MingJie · 3 years, 5 months ago
  25. d786c58 Clean up unusded code in SecureSessionTable (#11041) by Zang MingJie · 3 years, 5 months ago
  26. 5d4d073 Remove unnecessary dependencies on FabricTable objects (#10126) by Pankaj Garg · 3 years, 6 months ago
  27. eca9bff Rename classes in transport layer (#9814) by Zang MingJie · 3 years, 6 months ago[Renamed (85%) from src/transport/PeerConnections.h]
  28. 3fd5bf8 [msg] Update message version and session id fields to match spec. (#9675) by Martin Turon · 3 years, 7 months ago
  29. 692b86c Expire associated secure sessions when a fabric is deleted (#9571) by Pankaj Garg · 3 years, 7 months ago
  30. 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
  31. 814806f Optional: allow holding non-default-constructable-type (#9223) by Zang MingJie · 3 years, 7 months ago
  32. 2a63309 Rename admin pairing class and usage to fabric (#8479) by Pankaj Garg · 3 years, 8 months ago
  33. 8b585b5 Check for kUndefinedNodeId for optional node ID values (#5775) by Pankaj Garg · 4 years ago
  34. 07f1659 Use peer encryption key ID in message header while sending message (#5227) by Pankaj Garg · 4 years, 1 month ago
  35. 5f25ec1 Introduce concept of device administrator table (#4636) by Pankaj Garg · 4 years, 2 months ago
  36. c07d818 API SecureManager::SendMessage, use SecureSessoinHandle instead NodeId (#3728) by Zang MingJie · 4 years, 3 months ago
  37. 108e1b7 Fix bounds checks in PeerConnections (#3940) by Boris Zbarsky · 4 years, 4 months ago
  38. 05b1e1f Refactor Exchange APIs (#3923) by Zang MingJie · 4 years, 4 months ago
  39. e4ac46a [transport] Add node ID to address mapping (#3673) by Jiacheng Guo · 4 years, 5 months ago
  40. 1873e8c Use pragma once in more places (#3182) by Andrei Litvin · 4 years, 6 months ago
  41. a44b98b Support bypassing secure pairing for test devices and apps (#2267) by Pankaj Garg · 4 years, 7 months ago
  42. ed3995b Create and lookup connection state using key ID and optional node ID (#2167) by Pankaj Garg · 4 years, 8 months ago
  43. c3e81c3 Multiple PeerConnections with the same nodeId but different PeerAddress (#1422) by Vivien Nicolas · 4 years, 9 months ago
  44. c567d83 Move PeerConnections to be template based (#1255) by Andrei Litvin · 4 years, 9 months ago
  45. 7b20ccb Fix Darwin Framework Build by Sagar Dhawan · 4 years, 9 months ago
  46. 253b885 Remove unused array code by Andrei Litvin · 4 years, 10 months ago
  47. de18298 Update comment case based on code review feedback by Andrei Litvin · 4 years, 10 months ago
  48. eb8806c Update comment case based on code review feedback by Andrei Litvin · 4 years, 10 months ago
  49. 38de3ba Switch PeerConnections to not be template based. by Andrei Litvin · 4 years, 10 months ago
  50. 8ca8ff6 Added a class to track multime connections and handle connection expiration. by Andrei Litvin · 4 years, 10 months ago