1. efe3409 Fuzz remaining UciNotifications and send them from HAL to Uci layer. by ziyiw · 2 years, 1 month ago
  2. 6e0491e Merge "Fuzz some UciNotifications sending back from HAL to UCI layer." into tm-dev by TreeHugger Robot · 2 years, 1 month ago
  3. 5ebc00c Fuzz some UciNotifications sending back from HAL to UCI layer. by ziyiw · 2 years, 1 month ago
  4. 01e5b50 uci(pdl): Fix session_init_cmd unit test gid value by Roshan Pius · 2 years, 1 month ago
  5. 084270e Merge "uwb(native): Adding host tests for libuwb_uci_rust, libuwb_uci_packet" into tm-dev by Roshan Pius · 2 years, 1 month ago
  6. c884df8 uwb(native): Adding host tests for libuwb_uci_rust, libuwb_uci_packet by Alain Michaud · 2 years, 5 months ago
  7. 19ab538 Merge "uwb_core: group UciNotification to core, session, and vendor" into tm-dev by TreeHugger Robot · 2 years, 1 month ago
  8. b38eb2d Merge "uwb_core: send SessionRangeData to SessionManager's caller" into tm-dev by TreeHugger Robot · 2 years, 1 month ago
  9. 0e94af6 Merge changes Ia6007bef,Ifba9819a into tm-dev by TreeHugger Robot · 2 years, 1 month ago
  10. f1f5013 Merge "Add some unit tests for uci packet logger." into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  11. 558e3da uwb_core: group UciNotification to core, session, and vendor by Chih-Yu Huang · 2 years, 2 months ago
  12. cb41a81 uwb_core: send SessionRangeData to SessionManager's caller by Chih-Yu Huang · 2 years, 2 months ago
  13. 3f06b8a uwb_core: polish the struct of the ranging data notification by Chih-Yu Huang · 2 years, 2 months ago
  14. 796d138 uwb_core: add update_controller_multicast_list() method by Chih-Yu Huang · 2 years, 2 months ago
  15. 9752e41 Add some unit tests for uci packet logger. by ziyiw · 2 years, 2 months ago
  16. 799b124 uwb_core: add reconfigure() method at SessionManager by Chih-Yu Huang · 2 years, 2 months ago
  17. 8e9a958 uwb_core: Remove unnesaccery clone at session_manager's tests by Chih-Yu Huang · 2 years, 2 months ago
  18. 29431d5 uwb_core: add start/stop ranging method at SessionManager by Chih-Yu Huang · 2 years, 2 months ago
  19. 3cabad4 uwb_core: add timeout for waiting notification by Chih-Yu Huang · 2 years, 2 months ago
  20. 20ed154 uwb_core: pass AppConfigParams when initiating session by Chih-Yu Huang · 2 years, 2 months ago
  21. 5f9ff7f uwb_core: verify the equality of TLV list by HashMap by Chih-Yu Huang · 2 years, 2 months ago
  22. a714569 uwb_core: make FiraAppConfigParams generate tlvs for every field by Chih-Yu Huang · 2 years, 2 months ago
  23. 055099f uwb_core: FiraAppConfigParams generate updated TLV list by Chih-Yu Huang · 2 years, 2 months ago
  24. c128471 Merge changes Ie83857bd,Ia0821a01 into tm-dev by Aka (Chih-Yu) Huang · 2 years, 2 months ago
  25. 7a18aa1 uwb_core: FiraAppConfigParams generate TLV list via HashMap by Chih-Yu Huang · 2 years, 2 months ago
  26. 0b345e4 uwb_core: Fix the range of uwb_initiation_time_ms field by Chih-Yu Huang · 2 years, 2 months ago
  27. d7d54fb uwb(uci-rust): Reorganize unit test codebase by Roshan Pius · 2 years, 2 months ago
  28. c957526 uwb(uci-rust): Wait for CLOSE_CPLT HAL event for deinitializing by Roshan Pius · 2 years, 2 months ago
  29. 2276af0 uwb(uci-rust): Fix error checking in build_set_app_config_cmd by Roshan Pius · 2 years, 2 months ago
  30. 0ca88e5 Merge changes from topics "presubmit-am-08ebbe811915468cbf8be553b85630e9", "presubmit-am-bb24494caaa74180a118ff2dad220600", "presubmit-am-e3733b1685264f2f9dbcdd3bbc71e8ae" into tm-dev by Aka (Chih-Yu) Huang · 2 years, 2 months ago
  31. cf340cd Merge changes from topics "presubmit-am-3215e807c6e444928f1f50b4b32102c6", "presubmit-am-91d751cbe97a4d929b3ec27913f6c8e4" into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  32. 94aac2e Merge "Add more test cases for fuzzing & handle errors that should not crash." into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  33. a74eb33 Set the max buffer size to 10 kb. by ziyiw · 2 years, 2 months ago
  34. 563580b Handle file permissions to avoid symlink attack. by ziyiw · 2 years, 2 months ago
  35. b7f8cd5 uwb_core: add builder_field macro to generate the setter method by Chih-Yu Huang · 2 years, 2 months ago
  36. 185c52a uwb_core: add unit test for FiraAppConfigParams by Chih-Yu Huang · 2 years, 2 months ago
  37. 3b8382a uwb_core: validate the Android-specific fields at FiraAppConfigParams by Chih-Yu Huang · 2 years, 2 months ago
  38. b0859de uwb_core: add FiraAppConfigParamsBuilder by Chih-Yu Huang · 2 years, 2 months ago
  39. 986ae15 uwb_core: generates TLV from FiraAppConfigParams by Chih-Yu Huang · 2 years, 2 months ago
  40. e62def6 Merge changes from topics "presubmit-am-1b55dd285a724096aa6f36af2a304ae9", "presubmit-am-44283d6f4c91442d99cae8465c26c99a", "presubmit-am-a00970ec4dfa4e4eb9367981af69fcbf" into tm-dev by Aka (Chih-Yu) Huang · 2 years, 2 months ago
  41. e10b112 uwb(uci-rust): Add more unit tests in adaptation by Roshan Pius · 2 years, 2 months ago
  42. 9bb8e7f uwb_core: add FiraAppConfigParams by Chih-Yu Huang · 2 years, 2 months ago
  43. 9e2c303 Add more test cases for fuzzing & handle errors that should not crash. by ziyiw · 2 years, 2 months ago
  44. 34b0a48 Merge changes from topics "presubmit-am-555d3b4da8e042caa53312c30788900e", "presubmit-am-76e01c792533415fbce3709f84f2e776", "presubmit-am-ec4b83d1ba994f918fd924ae0f90dd9c" into tm-dev by Roshan Pius · 2 years, 2 months ago
  45. 6c6adec uwb_core: UciManager close UciHal when dropped by Chih-Yu Huang · 2 years, 2 months ago
  46. 4607997 uwb_core: verify the mock instance at the current thread by Chih-Yu Huang · 2 years, 2 months ago
  47. 4eb6cf7 Merge changes from topics "presubmit-am-1eb5de007d9d4ef7b1ed7e83aaca8dfc", "presubmit-am-502c507ca1394544bebf3885b52f2896", "presubmit-am-e54a8a9f31be4632af4e50dd9811d424" into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  48. 4e3090f uwb(uci-rust): Add more unit tests by Roshan Pius · 2 years, 2 months ago
  49. 36369f5 uwb(uci-rust): Cleanup MockUwbAdaption by Roshan Pius · 2 years, 2 months ago
  50. 5e1598e uwb(uci-rust): Add more unit tests by Roshan Pius · 2 years, 2 months ago
  51. 5374586 Merge "Create basic fuzz tests." into tm-dev by Roshan Pius · 2 years, 2 months ago
  52. 51cb1f6 uwb_core: remove module prefix from Error and Result type by Chih-Yu Huang · 2 years, 2 months ago
  53. 5799d31 uwb_core: Add UwbService by Chih-Yu Huang · 2 years, 2 months ago
  54. aa05de3 uwb_core: add session module by Chih-Yu Huang · 2 years, 2 months ago
  55. a432714 Merge "Add power status query capbility enum value" into tm-dev by Kai Shi · 2 years, 2 months ago
  56. b1d8edf Merge "uwb(uci): Make UCI PDL library available to vendors" into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  57. 273d1f2 Create basic fuzz tests. by ziyiw · 2 years, 2 months ago
  58. b515182 Add power status query capbility enum value by Kai Shi · 2 years, 2 months ago
  59. d4f0e6a Merge changes from topics "presubmit-am-101447a53dfa4e7bbd75ba9e46a5bc1d", "presubmit-am-2a1a1676decc487397c32eacdb5774d5", "presubmit-am-4b2e9ad8d00b41ed9ad4c6b8c6ced23d", "presubmit-am-5483185326824555b2e42918637c3e44", "presubmit-am-5ca7aec91cfd426d97dc014122374c60", "presubmit-am-9aaebadb080042a696ab95c7bafb6825", "presubmit-am-d278b6c4270e44179511344f151ff2b9", "presubmit-am-ea300a0a7e254410ae45972058663b80", "presubmit-am-f1e95b77f6584577a3a1c135193cc0c3" into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  60. f6eaef1 uwb_core: add mock_uci_manager by Chih-Yu Huang · 2 years, 2 months ago
  61. 70b4e1e uwb_core: support the UCI packet fragment by Chih-Yu Huang · 2 years, 2 months ago
  62. cfd19bd uwb_core: add unit tests for UciManager by Chih-Yu Huang · 2 years, 2 months ago
  63. ac226d7 uwb_core: add UciManager by Chih-Yu Huang · 2 years, 2 months ago
  64. 5683d2f uwb(uci): Make UCI PDL library available to vendors by Roshan Pius · 2 years, 2 months ago
  65. d1ef031 uwb(uci_rust): Handle vendor HAL crashes gracefully by Roshan Pius · 2 years, 2 months ago
  66. 971353e uwb(uci-rust): Add StatusCode from PDL to UwbErr by Roshan Pius · 2 years, 2 months ago
  67. d9bb483 uwb_core: add UciMessage, UciCommand, UciResponse, UciNotification by Chih-Yu Huang · 2 years, 2 months ago
  68. 640a516 uwb_core: add uci::params module by Chih-Yu Huang · 2 years, 2 months ago
  69. f1d7abd uwb_core: add StatusCode by Chih-Yu Huang · 2 years, 2 months ago
  70. a964b9b uwb_core: add TimeoutUciHal struct by Chih-Yu Huang · 2 years, 2 months ago
  71. 7aa94db uwb_core: Add uci module by Chih-Yu Huang · 2 years, 3 months ago
  72. 9f37445 uci(rust): Handle fragmentation/defragmentation of packets by Roshan Pius · 2 years, 2 months ago
  73. d412886 uci(rust): Fix bug in build_uci_vendor_cmd_packet by Roshan Pius · 2 years, 2 months ago
  74. ed133be Merge "Revert "uwb(uci-rust): Switch Android GID temporarily"" into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  75. a0476c2 Merge "Handle error for invalid input." into tm-dev by Bob Wang · 2 years, 2 months ago
  76. cf157b3 Revert "uwb(uci-rust): Switch Android GID temporarily" by Roshan Pius · 2 years, 3 months ago
  77. 7f9c7c3 uwb_uci_packets: align missing UCI status error codes with FiRa by Jeremy Rocher · 2 years, 2 months ago
  78. 10fd6cd Handle error for invalid input. by ziyiw · 2 years, 2 months ago
  79. f630fe6 Merge changes from topic "nxp_c_upstream" into tm-dev by Roshan Pius · 2 years, 2 months ago
  80. 36ceae0 Merge changes from topics "presubmit-am-0a19a157c70b4160bfa38108da61d322", "presubmit-am-137edfbf71b941d9834c73e77334d377", "presubmit-am-2fdc867f41254ce49957156ee8c33ed9", "presubmit-am-65762e34df3540f2a23ded3d5307f5cc", "presubmit-am-783780d8027f43638f7cd1aee08e9f46" into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  81. 9dd4ebb Buffer not being free when required. by darshan k s · 2 years, 5 months ago
  82. a6d0b45 UCI changes to support vendor extension funtionality by Sreenivasaiah venkateshaiah · 2 years, 3 months ago
  83. f745db5 Merge "uci_hmsgs: fix build_uci_vendor_cmd_packet() method" into tm-dev by TreeHugger Robot · 2 years, 2 months ago
  84. 49d3b8c uwb_core: add dependencies at Cargo.toml and Android.bp by Chih-Yu Huang · 2 years, 2 months ago
  85. 6f5d9d1 event_manager: avoid expect() when failed to convert data by Chih-Yu Huang · 2 years, 2 months ago
  86. b8bbedd uwb_core: use Cargo workspace by Chih-Yu Huang · 2 years, 3 months ago
  87. 171c888 uwb_uci_packets: Rename DeviceConfigTLV to DeviceConfigTlv by Chih-Yu Huang · 2 years, 2 months ago
  88. 74c9d9f uwb_uci_packets: fix typo from SESSSION to SESSION by Chih-Yu Huang · 2 years, 2 months ago
  89. f040474 uwb_uci_packets: change ControleeStatus's status type to MulticastUpdateStatusCode by Chih-Yu Huang · 2 years, 3 months ago
  90. 504996e uci_hmsgs: fix build_uci_vendor_cmd_packet() method by Chih-Yu Huang · 2 years, 3 months ago
  91. 9e3e7c9 uwb_core: add rustfmt.toml by Chih-Yu Huang · 2 years, 3 months ago
  92. 16ba1d5 Merge changes If361dc5d,If1c86588 into tm-dev by Aka (Chih-Yu) Huang · 2 years, 3 months ago
  93. 7b35110 Merge "Remove the log file after 24 hours." into tm-dev by Bob Wang · 2 years, 3 months ago
  94. 8a806ae uwb_core: create the UWB core library by Chih-Yu Huang · 2 years, 3 months ago
  95. e374838 Split uwb_uci_packets to separated crate by Chih-Yu Huang · 2 years, 3 months ago
  96. ce273bb Add vendor UCI statuses for CCC by Mathieu Mandret · 2 years, 3 months ago
  97. 417f09b Merge "Add Dispatcher trait" into tm-dev by Aka (Chih-Yu) Huang · 2 years, 3 months ago
  98. e4e7d86 Remove the log file after 24 hours. by ziyiw · 2 years, 3 months ago
  99. ad58284 Move open_next_file into BufferedFile to avoid deadlock. by Roshan Pius · 2 years, 3 months ago
  100. 932da8d Add Dispatcher trait by Chih-Yu Huang · 2 years, 3 months ago