aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-26[infra-netif] select infrastructure link among multiple candidates (#1353)Simon Lin
2022-07-26[task-runner] support cancelling delayed tasks (#1472)Simon Lin
2022-07-25[task-runner] fix `std::move` on const values (#1474)whd
2022-07-21[dbus] add coex metrics property (#1468)jinran-google
2022-07-20[dbus] fix "parser error : StartTag: invalid element name" (#1466)Jonathan Hui
2022-07-20[dbus] add RCP metrics properties (#1454)jinran-google
2022-07-06[dbus] add signal for initialization (#1448)jinran-google
2022-06-27[dbus] add D-BUS API `GetMdnsInfo` (#1400)whd
2022-06-24[dbus] add notifications for active dataset changes (#1437)jinran-google
2022-06-21[dbus] return delay timer from `AttachAllNodesTo` (#1430)jinran-google
2022-06-21[dbus] add Thread Eui64 property (#1434)jinran-google
2022-06-14[dbus] add DBus API to get multiple properties (#1423)jinran-google
2022-06-09[agent] add command-line arg to disable auto attach (#1402)jinran-google
2022-06-08[dbus] fix `dbus/common/types.hpp` (#1417)whd
2022-06-03[meshcop] publish the full timestamp tlv (#1386)Kangping
2022-05-31[build] link `netfilter_queue` on demand (#1396)Simon Lin
2022-05-30[mdns] downgrade the log level for `Bad Reference` error with `mDNSResponder`...whd
2022-05-26[dbus] implement D-BUS API `GetDnssdCounters` (#1391)whd
2022-05-24[agent] remove potential data race on `sShouldTerminate` (#1383)Simon Lin
2022-05-19[dbus] implement D-BUS API `GetSrpServerInfo` (#1367)whd
2022-05-16[dbus] allow `AttachAllNodesTo` when has active dataset but detached (#1363)jinran-google
2022-05-16[ncp] add support for "1.3" in `GetThreadVersion()` (#1375)Jonathan Hui
2022-05-12[meshcop] append last 2 bytes of ext addr to service instance name (#1370)whd
2022-05-09[agent] refine booting logs (#1365)Simon Lin
2022-05-09[dbus] implement detach client API (#1352)gabekassel
2022-05-03[adv-proxy] treat `NOT_FOUND` as success when unpublishing host/service (#1355)Abtin Keshavarzian
2022-05-01[platform] de-init application in `otPlatReset` and verify `Publisher` state ...whd
2022-04-20[ndproxy] fix binding to interface for macOS (#1345)Kangping
2022-04-13[logging] set OTBR log level when OT log level changes (#1319)Simon Lin
2022-04-07[dbus] implement D-Bus API `GetOnMeshPrefixes` (#1330)whd
2022-04-06[web-service] ot-client: add needed header for fd_set() call (#1326)Stefan Schmidt
2022-04-06[agent] remove `InstanceParams` class (#1325)Simon Lin
2022-04-06[mac] remove beacons payload (#1314)Eduardo Montoya
2022-03-29[logging] allow syslog facility to be defined (#1312)gabekassel
2022-03-28[logging] refine mDNS logs (#1300)whd
2022-03-25[logging] use capitalized first letter for log messages (#1310)whd
2022-03-24[border-agent] don't treat `OTBR_ERROR_ABORTED` as an error in logs (#1307)whd
2022-03-16[dbus] fix OTBR's behavior when `Reset` is invoked (#1296)whd
2022-03-10[doxygen] change `[inout]` to `[in,out]` (#1289)Jonathan Hui
2022-03-09[avahi] bug fix and small enhancements for avahi publisher (#1283)whd
2022-03-09[cmake] add `OTBR_NOTIFY_UPSTART` option (#1290)Simon Lin
2022-03-01[trel-dnssd] fix format string (#1277)Simon Lin
2022-02-28[mdns] fix potential dereferencing nullptr when using avahi (#1275)whd
2022-02-28[advertising-proxy] unpublish services before unpublishing a SRP host (#1273)Kangping
2022-02-19[web] use relative paths in xhr requests (#1262)Stefan Agner
2022-02-19[web] set text/html Content-Type for html files (#1261)Stefan Agner
2022-02-17[dbus] add debugging log for UpdateMeshcopTxtHandler (#1245)Kangping
2022-02-16[advertising-proxy] fix uninitialized variable (#1253)whd
2022-02-15[mdns] handle mDNS daemon restart for mDNSResponder and Avahi (#1221)whd
2022-02-14[mdns] remove ServiceRegistration before invoking the callback (#1248)Kangping