1. 207f3b2 Remove OperationLoop by btolsch · 3 years, 2 months ago
  2. 9d9da7b Fix gn check errors for chromium by btolsch · 3 years, 4 months ago
  3. 8f0e043 Fix UDP bind timing issue by Jordan Bayles · 3 years, 4 months ago
  4. c4d2832 [c++17] Make consistent use of noexcept by Jan Wilken Dörrie · 3 years, 4 months ago
  5. 759af7f Logging cleanups by Jordan Bayles · 3 years, 6 months ago
  6. d3ffc41 [Open Screen] Fix noexcept usage. by mark a. foltz · 3 years, 7 months ago
  7. 1030c88 [Open Screen] Fix two unitialized reads dicovered by MSAN. by mark a. foltz · 3 years, 7 months ago
  8. 8c11e26 [Open Screen] Use racially neutral terminology per style guide. by mark a. foltz · 3 years, 11 months ago
  9. b0b5891 [Open Screen] Fix/remove some TODOs in util/ by mark a. foltz · 3 years, 11 months ago
  10. c9201dd Move std::chrono using statements to util/ by Jordan Bayles · 4 years ago
  11. b4e53be [Open Screen] Fix lint errors. by mark a. foltz · 4 years ago
  12. ca609c3 Time and clock::duration cleanups by Jordan Bayles · 4 years, 1 month ago
  13. 3e820a5 Some minor code cleanup, TODO removal. by Jordan Bayles · 4 years, 1 month ago
  14. a44d04a Rename util/logging.h to avoid collisions by Jordan Bayles · 4 years, 1 month ago
  15. 56af85f Improve executable debugging options by Jordan Bayles · 4 years, 1 month ago
  16. e998a6b Fix gcc bot by btolsch · 4 years, 2 months ago
  17. fbd8fd2 Change hardware address to be std::array by Jordan Bayles · 4 years, 2 months ago
  18. cbf7f51 Platform: Add Operator < to IPAddress by Ryan Keane · 4 years, 3 months ago
  19. 3aa2322 [Open Screen] Remove use of atomics in module code. by mark a. foltz · 4 years, 4 months ago
  20. 1143867 Rename TraceCategory struct to match style guide by Jordan Bayles · 4 years, 4 months ago
  21. 7484365 Clear fqdn in mDNSResponder setup by btolsch · 4 years, 6 months ago
  22. ca24ee5 Cleanup platform/BUILD.gn to mirror DEPS relationships. by Yuri Wiitala · 4 years, 6 months ago
  23. 2b02e32 Flatten namespace for platform/ code: opescreen::platform → openscreen by Yuri Wiitala · 4 years, 6 months ago
  24. 75ea15d Remove Abseil use from platfrom/api and platform/base. by Yuri Wiitala · 4 years, 6 months ago
  25. 2bb90ae [OSP] Remove name aliases. by mark a. foltz · 4 years, 6 months ago
  26. 67e5a53 [Open Screen] Add missing alias. by mark a. foltz · 4 years, 6 months ago
  27. f9d1fe4 [Open Screen] Move osp/ code into openscreen::osp namespace. by mark a. foltz · 4 years, 6 months ago
  28. 96cc779 Remove RepeatingFunction, use Alarm instead. by Yuri Wiitala · 4 years, 6 months ago
  29. 22f643c Network interfaces platform API: Separate structs from API. by Yuri Wiitala · 4 years, 6 months ago
  30. 0fda1ab Move platform/api/internal/logging_macros.h → util/logging.h by Yuri Wiitala · 4 years, 7 months ago
  31. 8e6db3b Move platform/api/trace_logging.h → util/trace_logging.h, etc... by Yuri Wiitala · 4 years, 7 months ago
  32. c76b271 PlatformClient: Use in Demos + Cleanup by Ryan Keane · 4 years, 7 months ago
  33. 977b6ef Move UdpPacket from platform/api to platform/base. by Yuri Wiitala · 4 years, 7 months ago
  34. b797903 Minimize platform/api/logging.h, consolidate macros/impl elsewhere. by Yuri Wiitala · 4 years, 7 months ago
  35. 21b5adc Fix chrome build, add unit testing in Chrome by Jordan Bayles · 4 years, 7 months ago
  36. d697dfc Clean-up/Bug-fix: Move all UdpSocketPosix impl out of public API. by Yuri Wiitala · 4 years, 7 months ago
  37. ebcffae Format TODO URLs as TODO(crbug.com/openscreen/000) by Takumi Fujimoto · 4 years, 8 months ago
  38. a31e2c7 [Open Screen] Fix gcc build errors in osp/impl/discovery/mdns by mark a. foltz · 4 years, 8 months ago
  39. 2fdf966 Rename NetworkWaiter -> SocketHandleWaiter by Ryan Keane · 4 years, 8 months ago
  40. e93f8c7 Rename NetworkReaderPosix -> UdpSocketReaderPosix by Ryan Keane · 4 years, 8 months ago
  41. 2e9f516 Rename NetworkReader -> NetworkReaderPosix by Ryan Keane · 4 years, 8 months ago
  42. bcc7ba8 TcpSocket: Update NetworkWaiter to Subscriber Model by Ryan Keane · 4 years, 9 months ago
  43. 3fe4617 [Open Screen] Some BUILD.gn cleanups. by mark a. foltz · 4 years, 9 months ago
  44. 262bad9 Add noexcept operators to move constructors by Jordan Bayles · 4 years, 9 months ago
  45. ca5885e Issue 72: Cleanups for ErrorOr by Jordan Bayles · 4 years, 9 months ago
  46. ecdb30e Adds platform factories for network and task threads by Ryan Keane · 4 years, 9 months ago
  47. 7d4b5fc Rename 'MockUdpSocket' to 'FakeUdpSocket' by Ryan Keane · 4 years, 9 months ago
  48. 743b620 [Open Screen] Random repository housekeeping. by mark a. foltz · 4 years, 9 months ago
  49. 230920e UdpSocket: Update Reads by Ryan Keane · 4 years, 9 months ago
  50. 9222e04 UdpSocket: Update Reads - Remove Deletion Callback by Ryan Keane · 4 years, 9 months ago
  51. 7e74bdd UdpSocket: Update Remaining Configuration Methods by Ryan Keane · 4 years, 9 months ago
  52. 83e6832 UdpSocket: Update Bind call by Ryan Keane · 4 years, 10 months ago
  53. 71cacc2 Udp Socket: Update Writes by Ryan Keane · 4 years, 10 months ago
  54. 4ca3339 Enforce host toolchain for cddl and protoc tools by btolsch · 4 years, 10 months ago
  55. a4dfaa1 UdpSocket: Update constructor by Ryan Keane · 4 years, 10 months ago
  56. ef6736b Add new generic Error::Code values by Max Yakimakha · 4 years, 10 months ago
  57. fe15976 Trace Logging: Add To Existing Code by Ryan Keane · 4 years, 10 months ago
  58. a55b7b5 Fix signed/unsigned compare by Jordan Bayles · 4 years, 10 months ago
  59. a973b51 Use new Networking Model by Ryan Keane · 4 years, 10 months ago
  60. 5c47392 Refactor UDPSocket creation by Jordan Bayles · 4 years, 10 months ago
  61. 0ce300f Cleanup TODOs, implement trivial ones by Jordan Bayles · 4 years, 11 months ago
  62. 04362e2 Change UDP socket ReceiveMessage to perform peek first and then create a packet of the correct size. by Max Yakimakha · 4 years, 11 months ago
  63. efab2ed Create TraceLogging Framework by Ryan Keane · 4 years, 11 months ago
  64. a26582d Delete osp_base and move files to new homes by Jordan Bayles · 5 years ago
  65. cc47180 Refactor platform code (step 1 of deleting osp_base) by Jordan Bayles · 5 years ago
  66. 083fc79 Eliminate openscreen_unittests log spam, fix some gmock warnings. by Yuri Wiitala · 5 years ago
  67. ec35361 Add "Alarm" utility class to safely schedule callback task firings. by Yuri Wiitala · 5 years ago
  68. 4051e72 Add NetworkRunner API by btolsch · 5 years ago
  69. 8ad0eb6 Add presentation reconnect support by btolsch · 5 years ago
  70. 2d01f17 Simplify third_party includes by Jordan Bayles · 5 years ago
  71. aa021ce Move FakeClock to under platform/test by Jordan Bayles · 5 years ago
  72. ad2d2cd Rename Socket to UdpSocket by Jordan Bayles · 5 years ago
  73. 2af36f6 Fix TinyCBOR includes under build_with_chromium by Jordan Bayles · 5 years ago
  74. 216afe4 Update ServiceInfo type to provide cleaner API. by Jordan Bayles · 5 years ago
  75. 9ade415 Clean up logging dependencies by Jordan Bayles · 5 years ago
  76. a80724b Fix compilation in Chromium by Jordan Bayles · 5 years ago
  77. 852f70c Add uint8_t template specialization for big endian reader and writer by Max Yakimakha · 5 years ago
  78. 115345f [Open Screen Protocol] Move OSP code to osp/ by mark a. foltz · 5 years ago