1. 1425d40 Remove MessageBoxA UI API call from socket code by Anders Klemets · 4 years, 9 months ago
  2. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  3. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/socketadapters.cc]
  4. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  5. 4415315 Move ServerSocket code to separate files and into test target by Niels Möller · 6 years ago
  6. ce1b140 Adding WinUWP compilation support to WebRTC. by Robin Raymond · 6 years ago
  7. aa3c1cc Delete _strnicmp. Uses replaced with abseil functions. by Niels Möller · 6 years ago
  8. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  9. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  10. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  11. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  12. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  13. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  14. 4c6a30c Add templated version of ByteBufferWriter. by Joachim Bauch · 7 years ago
  15. 5b32f23 Securely clear memory containing key information / passwords before freeing. by Joachim Bauch · 7 years ago
  16. e51a0a8 Re-Reland "Some cleanup for the logging code:"" by Tommi · 7 years ago
  17. d81aac4 Revert "Reland "Some cleanup for the logging code:"" by Zhi Huang · 7 years ago
  18. 12dc184 Reland "Some cleanup for the logging code:" by Tommi · 7 years ago
  19. 278aa42 Revert "Some cleanup for the logging code:" by Philip Eliasson · 7 years ago
  20. 9ecdcdf Some cleanup for the logging code: by Tommi · 7 years ago
  21. 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
  22. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  23. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  24. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/socketadapters.cc]
  25. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  26. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  27. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  28. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/socketadapters.cc]
  29. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/socketadapters.cc]
  30. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/socketadapters.cc]
  31. f137e97 Revert of Removing HTTPS and SOCKS proxy server code. (patchset #2 id:20001 of https://codereview.webrtc.org/2731673002/ ) by deadbeef · 7 years ago
  32. a1991c5 Removing HTTPS and SOCKS proxy server code. by deadbeef · 8 years ago
  33. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  34. e29dfb7 Delete LoggingSocketAdapter (unused) and AsyncHttpsProxyServerSocket (unimplemented). by nisse · 8 years ago
  35. c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
  36. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  37. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  38. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  39. 085ec0e Delete sec_buffer.h. by nisse · 8 years ago
  40. 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 8 years ago
  41. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 8 years ago
  42. 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
  43. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  44. c5d0d95 Ensuring that UDP TURN servers are always used as STUN servers. by deadbeef · 9 years ago
  45. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  46. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  47. 1711104 Fix MSVC warnings about value truncations, webrtc/base/ edition. by henrike@webrtc.org · 10 years ago
  48. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  49. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  50. 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