1. bc94bc0 Revert "Mark UDP socket as ready for write in send msg. (#7927)" (#8027) by Damian Królik · 3 years, 9 months ago
  2. cc13560 Add Mbed os port (#7926) by Vincent Coubard · 3 years, 9 months ago
  3. 10a7ac6 Align the flag check between InetLayer::Init and InetLayer::Shutdown (#7883) by Yufeng Wang · 3 years, 9 months ago
  4. 8c55523 Mark UDP socket as ready for write in send msg. (#7927) by Vincent Coubard · 3 years, 9 months ago
  5. 9692e9a Followups from #6561 Generalize socket-based event loop (#7799) by Kevin Schoedel · 3 years, 9 months ago
  6. f9550e1 Remove `exit: return` idiom from some directories (#7768) by Kevin Schoedel · 3 years, 9 months ago
  7. 40d264b Remove lwIP from src/inet deps in socket builds (#7785) by Michael Spang · 3 years, 9 months ago
  8. f7c68a3 Generalize socket-based event loop (#6561) by Kevin Schoedel · 3 years, 10 months ago
  9. 2fbc3fd Platform impl for commissionable node discovery (#7633) by C Freeman · 3 years, 10 months ago
  10. e42d5ef Darwin use the global dispatch queue instead of relying on the IO thread and locking (#7405) by Vivien Nicolas · 3 years, 10 months ago
  11. 2423a26 Add IM Event Lock support (#7332) by yunhanw-google · 3 years, 10 months ago
  12. bfe602b Include interface ID in the PeerAddress that gets handed up from UDP/TCP code (#7389) by Boris Zbarsky · 3 years, 10 months ago
  13. 7dbc566 Introduction 64-bit formatting macro for nano printf lib (#6996) by Timothy Maes · 3 years, 11 months ago
  14. 860a204 Reduce memory usage by using rref instead of move-copy (#6874) by Zang MingJie · 3 years, 11 months ago
  15. 4ae09b3 Add ability to assert that chip stack is locked by the current thread. (#6551) by Andrei Litvin · 3 years, 11 months ago
  16. c40c176 Dispatch IO thread work to the main dispatch_queue for darwin (#6412) by Vivien Nicolas · 3 years, 11 months ago
  17. f62e238 Replace the EndPoint::PrepareIO() functions with stored state (#6109) by Kevin Schoedel · 4 years ago
  18. 88780da Remove `exit: return` idiom from src/inet and src/transport (#6025) by Kevin Schoedel · 4 years ago
  19. 5af7585 [nrfconnect] Use OpenThread API to join/leave multicast groups (#6002) by Damian Królik · 4 years ago
  20. 9928b52 nrfconnect: Automatically add new tests to monolithic driver (#5652) by Michael Spang · 4 years ago
  21. 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 4 years ago
  22. 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 4 years ago
  23. ab6d518 Close TCP connection when errors prevent handling messages (#5499) by Kevin Schoedel · 4 years ago
  24. 4eb50c2 Handle large messages in TCPBase::ProcessReceivedBuffer (#5265) by Kevin Schoedel · 4 years ago
  25. 01ac216 Fix sending PacketBuffer with "ref count > 1" fails in LwIP (#5309) by Yufeng Wang · 4 years, 1 month ago
  26. 6417761 Remove unused TapAddrAutoconf.cpp (#5208) by Michael Spang · 4 years, 1 month ago
  27. 09611bf Switch ${build_root}/chip back to ${chip_root}/build/chip (#5089) by Michael Spang · 4 years, 1 month ago
  28. 7093fde Advertise operational MDNS parameters on device reboot (#5004) by Andrei Litvin · 4 years, 1 month ago
  29. 2b58bdf Do a mDNS advertisement on minmdns server startup (#4884) by Andrei Litvin · 4 years, 1 month ago
  30. 1b6a96b Fix and test heap allocation of PacketBuffers (#4632) by Kevin Schoedel · 4 years, 2 months ago
  31. 381bed1 Use the type system for the size of the buffer arg to IPAddress::ToString, when possible. (#4753) by Boris Zbarsky · 4 years, 2 months ago
  32. ac5ec98 Update our workflows to the new latest docker builds as well fix nRF builds (#4657) by Justin Wood · 4 years, 2 months ago
  33. a868187 Reduce use of maximum-sized packet buffers (#4434) by Kevin Schoedel · 4 years, 2 months ago
  34. 4e1faf2 [gn] introduce build_root variable (#4352) by Łukasz Duda · 4 years, 2 months ago
  35. bd11f98 Final PacketBufferHandle cleanup. (#4364) by Kevin Schoedel · 4 years, 2 months ago
  36. 7a9dae1 Fix and enable warnings -Wheader-hygiene (#4476) by Michael Spang · 4 years, 2 months ago
  37. f4e7b55 Use rvalue references for some PacketBufferHandle parameters (#4349) by Kevin Schoedel · 4 years, 3 months ago
  38. bc4f841 SystemPacketBuffer.h cleanup (#4197) by Kevin Schoedel · 4 years, 3 months ago
  39. 991653e Convert packet send path to use PacketBufferHandle (#4160) by Kevin Schoedel · 4 years, 4 months ago
  40. 0a88e21 Refactor TestInetCommon (2nd attempt) (#4136) by szatmz · 4 years, 4 months ago
  41. 59cb4f6 Receive path cleanup for PacketBufferHandle conversion (#4128) by Kevin Schoedel · 4 years, 4 months ago
  42. f8c29d4 Convert PacketBuffer::Next() to return a PacketBufferHandle (#4129) by Kevin Schoedel · 4 years, 4 months ago
  43. 548b71a Begin SystemPacketBuffer.h cleanup (#4096) by Kevin Schoedel · 4 years, 4 months ago
  44. ed2cd1f Revert "Refactor TestInetCommon (#4112)" (#4123) by szatmz · 4 years, 4 months ago
  45. 3896619 Refactor TestInetCommon (#4112) by szatmz · 4 years, 4 months ago
  46. 316a6f5 Some conversions to use PacketBufferHandle (#4011) by Kevin Schoedel · 4 years, 4 months ago
  47. 2f16904 Move src/transport/tests to auto-test-driver generation (#3999) by Andrei Litvin · 4 years, 4 months ago
  48. 05faf7d Rename TestUtils to UnitTestRegistration. (#4021) by Andrei Litvin · 4 years, 4 months ago
  49. b4b2fca Move src/inet/tests to auto-test-driver generation (#3997) by Andrei Litvin · 4 years, 4 months ago
  50. 591208a Fix data loss or crash in TCPEndPoint with LwIP (#4022) by Kevin Schoedel · 4 years, 4 months ago
  51. f54b925 Some conversions to use PacketBufferHandle (#3909) by Kevin Schoedel · 4 years, 4 months ago
  52. c6098f5 Return PacketBufferHandle from PacketBuffer::New...() (#3850) by Kevin Schoedel · 4 years, 4 months ago
  53. ba147cb Remove '-Wno-unused-but-set-variable' from compiler flags (#3739) by Vivien Nicolas · 4 years, 5 months ago
  54. 24e9c68 Remove '-Wno-unused-variable' from compiler flags (#3720) by Vivien Nicolas · 4 years, 5 months ago
  55. 0ceca21 inet: remove kSendFlag_RetainBuffer (#3669) by Zang MingJie · 4 years, 5 months ago
  56. 2d17edb Enable -Wstack-usage on device builds (#3683) by Kevin Schoedel · 4 years, 5 months ago
  57. c58b305 CodeQL: Comparison result is always the same in src/inet/tests/TestInetLayer.cpp and src/inet/tests/TestInetLayerMulticast.cpp (#3712) by Vivien Nicolas · 4 years, 5 months ago
  58. f6a6c1b Remove support for unified BuildConfig.h (#3355) by Michael Spang · 4 years, 5 months ago
  59. 5c0a1aa Disable DNS tests on Raspberry Pi (#3313) by Michael Spang · 4 years, 5 months ago
  60. f7c23fc Convert operator new and delete to use CHIPMem.h (#3260) by Kevin Schoedel · 4 years, 6 months ago
  61. 61215e5 Clean up ex-malloc() use of CHIPMem.h (#3222) by Kevin Schoedel · 4 years, 6 months ago
  62. 00c0160 MacOS to macOS (#3259) by Rob Walker · 4 years, 6 months ago
  63. 5b0142e Safety changes after malloc to CHIPMem conversions (#3230) by Kevin Schoedel · 4 years, 6 months ago
  64. dab94b8 clang-tidy: Apply fixes "readability-redundant-control-flow" (#3039) by Michael Spang · 4 years, 6 months ago
  65. 60a2807 Disable happy testing locally by default (#3217) by Michael Spang · 4 years, 6 months ago
  66. 30123da [Happy] Enable happy test in pre-submit checks (#2688) by Song Guo · 4 years, 6 months ago
  67. 1873e8c Use pragma once in more places (#3182) by Andrei Litvin · 4 years, 6 months ago
  68. 41feafa Remove explicit malloc()-family calls from first-party code. (#3143) by Kevin Schoedel · 4 years, 6 months ago
  69. f0e483f Change Unnecessary IPAddress Pass-by-value to Read-only Pass-by-reference Arguments (#3063) by Grant Erickson · 4 years, 6 months ago
  70. baeacbe Fix ifdef include guard comments to match the include guards (#3122) by Andrei Litvin · 4 years, 6 months ago
  71. 679e92c Remove remaining Linux C-style casts & fix const correctness (#3079) by Michael Spang · 4 years, 6 months ago
  72. 55d6a5f Move //gn/* to //* (#3070) by Michael Spang · 4 years, 6 months ago
  73. ce9b597 clang-tidy: Apply fixes "readability-redundant-access-specifiers" (#3082) by Michael Spang · 4 years, 6 months ago
  74. 8a532d6 clang-tidy: Apply fixes "readability-avoid-const-params-in-decls" (#3084) by Michael Spang · 4 years, 6 months ago
  75. 181f076 clang-tidy: Apply fixes "google-readability-casting" (#3034) by Michael Spang · 4 years, 6 months ago
  76. c120e2f clang-tidy: Apply fixes "readability-simplify-boolean-expr" (#3042) by Michael Spang · 4 years, 6 months ago
  77. 295a619 Remove some 'using namespace' from headers. (#3015) by Andrei Litvin · 4 years, 6 months ago
  78. cb2d514 Remove autotools build (#2947) by Andrei Litvin · 4 years, 6 months ago
  79. b0e38c2 clang-tidy: Apply fixes "modernize-redundant-void-arg" (#2801) by Michael Spang · 4 years, 6 months ago
  80. 285339b clang-tidy: Apply fixes "modernize-use-bool-literals" (#2808) by Michael Spang · 4 years, 6 months ago
  81. 28eef17 clang-tidy: Apply fixes "modernize-loop-convert" (#2806) by Michael Spang · 4 years, 6 months ago
  82. 90a9caf clang-tidy: Apply fixes "modernize-use-equals-delete" (#2774) by Michael Spang · 4 years, 6 months ago
  83. f13b523 clang-tidy: Apply fixes "readability-else-after-return" (#2772) by Michael Spang · 4 years, 6 months ago
  84. 7c693c7 clang-tidy: Apply fixes "modernize-use-override" (#2771) by Michael Spang · 4 years, 6 months ago
  85. c76e82d clang-tidy: Apply fixes "modernize-use-nullptr" (#2770) by Michael Spang · 4 years, 6 months ago
  86. ddd1e60 [zephyr] Run native_posix tests in CI (#2697) by Damian Królik · 4 years, 6 months ago
  87. c9b0471 Fix warnings -Wextra-semi (#2763) by Michael Spang · 4 years, 6 months ago
  88. 9393ee8 Doxygen fixes (#2718) by Vivien Nicolas · 4 years, 6 months ago
  89. 92a7d98 Disable failing tests on Mac (#2725) by Michael Spang · 4 years, 6 months ago
  90. df71298 Use GN to build ESP32 qemu tests (#2711) by Michael Spang · 4 years, 6 months ago
  91. 15b4c2d Enable TestInetEndPoint and TestInetLayerDNS (#2644) by yunhanw-google · 4 years, 7 months ago
  92. b7dd656 Allow building CHIP without lwip checked out (#2683) by Michael Spang · 4 years, 7 months ago
  93. 9a7db86 Fix last LGTM issues (#2635) by Vivien Nicolas · 4 years, 7 months ago
  94. 042d2b3 Use VerifyOrDie instead of assert() in inet and platform code (#2648) by Boris Zbarsky · 4 years, 7 months ago
  95. 8e3186e Make src/inet compile with -Werror=conversion (#2455) by Boris Zbarsky · 4 years, 7 months ago
  96. 34c006f [nrfconnect] enable multiprotocol (#2484) by Rafał Kuźnia · 4 years, 7 months ago
  97. 8617e2a ESP32 gn support (#2325) by Kedar Sovani · 4 years, 7 months ago
  98. 1fcb6dd Generate BuildConfig headers in GN (#2270) by Michael Spang · 4 years, 7 months ago
  99. 3afd993 Bring up Thread support on EFR32 lock app (#2221) by Michael Spang · 4 years, 7 months ago
  100. 90988b6 Add android toolchain to GN build system (#2241) by randyrossi · 4 years, 7 months ago