1. 705ecc5 GN: Change group deps to public_deps. by kjellander · 8 years ago
  2. a41c13e OWNERS: Make everyone able to change *.gn,*.gni files. by Henrik Kjellander · 8 years ago
  3. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  4. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  5. c0f28be Add kjellander@webrtc.org to more OWNERS for BUILD.gn files. by kjellander · 8 years ago
  6. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  7. 5023d41 GN: Update xmpp and p2p to match Chromium build by kjellander · 9 years ago
  8. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
  9. c76dc95 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
  10. 26306b1 Remove test targets of type none. by kjellander · 9 years ago
  11. 4d167e5 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
  12. 164e978 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
  13. 1b32acd Remove unused libjingle_xmpphelp target. by tommi · 9 years ago
  14. 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
  15. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  16. fb1dd43 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
  17. c8d848b Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
  18. 8744cf6 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
  19. 4d02a35 GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
  20. 3fe372d Fix all -Wnon-virtual-dtor warnings. by Henrik Kjellander · 9 years ago
  21. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
  22. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  23. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  24. c6c00b3 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
  25. 322c4a0 Replace scoped_ptr with unique_ptr in webrtc/libjingle/ by kwiberg · 9 years ago
  26. 081254f Remove the rtc_relative_path GYP variable and similar defines by kjellander · 9 years ago
  27. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
  28. 7bc7c06 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
  29. e19cf59 Remove the rtc_relative_path GYP variable and similar defines by kjellander · 9 years ago
  30. 00984ff 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
  31. 72644d2 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
  32. 231b69f Remove {media,p2p,pc,xmllite,xmpp}_tests.gypi files. by kjellander · 9 years ago
  33. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
  34. b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
  35. 94a23f0 Reland "Add check_deps rules in DEPS files." by kjellander@webrtc.org · 9 years ago
  36. 56cf60e Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ ) by kjellander · 9 years ago
  37. 086f851 Add check_deps rules in DEPS files. by kjellander@webrtc.org · 9 years ago
  38. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago
  39. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  40. fa5d0db cleanup: get rid of basicdefs.h include by tfarina · 9 years ago
  41. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  42. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  43. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  44. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  45. f564291 Remove webrtc/libjingle/{examples,session}. by Peter Boström · 10 years ago
  46. c28a896 VoE: Initialize WebRtcVoiceMediaChannel with AudioOptions during creation by Jelena Marusic · 10 years ago
  47. 00aac5a Some cleanup for base/logging and base/stream.h by Tommi · 10 years ago
  48. e6cefb6 GYP variables for building expat, icu, libsrtp, usrsctp by Henrik Kjellander · 10 years ago
  49. 9154373 Do not define POSIX. by Thiago Farina · 10 years ago
  50. ae0f0ee Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. by Thiago Farina · 10 years ago
  51. 722ef1f Remove henrike@ from OWNERS by Henrik Kjellander · 10 years ago
  52. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  53. ac2d27d Fix style violations in common_types.h and config.h by kwiberg@webrtc.org · 10 years ago
  54. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  55. 7d2b6a9 Enable Clang warning implicit-fallthrough and annotate the code. by kjellander@webrtc.org · 10 years ago
  56. d7e34e1 Make it easier to use external libyuv + cleanup GYP files. by kjellander@webrtc.org · 10 years ago
  57. 586f2ed Change GetStreamBySsrc to not copy StreamParams. by tommi@webrtc.org · 10 years ago
  58. 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
  59. 5ad4178 Move the Jingle-specific network code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
  60. 4c0544a 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
  61. 5647877 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
  62. aacc234 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
  63. f5847d7 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
  64. 4cb3856 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
  65. 536f999 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
  66. bc03192 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
  67. f050791 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
  68. 4afb599 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
  69. 02c21db 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
  70. 18a3896 Revert r7886:7887. by pbos@webrtc.org · 10 years ago
  71. e9db7fe Put pseudotcp back because remoting uses it. by pthatcher@webrtc.org · 10 years ago
  72. dee76f3 Move the obvious/easy Jingle-specific code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
  73. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  74. 28100cb 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
  75. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago
  76. 2fe5893 Mac: adds missing _DEBUG flag to mac debug builds. by henrike@webrtc.org · 10 years ago
  77. 31b75ea Moves xmllite's unittests to rtc_unittest. by henrike@webrtc.org · 10 years ago
  78. b2efb67 Put base tests in webrtc_tests.gyp by henrike@webrtc.org · 10 years ago
  79. fa822b9 Fix strange owners files with comments that crashs "git cl presubmit" by andresp@webrtc.org · 10 years ago
  80. d72a759 Create a copy of talk/xmllite under webrtc/xmllite. by henrike@webrtc.org · 10 years ago