1. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  2. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  3. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/datachannel_unittest.cc]
  4. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  5. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  6. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  7. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/datachannel_unittest.cc]
  8. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  9. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  10. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  11. 82ebe02 Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. by hbos · 8 years ago
  12. 84ffdee DataChannel[Interface]::[message/bytes]_[sent/received]() added. by hbos · 8 years ago
  13. 4cb5b64 Fix for data channels perpetually stuck in "closing" state. by Taylor Brandstetter · 8 years ago
  14. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  15. eec21bd Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 8 years ago
  16. 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
  17. 944c390 Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 8 years ago
  18. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  19. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (98%) from talk/app/webrtc/datachannel_unittest.cc]
  20. ab9b2d1 Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ ) by deadbeef · 9 years ago
  21. fc648b6 Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ ) by deadbeef · 9 years ago
  22. 97c3929 Moving MediaStreamSignaling logic into PeerConnection. by deadbeef · 9 years ago
  23. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  24. 0edd50c Support for onbufferedamountlow by bemasc · 9 years ago
  25. 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
  26. eebcab5 rtc::Buffer: Rename length to size, for conformance with the STL by kwiberg@webrtc.org · 9 years ago
  27. cceb166 Fix a use-after-free when sending queued messages is aborted for blocked channel. by jiayl@webrtc.org · 10 years ago
  28. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  29. 9b5467e Fix assertion failure when closing data channel, and add a unit test. by bemasc@webrtc.org · 10 years ago
  30. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  31. 3edbaaf Ignore empty data in DataChannel::Send to match FF's behavior. by jiayl@webrtc.org · 10 years ago
  32. b43c99d Limits the send and receive buffer by bytes, not by packets. by jiayl@webrtc.org · 10 years ago
  33. 9f8164c Fix two bugs in DataChannel state transition. by jiayl@webrtc.org · 10 years ago
  34. 5dc51fb Closes the DataChannel when the send buffer is full or on transport errors. by jiayl@webrtc.org · 10 years ago
  35. b364016 Revert r6161 "Drop the DataChannel message if it's received when the channel is not open." by jiayl@webrtc.org · 10 years ago
  36. 4f58014 Drop the DataChannel message if it's received when the channel is not open. by jiayl@webrtc.org · 10 years ago
  37. aebb1ad pRevert 5371 "Revert 5367 "Update talk to 59410372."" by henrika@webrtc.org · 11 years ago
  38. 44461fa Revert 5367 "Update talk to 59410372." by henrika@webrtc.org · 11 years ago
  39. 0f3356e Update talk to 59410372. by mallinath@webrtc.org · 11 years ago
  40. a23f0ca Update talk to 56619788 by sergeyu@chromium.org · 11 years ago
  41. 07a6fbe Update talk to 56092586. by wu@webrtc.org · 11 years ago
  42. cecfd18 Update talk to 55821645. by wu@webrtc.org · 11 years ago
  43. 7818752 Update libjingle to 53856368. by wu@webrtc.org · 11 years ago
  44. 967bfff Update talk to 52534915. by wu@webrtc.org · 11 years ago
  45. a59696b Update libjingle to 52300956 by sergeyu@chromium.org · 11 years ago
  46. cadf904 Update talk to 51664136. by wu@webrtc.org · 11 years ago
  47. 822fbd8 Update talk to 50918584. by wu@webrtc.org · 11 years ago
  48. a550669 Update libjingle to 50733053. by mallinath@webrtc.org · 11 years ago
  49. 91053e7 Update libjingle to 50654631. by wu@webrtc.org · 11 years ago
  50. a054569 Fix memory leak in datachannel and its test. by wu@webrtc.org · 11 years ago
  51. d64719d Update libjingle to 50191337. by wu@webrtc.org · 11 years ago