1. 108a2f0 Preventively fix missing braces warnings. by Mirko Bonadei · 6 years ago
  2. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  3. 6806550 Fix build with recent linux kernel. by Emilio Cobos Álvarez · 6 years ago
  4. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  5. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago[Renamed from rtc_base/physicalsocketserver.cc]
  6. ba5eaee Remove rtc::EnsureWinsockInit and g_winsockinit. by Mirko Bonadei · 7 years ago
  7. 689b587 Use monotonic clock for PhysicalSocketServer timeouts. by Niels Möller · 7 years ago
  8. 3e8cb47 Delegate WIN32_LEAN_AND_MEAN definition to the toolchain. by Mirko Bonadei · 7 years ago
  9. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  10. 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 7 years ago
  11. a041f92 Removing warning suppression flags from rtc_base. by Mirko Bonadei · 7 years ago
  12. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  13. 31e5bf5 Remove deprecated SocketFactory overrides. by Steve Anton · 7 years ago
  14. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 8 years ago
  15. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 8 years ago
  16. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 8 years ago
  17. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 8 years ago
  18. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 8 years ago
  19. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 8 years ago
  20. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 8 years ago
  21. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  22. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/physicalsocketserver.cc]
  23. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  24. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  25. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  26. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
  27. 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]
  28. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
  29. de4db11 Support epoll in PhysicalSocketServer. by jbauch · 8 years ago
  30. eae4564 Disable SIGPIPE for sockets created on iOS. by deadbeef · 8 years ago
  31. 577f5dc Add methods to change enabled events in PhysicalSocket. by jbauch · 8 years ago
  32. e077ee4 Deleted unused method EstimateMTU, and the WinPing class. by nisse · 8 years ago
  33. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  34. 9ffa13f Don't attempt to use "network binder" for sockets bound to "ANY" IP. by deadbeef · 8 years ago
  35. c874d12 Fixing logic for using android_setsocknetwork() with bind(). by deadbeef · 8 years ago
  36. faedf7f Getting rid of "benign blocking error" log spam. by deadbeef · 8 years ago
  37. c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
  38. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  39. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 9 years ago
  40. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 9 years ago
  41. 921019c Delete unused class AsyncFile. by nisse · 9 years ago
  42. a101e56 Remove LOGGING=1 define. by kjellander · 9 years ago
  43. 22487b2 webrtc/base: Use RTC_DCHECK() instead of assert() by kwiberg · 9 years ago
  44. 3ebb3ef Don't read socket timestamps when building native client. by Stefan Holmer · 9 years ago
  45. 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
  46. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  47. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 9 years ago
  48. b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
  49. f2a2bf4 Stay writable after partial socket writes. by jbauch · 9 years ago
  50. 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 · 10 years ago
  51. 4331fcd Remove duplicate code in SocketDispatcher by jbauch · 10 years ago
  52. 095ae15 Keep listening if "accept" returns an invalid socket. by jbauch · 10 years ago
  53. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 10 years ago
  54. 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 10 years ago
  55. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 10 years ago
  56. 8ac544e Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 10 years ago
  57. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 10 years ago
  58. 469c2c0 Make Config::default_value leak instead of having an exit-time destructor. by Andrew MacDonald · 10 years ago
  59. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  60. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  61. 27e5898 Explicitly unpoison FDs for MSan. by pbos@webrtc.org · 11 years ago
  62. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  63. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  64. 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