1. 9c16c39 Sets the SCTP port codec in the native SessionDescription. by jiayl@webrtc.org · 11 years ago
  2. 53d8235 Ignore identical remote fingerprint in DtlsTransportChannelWrapper::SetRemoteFingerprint. by jiayl@webrtc.org · 11 years ago
  3. ff27332 Implement ObjC DataChannel wrapper by tkchin@webrtc.org · 11 years ago
  4. 740e6b3 (Auto)update libjingle 65843899-> 65880186 by buildbot@webrtc.org · 11 years ago
  5. 7c82ada AppRTCDemo was blocking the main thread for network requests. This fixes it by making the background queue serial instead of using @synchronize to make the background operations serial. by fischman@webrtc.org · 11 years ago
  6. a86c42c libjingle_unittest now compiles and passes on iOS! (reland of r5986) by fischman@webrtc.org · 11 years ago
  7. 681f787 (Auto)update libjingle 65752960-> 65813736 by buildbot@webrtc.org · 11 years ago
  8. f04a6ea MediaCodecVideoEncoder: limit MediaCodec bitrate to 95% of requested to avoid overshoot. by fischman@webrtc.org · 11 years ago
  9. af6640f (Auto)update libjingle 65729829-> 65752960 by buildbot@webrtc.org · 11 years ago
  10. f27fdeb AppRTCDemo(android): don't initialize process-globals more than once. by fischman@webrtc.org · 11 years ago
  11. 7d825e9 Revert "libjingle_unittest now compiles and passes on iOS!" by kjellander@webrtc.org · 11 years ago
  12. a0d3067 Use CreatePeerConnection method which accepts port_allocator. by mallinath@webrtc.org · 11 years ago
  13. 95cd155 libjingle_unittest now compiles and passes on iOS! by fischman@webrtc.org · 11 years ago
  14. 658a945 (Auto)update libjingle 65619249-> 65622932 by buildbot@webrtc.org · 11 years ago
  15. ff90ed6 (Auto)update libjingle 65561104-> 65619249 by buildbot@webrtc.org · 11 years ago
  16. 2b93402 (Auto)update libjingle 65484212-> 65561104 by buildbot@webrtc.org · 11 years ago
  17. 3f1aa24 (Auto)update libjingle 65469804-> 65484212 by buildbot@webrtc.org · 11 years ago
  18. 0d915ff Fix the return value of DtlsTransportChannelWrapper::SendPacket in the case of invalid RTP packet. by jiayl@webrtc.org · 11 years ago
  19. 504fc89 (Auto)update libjingle 65394435-> 65417850 by buildbot@webrtc.org · 11 years ago
  20. 19b1be1 Provide GetStats method in RTCPeerConnection by tkchin@webrtc.org · 11 years ago
  21. ec3d8ec Fix typo by renaming RTCSessionDescriptonDelegate -> RTCSessionsDescriptionDelegate by tkchin@webrtc.org · 11 years ago
  22. 54fd700 Remove ASSERT in TransportChannelProxy::SetImplementation, when by mallinath@webrtc.org · 11 years ago
  23. 8e5ec52 (Auto)update libjingle 65152644-> 65219629 by buildbot@webrtc.org · 11 years ago
  24. 29540b1 Revert "PeerConnectionFactory: delay deletion of owned threads." by fischman@webrtc.org · 11 years ago
  25. 1a87f52 (Auto)update libjingle 65151416-> 65151642 by buildbot@webrtc.org · 11 years ago
  26. cea024d PeerConnectionFactory: delay deletion of owned threads. by fischman@webrtc.org · 11 years ago
  27. aeb0c28 Update PRESUBMIT.py's list of "DO_NOT_SUBMIT_FILES". by henrike@webrtc.org · 11 years ago
  28. 0b3c6c3 (Auto)update libjingle 65086785-> 65104022 by buildbot@webrtc.org · 11 years ago
  29. 39b868b (Auto)update libjingle 65055925-> 65086785 by buildbot@webrtc.org · 11 years ago
  30. 8f88f20 Expand the test max wait time from 1000ms to 2000ms. by jiayl@webrtc.org · 11 years ago
  31. 36eda7c Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=996329, where the m line from firefox have a space at the end. by wu@webrtc.org · 11 years ago
  32. 1fd5b45 (Auto)update libjingle 64956819-> 64982143 by buildbot@webrtc.org · 11 years ago
  33. 190b72a Make libjingle Android example build without sourcing envsetup.sh by kjellander@webrtc.org · 11 years ago
  34. ad4440a In shared socket mode, use udp port as default receiver even if by mallinath@webrtc.org · 11 years ago
  35. 505f400 (Auto)update libjingle 64909599-> 64919255 by buildbot@webrtc.org · 11 years ago
  36. e98598d Make everyone an OWNER for .gyp/.gypi add/delete purposes, talk/ edition. by fischman@webrtc.org · 11 years ago
  37. 1da6047 (Auto)update libjingle 64813990-> 64909599 by buildbot@webrtc.org · 11 years ago
  38. cf0b46c iosdeviceinfo.cc: remove unnecessary file by fischman@webrtc.org · 11 years ago
  39. f875f15 (Auto)update libjingle 64709629-> 64813990 by buildbot@webrtc.org · 11 years ago
  40. b884eb6 (Auto)update libjingle 64630087-> 64709629 by wu@webrtc.org · 11 years ago
  41. 8dce41b Remove erronuous commit message from auto sync. by henrike@webrtc.org · 11 years ago
  42. 15192f9 (Auto)update libjingle 64594651-> 64630087 by buildbot@webrtc.org · 11 years ago
  43. 8f89497 Remove erronuous commit message. by henrike@webrtc.org · 11 years ago
  44. 61c1b8e (Auto)update libjingle 64585415-> 64594651 by buildbot@webrtc.org · 11 years ago
  45. f824fde (Auto)update libjingle 64326665-> 64585415 by henrike@webrtc.org · 11 years ago
  46. 74a7c48 Removes unused thread causing compiler warnings. by henrike@webrtc.org · 11 years ago
  47. 4e39307 Compare the answer's media type against offer to make sure they are match. Otherwise we should return failure. by wu@webrtc.org · 11 years ago
  48. 09b0c10 Talk: fixes warning: local variable is initialized but not referenced due to only using the variable in question for asserts. by henrike@webrtc.org · 11 years ago
  49. d1fe6b7 AppRTCDemo(android): fix a couple of SDP-related regressions. by fischman@webrtc.org · 11 years ago
  50. f5bebd4 (Auto)update libjingle 64247466-> 64326665 by henrike@webrtc.org · 11 years ago
  51. 1481491 (Auto)update libjingle 64147530-> 64247466 by wu@webrtc.org · 11 years ago
  52. 5e760e7 Check the return value of the FromString call and return failure when then value is invalid. I.e. uses by wu@webrtc.org · 11 years ago
  53. e387771 Remove webrtc_unittest.cc from talk presubmit script. by wu@webrtc.org · 11 years ago
  54. 05e7b44 (Auto)update libjingle 63948945-> 64147530 by wu@webrtc.org · 11 years ago
  55. 49c5ba3 AppRTCDemo(iOS): now works in the iOS Simulator! by fischman@webrtc.org · 11 years ago
  56. 61e78fc AppRTCDemo(iOS): remote-video reliability fixes by fischman@webrtc.org · 11 years ago
  57. fe16488 AppRTCDemo(android): specify DtlsSrtpKeyAgreement:true in CreatePeerConnection's constraints. by fischman@webrtc.org · 11 years ago
  58. 4f2bd68 Silence pointless LS_WARNING about port 0 for active-only candidates. by fischman@webrtc.org · 11 years ago
  59. 987f2c9 (Auto)update libjingle 63913264-> 63948945 by wu@webrtc.org · 11 years ago
  60. f7d501d (Auto)update libjingle 63884381-> 63913264 by wu@webrtc.org · 11 years ago
  61. a5586b5 Protect ENABLE_PROFILING to fix profiling=1. by andrew@webrtc.org · 11 years ago
  62. cfe5e9c (Auto)update libjingle 63837929-> 63884381 by wu@webrtc.org · 11 years ago
  63. b0ecc1c (Auto)update libjingle 63777286-> 63837929 by henrike@webrtc.org · 11 years ago
  64. b25576a talk/: enable _DEBUG in Debug for all posix by fischman@webrtc.org · 11 years ago
  65. 1ca08f6 Fix after auto update in r5787. APPRTCVideoView.h/m was removed incorrectly. by henrike@webrtc.org · 11 years ago
  66. 5fb7428 (Auto)update libjingle 63775799-> 63776369 by henrike@webrtc.org · 11 years ago
  67. a92fd74 (Auto)update libjingle 63773382-> 63775799 by henrike@webrtc.org · 11 years ago
  68. dce3feb (Auto)update libjingle 63738002-> 63773382 by henrike@webrtc.org · 11 years ago
  69. ae3347a Fix after auto update: removed files were brought back. by henrike@webrtc.org · 11 years ago
  70. 76d4f38 AppRTCDemo(iOS): allow rooms with no incoming audio. by fischman@webrtc.org · 11 years ago
  71. 6e3dbc2 (Auto)update libjingle 63648983-> 63738002 by henrike@webrtc.org · 11 years ago
  72. 385a722 PeerConnection(iOS): make ARC-clean talk/.../objc* and talk/examples/ios by fischman@webrtc.org · 11 years ago
  73. e42b8ab Cleanups in libjingle to make it compile with chromium_code=1 by sergeyu@chromium.org · 11 years ago
  74. 7fa1fcb AppRTCDemo(ios): style/cleanup fixes following cr/62871616-p10 by fischman@webrtc.org · 11 years ago
  75. c693a2a PeerConnection(iOS): fix case in #import statements. by fischman@webrtc.org · 11 years ago
  76. 1e6cb2c (Auto)update libjingle 63560528-> 63648983 by wu@webrtc.org · 11 years ago
  77. 152208a (Auto)update libjingle 63547048-> 63560528 by henrike@webrtc.org · 11 years ago
  78. be7e26d (Auto)update libjingle 63503990-> 63547048 by henrike@webrtc.org · 11 years ago
  79. 0c6f0f9 Revert 5737 "Add system wrapper dependency to libjingle targets." by mallinath@webrtc.org · 11 years ago
  80. 5e83c65 (Auto)update libjingle 63493960-> 63503990 by henrike@webrtc.org · 11 years ago
  81. a8ebdb7 Revert "(Auto)update libjingle 63363208-> 63493960" (r5740) by henrike@webrtc.org · 11 years ago
  82. 5f768ad (Auto)update libjingle 63363208-> 63493960 by henrike@webrtc.org · 11 years ago
  83. 979f1f8 Add system wrapper dependency to libjingle targets. by mallinath@webrtc.org · 11 years ago
  84. ffe2620 (Auto)update libjingle 63352036-> 63363208 by henrike@webrtc.org · 11 years ago
  85. 8b61011 (Auto)update libjingle 63293120-> 63352036 by henrike@webrtc.org · 11 years ago
  86. e9793ab (Auto)update libjingle 63111035-> 63293120 by henrike@webrtc.org · 11 years ago
  87. 18e5911 (Auto)update libjingle 63089643-> 63111035 by henrike@webrtc.org · 11 years ago
  88. f45a550 (Auto)update libjingle 63019975-> 63089643 by henrike@webrtc.org · 11 years ago
  89. 827faae Fixing incorrect memset. by mallinath@webrtc.org · 11 years ago
  90. c7bec84 (Auto)update libjingle 62948689-> 63019975 by henrike@webrtc.org · 11 years ago
  91. 10bd88e (Auto)update libjingle 62871616-> 62948689 by henrike@webrtc.org · 11 years ago
  92. d3d6bce (Auto)update libjingle 62865357-> 62871616 by henrike@webrtc.org · 11 years ago
  93. 0537634 (Auto)update libjingle 62713454-> 62865357 by henrike@webrtc.org · 11 years ago
  94. a01daf0 RTCPeerConnectionTest(objc): deflake by ignoring ICECompleted. by fischman@webrtc.org · 11 years ago
  95. 13320ea PeerConnectionTest(objc): expect ICE Completed state post 61460797-p10 by fischman@webrtc.org · 11 years ago
  96. 11aab0e Populate VoiceReceiverInfo::delay_estimate_ms, jitter_buffer_ms, and jitter_buffer_preferred_ms to getStats. by jiayl@webrtc.org · 11 years ago
  97. 371243d Remove std:: prefixes from C functions in talk/. by pbos@webrtc.org · 11 years ago
  98. 79047f9 (Auto)update libjingle 62691533-> 62713454 by henrike@webrtc.org · 11 years ago
  99. 2d213e4 (Auto)update libjingle 62550414-> 62691533 by henrike@webrtc.org · 11 years ago
  100. f714e7f Remove abs() use in PseudoTcp::process. by pbos@webrtc.org · 11 years ago