1. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  2. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  3. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  4. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  5. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  6. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/physicalsocketserver.cc]
  7. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  8. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  9. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  10. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
  11. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/physicalsocketserver.cc]
  12. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
  13. de4db11 Support epoll in PhysicalSocketServer. by jbauch · 7 years ago
  14. eae4564 Disable SIGPIPE for sockets created on iOS. by deadbeef · 7 years ago
  15. 577f5dc Add methods to change enabled events in PhysicalSocket. by jbauch · 7 years ago
  16. e077ee4 Deleted unused method EstimateMTU, and the WinPing class. by nisse · 7 years ago
  17. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 7 years ago
  18. 9ffa13f Don't attempt to use "network binder" for sockets bound to "ANY" IP. by deadbeef · 7 years ago
  19. c874d12 Fixing logic for using android_setsocknetwork() with bind(). by deadbeef · 7 years ago
  20. faedf7f Getting rid of "benign blocking error" log spam. by deadbeef · 7 years ago
  21. c16fa5e Replace all use of the VERIFY macro. by nisse · 7 years ago
  22. 7d25426 Delete unneeded includes of base/common.h. by nisse · 7 years ago
  23. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  24. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  25. 921019c Delete unused class AsyncFile. by nisse · 8 years ago
  26. a101e56 Remove LOGGING=1 define. by kjellander · 8 years ago
  27. 22487b2 webrtc/base: Use RTC_DCHECK() instead of assert() by kwiberg · 8 years ago
  28. 3ebb3ef Don't read socket timestamps when building native client. by Stefan Holmer · 8 years ago
  29. 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 8 years ago
  30. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 8 years ago
  31. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 8 years ago
  32. b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 8 years ago
  33. f2a2bf4 Stay writable after partial socket writes. by jbauch · 8 years ago
  34. 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
  35. 4331fcd Remove duplicate code in SocketDispatcher by jbauch · 9 years ago
  36. 095ae15 Keep listening if "accept" returns an invalid socket. by jbauch · 9 years ago
  37. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  38. 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
  39. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  40. 8ac544e Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 9 years ago
  41. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  42. 469c2c0 Make Config::default_value leak instead of having an exit-time destructor. by Andrew MacDonald · 9 years ago
  43. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 9 years ago
  44. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 9 years ago
  45. 27e5898 Explicitly unpoison FDs for MSan. by pbos@webrtc.org · 10 years ago
  46. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  47. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  48. 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 · 10 years ago