- 7e0fbca GN: Update xmpp and p2p to match Chromium build by kjellander · 9 years ago
- c0bec8f Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
- 3944b5a Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- c9a4231 Remove test targets of type none. by kjellander · 9 years ago
- 951103e Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #5 id:80001 of https://codereview.webrtc.org/1979933002/ ) by kjellander · 9 years ago
- d5e69cf Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- 04170e6 Remove unused libjingle_xmpphelp target. by tommi · 9 years ago
- 06ceeec Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
- bcf3191 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
- e139be4 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #2 id:20001 of https://codereview.webrtc.org/1973313002/ ) by kjellander · 9 years ago
- 030734f Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- 6fd71cc Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #2 id:140001 of https://codereview.webrtc.org/1929633002/ ) by kjellander · 9 years ago
- a0362d2 GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- 782a3f7 Fix all -Wnon-virtual-dtor warnings. by Henrik Kjellander · 9 years ago
- 97aa5c2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
- 8b348aa Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
- 3f20ddb Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
- 24163d5 Revert of Remove the rtc_relative_path GYP variable and similar defines (patchset #1 id:1 of https://codereview.webrtc.org/1925733002/ ) by phoglund · 9 years ago
- 879956d Replace scoped_ptr with unique_ptr in webrtc/libjingle/ by kwiberg · 9 years ago
- f35a140 Remove the rtc_relative_path GYP variable and similar defines by kjellander · 9 years ago
- 5fb5bd2 #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
- 41ab517 Revert of Remove the rtc_relative_path GYP variable and similar defines (patchset #1 id:1 of https://codereview.webrtc.org/1903553003/ ) by kjellander · 9 years ago
- 5a9038f Remove the rtc_relative_path GYP variable and similar defines by kjellander · 9 years ago
- e1e16f0 Reland of move {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (patchset #1 id:1 of https://codereview.webrtc.org/1846693002/ ) by kjellander · 9 years ago
- 1f0f771 Revert of Remove {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (patchset #1 id:1 of https://codereview.webrtc.org/1839763004/ ) by kjellander · 9 years ago
- 463cc09 Remove {media,p2p,pc,xmllite,xmpp}_tests.gypi files. by kjellander · 9 years ago
- ca09a4b Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
- 12cfa58 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
- 0b54e5a Reland "Add check_deps rules in DEPS files." by kjellander@webrtc.org · 9 years ago
- de82d23 Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ ) by kjellander · 9 years ago
- 181e867 Add check_deps rules in DEPS files. by kjellander@webrtc.org · 9 years ago
- 4056bb6 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago
- 98836c0 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
- 124daee cleanup: get rid of basicdefs.h include by tfarina · 9 years ago
- 9163860 Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
- 1ccc865 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
- 07e22e6 Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
- 9199c0e Add RTC_ prefix to contructormagic macros. by henrikg · 10 years ago
- ef81f09 Remove webrtc/libjingle/{examples,session}. by Peter Boström · 10 years ago
- 8663712 VoE: Initialize WebRtcVoiceMediaChannel with AudioOptions during creation by Jelena Marusic · 10 years ago
- e033a9e Some cleanup for base/logging and base/stream.h by Tommi · 10 years ago
- ea8750d GYP variables for building expat, icu, libsrtp, usrsctp by Henrik Kjellander · 10 years ago
- 2db0fec Do not define POSIX. by Thiago Farina · 10 years ago
- 5e17efb Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. by Thiago Farina · 10 years ago
- 5173c60 Remove henrike@ from OWNERS by Henrik Kjellander · 10 years ago
- deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
- c4e2cd0 Fix style violations in common_types.h and config.h by kwiberg@webrtc.org · 10 years ago
- f35e2aa Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
- 2234f41 Enable Clang warning implicit-fallthrough and annotate the code. by kjellander@webrtc.org · 10 years ago
- 75b626b Make it easier to use external libyuv + cleanup GYP files. by kjellander@webrtc.org · 10 years ago
- 00aadaa Change GetStreamBySsrc to not copy StreamParams. by tommi@webrtc.org · 10 years ago
- 8aac6ec Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
- b35a54a Move the Jingle-specific network code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
- c2c971d Move Jingle-specific files from talk/session/media to webrtc/libjingle/session/media. This is part of an ongoing effort to remove Jingle-specific files from the WebRTC repository. by pthatcher@webrtc.org · 10 years ago
- 820ee3f Breakup Transports and TransportParsers and move TransportParsers into webrtc/libjingle. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
- cb44770 Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
- a6fbbb2 Move session/tunnel to webrtc/libjingle. This is part of the ongoing effort to move Jingle-specific things out of WebRTC and into its own repository. I won't submit this until all other projects have moved off of compiling this as well. by pthatcher@webrtc.org · 10 years ago
- 09bc495 Revert "Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository." by pthatcher@webrtc.org · 10 years ago
- 319181b Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
- 4380de2 Move jingle examples from talk/ into webrtc/libjingle. This is part of the effor to move Jingle out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
- 104be35 Revert "Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository." by pthatcher@webrtc.org · 10 years ago
- 39ae0ed Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
- 27812d2 Make one OWNERS files for all of webrtc/libjingle so we don't need approval from webrtc/OWNERS every time we want to add a directory. by pthatcher@webrtc.org · 10 years ago
- 92ae5da Revert r7886:7887. by pbos@webrtc.org · 10 years ago
- bed7b2f Put pseudotcp back because remoting uses it. by pthatcher@webrtc.org · 10 years ago
- 818b99e Move the obvious/easy Jingle-specific code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
- 1a02faa move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
- 4415bac Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." by henrike@webrtc.org · 10 years ago
- 67ad61f Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago
- 275588d Mac: adds missing _DEBUG flag to mac debug builds. by henrike@webrtc.org · 10 years ago
- be9a70f Moves xmllite's unittests to rtc_unittest. by henrike@webrtc.org · 10 years ago
- 51b64e4 Put base tests in webrtc_tests.gyp by henrike@webrtc.org · 11 years ago
- f0833c2 Fix strange owners files with comments that crashs "git cl presubmit" by andresp@webrtc.org · 11 years ago
- 48a7b2e Create a copy of talk/xmllite under webrtc/xmllite. by henrike@webrtc.org · 11 years ago