1. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  2. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/httpcommon.cc]
  3. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  4. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  5. ce1b140 Adding WinUWP compilation support to WebRTC. by Robin Raymond · 6 years ago
  6. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  7. aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
  8. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  9. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  10. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  11. 83da552 Delete unused HTTP server code by Niels Möller · 6 years ago
  12. 74e3742 Delete unused Url class. by Niels Möller · 6 years ago
  13. e5aadba Delete unused HttpData methods. by Niels Möller · 6 years ago
  14. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  15. b4731ff Delete unused code in httpbase and httpcommon. by Niels Möller · 6 years ago
  16. a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
  17. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  18. 5b32f23 Securely clear memory containing key information / passwords before freeing. by Joachim Bauch · 7 years ago
  19. e51a0a8 Re-Reland "Some cleanup for the logging code:"" by Tommi · 7 years ago
  20. d81aac4 Revert "Reland "Some cleanup for the logging code:"" by Zhi Huang · 7 years ago
  21. 12dc184 Reland "Some cleanup for the logging code:" by Tommi · 7 years ago
  22. 278aa42 Revert "Some cleanup for the logging code:" by Philip Eliasson · 7 years ago
  23. 9ecdcdf Some cleanup for the logging code: by Tommi · 7 years ago
  24. 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
  25. e78336c Delete HttpComposeAttributes. by Niels Möller · 7 years ago
  26. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  27. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  28. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  29. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  30. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  31. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/httpcommon.cc]
  32. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  33. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  34. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  35. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/httpcommon.cc]
  36. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/httpcommon.cc]
  37. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/httpcommon.cc]
  38. 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
  39. a1991c5 Removing HTTPS and SOCKS proxy server code. by deadbeef · 8 years ago
  40. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  41. c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
  42. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  43. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  44. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  45. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  46. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  47. 5d55c98 WebRTC 4521: Remove usage of deprecated timezone global variable by Guo-wei Shieh · 9 years ago
  48. 0dd5802 Update callers to include messagedigest.h. by Thiago Farina · 9 years ago
  49. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  50. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  51. 1711104 Fix MSVC warnings about value truncations, webrtc/base/ edition. by henrike@webrtc.org · 10 years ago
  52. af9e794 Fix compilation on windows with clang, indentation cleanups by sergeyu@chromium.org · 10 years ago
  53. 2386882 Revert "Fix compilation on windows with clang, indentation cleanups" by sergeyu@chromium.org · 10 years ago
  54. a44fce5 Fix compilation on windows with clang, indentation cleanups by sergeyu@chromium.org · 10 years ago
  55. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  56. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  57. 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