1. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  2. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  3. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  4. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/datachannel.cc]
  5. ee89e78 Replace CHECK(x && y) with two separate CHECK() calls by kwiberg · 7 years ago
  6. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  7. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  8. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  9. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/datachannel.cc]
  10. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  11. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  12. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  13. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  14. 82ebe02 Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. by hbos · 8 years ago
  15. 84ffdee DataChannel[Interface]::[message/bytes]_[sent/received]() added. by hbos · 8 years ago
  16. 1d7a637 Fixing off-by-one error with max SCTP id. by Taylor Brandstetter · 8 years ago
  17. 4cb5b64 Fix for data channels perpetually stuck in "closing" state. by Taylor Brandstetter · 8 years ago
  18. ba29c6a Reland 2 of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 8 years ago
  19. 3784b4a Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by tkchin · 8 years ago
  20. 2d54917 Reland of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 8 years ago
  21. 1a7162d Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by deadbeef · 8 years ago
  22. bc58319 Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 8 years ago
  23. 3e33bfe Fix some sign-compare warnings in webrtc/api. by kjellander · 8 years ago
  24. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  25. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  26. eec21bd Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 8 years ago
  27. 194e3bc Revert of Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. (patchset #4 id:60001 of https://codereview.webrtc.org/1785713005/ ) by kjellander · 8 years ago
  28. 944c390 Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 8 years ago
  29. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  30. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (98%) from talk/app/webrtc/datachannel.cc]
  31. a96e2d7 Move talk/media to webrtc/media by kjellander · 8 years ago
  32. ab9b2d1 Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ ) by deadbeef · 9 years ago
  33. fc648b6 Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ ) by deadbeef · 9 years ago
  34. 97c3929 Moving MediaStreamSignaling logic into PeerConnection. by deadbeef · 9 years ago
  35. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  36. 0edd50c Support for onbufferedamountlow by bemasc · 9 years ago
  37. 5c6c6e0 Implements TODOs for webrtc::datachannel state management when the SCTP association is congested. Adds missing state variables for each step in the transitions between DataChannelInterface::DataStates (kConnecting, kOpen, etc.), and uses them. by Lally Singh · 9 years ago
  38. eebcab5 rtc::Buffer: Rename length to size, for conformance with the STL by kwiberg@webrtc.org · 9 years ago
  39. cceb166 Fix a use-after-free when sending queued messages is aborted for blocked channel. by jiayl@webrtc.org · 10 years ago
  40. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  41. 9b5467e Fix assertion failure when closing data channel, and add a unit test. by bemasc@webrtc.org · 10 years ago
  42. 6ca6190 Fix a SCTP message reordering issue in datachannel.cc. by jiayl@webrtc.org · 10 years ago
  43. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  44. 3edbaaf Ignore empty data in DataChannel::Send to match FF's behavior. by jiayl@webrtc.org · 10 years ago
  45. b43c99d Limits the send and receive buffer by bytes, not by packets. by jiayl@webrtc.org · 10 years ago
  46. 9f8164c Fix two bugs in DataChannel state transition. by jiayl@webrtc.org · 10 years ago
  47. 5dc51fb Closes the DataChannel when the send buffer is full or on transport errors. by jiayl@webrtc.org · 10 years ago
  48. b364016 Revert r6161 "Drop the DataChannel message if it's received when the channel is not open." by jiayl@webrtc.org · 10 years ago
  49. 4f58014 Drop the DataChannel message if it's received when the channel is not open. by jiayl@webrtc.org · 10 years ago
  50. aebb1ad pRevert 5371 "Revert 5367 "Update talk to 59410372."" by henrika@webrtc.org · 11 years ago
  51. 44461fa Revert 5367 "Update talk to 59410372." by henrika@webrtc.org · 11 years ago
  52. 0f3356e Update talk to 59410372. by mallinath@webrtc.org · 11 years ago
  53. a23f0ca Update talk to 56619788 by sergeyu@chromium.org · 11 years ago
  54. 07a6fbe Update talk to 56092586. by wu@webrtc.org · 11 years ago
  55. cecfd18 Update talk to 55821645. by wu@webrtc.org · 11 years ago
  56. 7818752 Update libjingle to 53856368. by wu@webrtc.org · 11 years ago
  57. a59696b Update libjingle to 52300956 by sergeyu@chromium.org · 11 years ago
  58. cadf904 Update talk to 51664136. by wu@webrtc.org · 11 years ago
  59. 822fbd8 Update talk to 50918584. by wu@webrtc.org · 11 years ago
  60. 91053e7 Update libjingle to 50654631. by wu@webrtc.org · 11 years ago
  61. a054569 Fix memory leak in datachannel and its test. by wu@webrtc.org · 11 years ago
  62. d64719d Update libjingle to 50191337. by wu@webrtc.org · 11 years ago
  63. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 11 years ago