1. eaa2779 [settings] define new Settings key for Border Router ID (#8971) by Kangping · 1 year, 2 months ago
  2. 99a615b [clang-format] use `AllowShortFunctionsOnASingleLine: All` (#8502) by Abtin Keshavarzian · 1 year, 7 months ago
  3. e609eef [logging] fix print format using `%lu` for `uint32_t` variables (#8495) by Zhangwx · 1 year, 7 months ago
  4. ac11f66 [log] add compile-time check for `printf` style arg check to log functions (#8339) by Abtin Keshavarzian · 1 year, 8 months ago
  5. ca8799a [routing-manager] persist deprecating old prefixes in `Settings` (#8330) by Abtin Keshavarzian · 1 year, 8 months ago
  6. d17bde5 [mle] move simple RLOC to Router ID conversion functions to `mle_types.hpp` (#8060) by Abtin Keshavarzian · 1 year, 10 months ago
  7. 11eb753 [settings] remove unused/deprecated definitions (#7762) by Abtin Keshavarzian · 2 years, 1 month ago
  8. a820a55 [settings] update Dataset related methods to use `Dataset::Type` (#7602) by Abtin Keshavarzian · 2 years, 2 months ago
  9. c9f23cc [settings] set sensitive keys in platform settings initialization (#7496) by jinran-google · 2 years, 3 months ago
  10. 304caab [nat64] allocate NAT64 prefix and OMR prefix from the same /48 BR ULA prefix (#7436) by Yi · 2 years, 4 months ago
  11. 9021935 [log] add `OT_SHOULD_LOG_AT(aLevel)` (#7456) by Abtin Keshavarzian · 2 years, 4 months ago
  12. 564982c [log] implement new logging model with module name support (#7385) by Abtin Keshavarzian · 2 years, 4 months ago
  13. 7ec658e [common] add `GetArrayLength()` and `GetArrayEnd()` (#7413) by Abtin Keshavarzian · 2 years, 5 months ago
  14. 37f9d17 [routing-manager] generate random nat64 prefix and add it to netdata (#7232) by Yi · 2 years, 5 months ago
  15. 4b36e51 [settings] fix OT_LOG_LEVEL macros (#6728) by Sagar Chinchani · 3 years, 1 month ago
  16. 87e6cf5 [srp-server] choose different UDP port from previous on reboot (#6702) by whd · 3 years, 1 month ago
  17. a24b67e [settings] simplify and enhance `Settings` (#6683) by Abtin Keshavarzian · 3 years, 1 month ago
  18. 1796f50 [srp-client] support saving selected server info (by auto-start) (#6672) by Abtin Keshavarzian · 3 years, 1 month ago
  19. f7802d6 [style] rename header file to `locator_getters.hpp` (#6422) by Abtin Keshavarzian · 3 years, 3 months ago
  20. 7dca56e [error] add 'ot::Error' and 'kError{Name}' for use by core modules (#6237) by Abtin Keshavarzian · 3 years, 4 months ago
  21. 7798904 [settings] add APIs to securely store critical settings (#6125) by Zhanglong Xia · 3 years, 5 months ago
  22. 966baf5 [net] SRP client implementation (#6038) by Abtin Keshavarzian · 3 years, 6 months ago
  23. 995ad66 [border-router] initial implementation of prefix/route management (#5856) by kangping · 3 years, 6 months ago
  24. bd197d3 [settings] use Equatable/Clearable in Settings structures (#5281) by Abtin Keshavarzian · 4 years ago
  25. 812eeee [settings] enhance Settings::ChildInfoIterator (#5272) by Abtin Keshavarzian · 4 years ago
  26. eee173a [ip6-address] update and use Ip6::InterfaceIdentifier class (#5194) by Abtin Keshavarzian · 4 years ago
  27. 9488d4b [settings] fix DUA logging (#5095) by Simon Lin · 4 years, 1 month ago
  28. bc97455 [dua] save dad counter into non volatile memory (#4904) by Rongli Sun · 4 years, 1 month ago
  29. 91111c6 [mle] add DeviceRole type, and IsChild, IsRouter, etc method (#4794) by Abtin Keshavarzian · 4 years, 3 months ago
  30. 8220981 [flash] integrate flash driver with build option (#4552) by Jonathan Hui · 4 years, 5 months ago
  31. b01754c [mle] add enhanced keep-alive (#4325) by Yakun Xu · 4 years, 4 months ago
  32. e83b8c7 [settings] allow value to have smaller than expected length (#4499) by Jonathan Hui · 4 years, 5 months ago
  33. e9261b6 [settings] initialize structure before reading from storage (#4499) by Jonathan Hui · 4 years, 5 months ago
  34. 6475396 [settings] encode non-volatile structs as little endian (#4527) by Jonathan Hui · 4 years, 5 months ago
  35. 5b22b4d [utils] remove wrap_string.h (#4483) by Jonathan Hui · 4 years, 6 months ago
  36. 8de5fbe [posix-app] close the settings file when reset (#3958) by Zhanglong Xia · 5 years ago
  37. af46ffa [coverage] exclude logging code from coverage report (#3947) by Jonathan Hui · 5 years ago
  38. c14cc60 [windows] remove unsupported platform (#3878) by Kamil Sroka · 5 years ago
  39. 49c4b63 [style] make parameter names consistent across decls and defs (#3705) by Jonathan Hui · 5 years ago
  40. e990ede [settings] skip non-volatile save with same NetworkInfo/ParentInfo (#3552) by Abtin Keshavarzian · 5 years ago
  41. 309bd09 [logging] remove aInstance as input parameter to logging macros (#3184) by Abtin Keshavarzian · 6 years ago
  42. e25570f [settings] do not log setting delete operation with NOT_FOUND error (#2834) by Abtin Keshavarzian · 6 years ago
  43. 4b918f8 [string] adding ot::String<size> class (#2764) by Abtin Keshavarzian · 6 years ago
  44. ad4b597 [settings] adding Settings class (#2606) by Abtin Keshavarzian · 6 years ago
  45. 85fb7a4 Remove otPlatFlash API's and move settings from core to examples. (#889) by pvanhorn · 8 years ago
  46. 1365d80 Unify settings block length with type 'uint16_t' (#877) by Shu Chen · 8 years ago
  47. 606b6e5 Refine settings driver (#847) by Shu Chen · 8 years ago
  48. 8468ffd Settings Driver (#775) by Lu Wang · 8 years ago