1. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 10 months ago
  2. 9512910 Update rtc_base to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 3 months ago
  3. c830bd6 Remove ssl_certificate() accessor. by Harald Alvestrand · 3 years, 9 months ago
  4. 86ee89f Simplify reference counting implementation of PendingTaskSafetyFlag. by Tommi · 4 years ago
  5. 8515d5a Refactor ssl_stream_adapter API to show object ownership by Harald Alvestrand · 5 years ago
  6. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  7. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  8. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/rtccertificate.cc]
  9. 6c6c9df Refactor: Renaming ssl_cert_chain to GetSSLCertificateChain() by Benjamin Wright · 6 years ago
  10. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  11. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  12. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 7 years ago
  13. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 7 years ago
  14. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  15. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  16. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  17. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  18. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  19. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 8 years ago
  20. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 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/rtccertificate.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/rtccertificate.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/rtccertificate.cc]
  28. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/rtccertificate.cc]
  29. b9eaeba Return nullptr from RTCCertificate::FromPEM on failure. by jbroman · 8 years ago
  30. 6b470a9 RTCCertificate serialization. by hbos · 9 years ago
  31. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  32. 3980d46 RTCCertificate::Expires() and ::HasExpired() implemented using SSLCertificate::CertificateExpirationTime(). by hbos · 9 years ago
  33. cd6f539 Revert of RTCCertificate::Expires() and ::HasExpired() implemented (patchset #5 id:140001 of https://codereview.webrtc.org/1494103003/ ) by hbos · 9 years ago
  34. 20ef654 RTCCertificate::Expires() and ::HasExpired() implemented using SSLCertificate::CertificateExpirationTime(). by hbos · 9 years ago
  35. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  36. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  37. 41b3a38 Adds RTCCertificate, a reference counted object indirectly owning an SSLCertificate (by owning the SSLIdentity). by Henrik Boström · 10 years ago