summaryrefslogtreecommitdiffstats
path: root/content/renderer/p2p
Commit message (Expand)AuthorAgeFilesLines
* Remove the same function definition and reuse the same one from WebRTC.guoweis2015-03-201-12/+5
* Enables passing Origin value with WebRTC MediaConstraints (flag controlled).pthatcher2015-03-132-3/+18
* Only allow non-deprecated IPv6 addresses which don't contain MAC to be used i...guoweis2015-03-121-5/+11
* Only allow temporary IPv6 address.guoweis2015-03-081-0/+8
* Add a Preference to allow WebRTC only bind to "any address" (all 0s). This wa...guoweis2015-02-192-0/+5
* Use network counting from webrtc for UMA.guoweis2015-02-091-12/+8
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-1/+1
* Mechanical rename of tracing includes for /content [2/3]primiano2015-01-281-1/+1
* replace COMPILE_ASSERT with static_assert in content/mostynb2015-01-131-1/+1
* Added a CHECK assert which will cause crash when missing send completion sign...guoweis2015-01-097-58/+94
* Change the UMA histogram bucket to help track large video encoded output. The...guoweis2014-12-291-4/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+2
* Change the UMA histogram bucket to help track large video encoded outputguoweis2014-12-191-2/+3
* Hide the proxy socket address from the clients of ProxyResolvingClientSocket.jiayl2014-12-111-20/+31
* Make the ipc_socket_factory logging show up in release build.jiayl2014-12-081-3/+6
* Rename network_prefix to prefix_length in NetworkInterface structure.guoweis2014-11-201-10/+4
* [content/renderer] Convert VLOGs to DVLOGsanujk.sharma2014-11-142-5/+5
* Introduce a new experiment to control the application send socket buffer size...guoweis2014-11-111-1/+24
* IpcPacketSocket should SignalConnect AFTER updating the remote address.jiayl2014-11-071-1/+7
* Update Chromium for webrtc r7656.pkasting2014-11-072-6/+6
* Add juberti@ to OWNERS files for p2p socketguoweis2014-11-041-0/+1
* Roll WebRTC 7546:7549.hellner2014-10-312-2/+2
* Revert "Roll WebRTC 7546:7549."Mike Wittman2014-10-292-2/+2
* Roll WebRTC 7546:7549.hellner2014-10-292-2/+2
* Increase WebRTC socket send buffer to 256k.guoweis2014-10-281-1/+2
* Implement UMA and internal data structure for tracking EWOULDBLOCK.guoweis2014-10-281-1/+41
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-217-65/+65
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-087-42/+42
* Remove support for legacy relay servers from P2PPortAllocator.sergeyu2014-10-082-242/+9
* Use of base::StringPairs appropriately in contentmohan.reddy2014-09-251-3/+2
* Interface change for net_util.h for WebRTC IPv6 support.guoweis2014-09-221-3/+6
* IpcNetworkManager in renderer/p2p didn't specify the right network prefix,guoweis2014-09-155-27/+183
* Fix the hostname used to setup a TURN/TSL connection.jiayl@chromium.org2014-08-151-7/+13
* Support multiple STUN servers for PeerConnection.jiayl@chromium.org2014-08-092-7/+3
* Update webrtc&libjingle 6774:6825.ronghuawu@chromium.org2014-08-0611-122/+122
* Revert "Update webrtc&libjingle 6774:6799."erikchen@chromium.org2014-07-3111-122/+122
* Update webrtc&libjingle 6774:6799.ronghuawu@chromium.org2014-07-3111-122/+122
* Add IPv4/IPv6 counters to UMA even when count is 0.mallinath@chromium.org2014-07-251-8/+5
* Provide "hostname:port" to the P2P Browser process sockets via P2PHostMsg_Cre...mallinath@chromium.org2014-07-091-1/+3
* Handle unresolved remote hostname for TCP sockets.mallinath@chromium.org2014-07-086-17/+43
* Add WebRtc logging in IpcPacketSocket when the socket is blocked or unblocked.jiayl@chromium.org2014-06-131-1/+16
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-132-11/+11
* Remove --enable-webrtc-tcp-server-sockethclam@chromium.org2014-05-301-6/+1
* Revert 272379 "Revert 272371 "Add UMA Counts for number of IPv4 ..."courage@chromium.org2014-05-231-0/+15
* Revert 272371 "Add UMA Counts for number of IPv4 and IPv6 interf..."courage@chromium.org2014-05-231-15/+0
* Add UMA Counts for number of IPv4 and IPv6 interfaces detected for PeerConnec...mallinath@chromium.org2014-05-231-0/+15
* Fix more cases of unreachable code on Windows, mostly added recently.pkasting@chromium.org2014-05-221-1/+0
* Send SignalClose to the clients of P2PSocket, if TCP socket is failed tomallinath@chromium.org2014-05-171-0/+4
* Wiring network interface from Chromium net to libjingle Network.mallinath@chromium.org2014-05-081-4/+29
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-252-4/+4