1. 58cccc6 Cleanup expired experiment WebRTC-SCM-Timestamp by Per K · 11 months ago
  2. d86c0cd Extend use of poll() to Apple systems in addition to Linux and Fuchsia by Byoungchan Lee · 11 months ago
  3. 4473d75 Add TCP keep-alive options to rtc::Socket by Tim Na · 12 months ago
  4. 8df31c9 Propagate ECN information on posix sockets to rtc::ReceivedPacket by Per K · 12 months ago
  5. 056782c Implement Socket::RecvFrom(ReceiveBuffer& buffer) in PhysicalSocketServer by Per K · 1 year, 1 month ago
  6. 60362c1 Prepare to deprecate AsyncResolver class by Harald Alvestrand · 1 year, 5 months ago
  7. 7efd372 Per default endable reading incoming packet timestamp from socket by Per K · 2 years ago
  8. 5136600 Implement WaitPoll for Fuchsia by Taylor Brandstetter · 2 years ago
  9. fdcfefa Add experiment to use ::recvmsg to receive packets on posix systems by Per Kjellander · 2 years, 4 months ago
  10. 9a21c49 SocketServer: Migrate Wait/kForever to TimeDelta. by Markus Handell · 2 years, 6 months ago
  11. ef5b21e Deprecate and remove usage for WARNING log level by Harald Alvestrand · 3 years, 3 months ago
  12. 5f34130 Declare LERROR deprecated and remove all usage in webrtc by Harald Alvestrand · 3 years, 3 months ago
  13. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  14. 3041eb2 Improve epoll error handling. by Taylor Brandstetter · 3 years, 4 months ago
  15. d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 7 months ago
  16. 96e3b99 Use backticks not vertical bars to denote variables in comments for /rtc_base by Artem Titov · 3 years, 7 months ago
  17. 2134745 Simplify PhysicalSocketServer by Niels Möller · 4 years, 1 month ago
  18. 6d17602 Replace some RecursiveCriticalSection with Mutex, in PhysicalSocketServer. by Niels Möller · 4 years, 1 month ago
  19. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  20. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  21. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 2 months ago
  22. 9d26940 Set TCP_NODELAY socket option before calling connect. by Taylor Brandstetter · 4 years, 3 months ago
  23. 7b69a44 Fix ABA problem when iterating epoll events. by Taylor Brandstetter · 4 years, 7 months ago
  24. 3cb525b Rename CriticalSection to RecursiveCriticalSection. by Markus Handell · 4 years, 8 months ago
  25. b7c63ab PhysicalSocketServer: remove heap-based epoll_event handling. by Markus Handell · 4 years, 10 months ago
  26. 6ee6793 Reland "Delete unused code to handle posix signals in PhysicalSocketServer" by Niels Möller · 4 years, 10 months ago
  27. 611fba4 Mark construction time members of PhysicalSocketServer as const by Niels Möller · 4 years, 10 months ago
  28. ff88a64 Revert "Delete unused code to handle posix signals in PhysicalSocketServer" by Mirko Bonadei · 4 years, 10 months ago
  29. d2490ae Delete unused code to handle posix signals in PhysicalSocketServer by Niels Möller · 4 years, 10 months ago
  30. f7f6870 Mark static const class/struct members as constexpr. by Mirko Bonadei · 5 years ago
  31. 25eeda1 Fix socket not getting registered for epoll events by mmorrison · 5 years ago
  32. b239a2e Remove some more instances of IP logging. by Paulina Hensman · 5 years ago
  33. ecd6fc8 Add DSCP support for POSIX platforms. by Taylor Brandstetter · 5 years ago
  34. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  35. 108a2f0 Preventively fix missing braces warnings. by Mirko Bonadei · 5 years ago
  36. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  37. 6806550 Fix build with recent linux kernel. by Emilio Cobos Álvarez · 6 years ago
  38. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  39. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/physicalsocketserver.cc]
  40. ba5eaee Remove rtc::EnsureWinsockInit and g_winsockinit. by Mirko Bonadei · 6 years ago
  41. 689b587 Use monotonic clock for PhysicalSocketServer timeouts. by Niels Möller · 7 years ago
  42. 3e8cb47 Delegate WIN32_LEAN_AND_MEAN definition to the toolchain. by Mirko Bonadei · 7 years ago
  43. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  44. 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 7 years ago
  45. a041f92 Removing warning suppression flags from rtc_base. by Mirko Bonadei · 7 years ago
  46. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  47. 31e5bf5 Remove deprecated SocketFactory overrides. by Steve Anton · 7 years ago
  48. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  49. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  50. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  51. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  52. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  53. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  54. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  55. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  56. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/physicalsocketserver.cc]
  57. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  58. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  59. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  60. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
  61. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/physicalsocketserver.cc]
  62. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
  63. de4db11 Support epoll in PhysicalSocketServer. by jbauch · 8 years ago
  64. eae4564 Disable SIGPIPE for sockets created on iOS. by deadbeef · 8 years ago
  65. 577f5dc Add methods to change enabled events in PhysicalSocket. by jbauch · 8 years ago
  66. e077ee4 Deleted unused method EstimateMTU, and the WinPing class. by nisse · 8 years ago
  67. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  68. 9ffa13f Don't attempt to use "network binder" for sockets bound to "ANY" IP. by deadbeef · 8 years ago
  69. c874d12 Fixing logic for using android_setsocknetwork() with bind(). by deadbeef · 8 years ago
  70. faedf7f Getting rid of "benign blocking error" log spam. by deadbeef · 8 years ago
  71. c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
  72. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  73. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  74. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  75. 921019c Delete unused class AsyncFile. by nisse · 8 years ago
  76. a101e56 Remove LOGGING=1 define. by kjellander · 8 years ago
  77. 22487b2 webrtc/base: Use RTC_DCHECK() instead of assert() by kwiberg · 8 years ago
  78. 3ebb3ef Don't read socket timestamps when building native client. by Stefan Holmer · 9 years ago
  79. 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
  80. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  81. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 9 years ago
  82. b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
  83. f2a2bf4 Stay writable after partial socket writes. by jbauch · 9 years ago
  84. cec0a08 Add a new interface for creating a udp socket in which it binds the socket to a network if the network handle is set. by honghaiz · 9 years ago
  85. 4331fcd Remove duplicate code in SocketDispatcher by jbauch · 9 years ago
  86. 095ae15 Keep listening if "accept" returns an invalid socket. by jbauch · 9 years ago
  87. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  88. 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
  89. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  90. 8ac544e Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 9 years ago
  91. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  92. 469c2c0 Make Config::default_value leak instead of having an exit-time destructor. by Andrew MacDonald · 10 years ago
  93. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  94. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  95. 27e5898 Explicitly unpoison FDs for MSan. by pbos@webrtc.org · 10 years ago
  96. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  97. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  98. 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 11 years ago