summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/p2p
Commit message (Expand)AuthorAgeFilesLines
* Flag for disabling P2P STUN filterhubbe@chromium.org2013-12-111-2/+9
* Add support of IP_MULTICAST_IF in UDP sockets.vitalybuka@chromium.org2013-12-051-0/+5
* Sockets used for p2p in chrome browser process is left withmallinath@chromium.org2013-12-042-0/+21
* This CL is in preparation for making a public way for the media/cast library ...hubbe@chromium.org2013-12-045-5/+5
* LOG(INFO) -> VLOG(0) in content/scottmg@chromium.org2013-11-231-2/+2
* Move a few functions out of line.thakis@chromium.org2013-11-092-210/+215
* Don't try to set DSCP on socket when outgoing packet DSCPmallinath@chromium.org2013-10-291-1/+6
* [Tracing] Add support for forward looking or backwards looking async steps.simonjam@chromium.org2013-10-241-2/+2
* Initialize variable to avoid false-positive uninit error from valgrind.jyasskin@chromium.org2013-10-231-1/+1
* Fix a false valgrind uninit error under clang.jyasskin@chromium.org2013-10-221-1/+1
* Implement support for p2p socket UDP packages to set the Differntiated Servic...hubbe@chromium.org2013-10-2211-39/+76
* Minor cleanup in P2PSocketHostUdp.thestig@chromium.org2013-10-181-4/+5
* Trace events for P2P Sockethclam@chromium.org2013-10-1711-62/+58
* Cleanup: Fix style errors and remove unused #includes in net/base/net_util.h,...thestig@chromium.org2013-10-142-0/+5
* Limit size of outgoing P2P packetssergeyu@chromium.org2013-10-131-0/+12
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-2/+0
* This CL implements a simple send rate controller for STUN packets when sent t...mallinath@chromium.org2013-09-219-13/+200
* For FakeSSL client socket connect was never called. So if Read is calledmallinath@chromium.org2013-09-202-13/+21
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-2/+2
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-2/+4
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-4/+6
* Since WebRTC is the major consumer of p2p sockets in render_host/p2p.mallinath@chromium.org2013-08-131-1/+2
* Clone of @ https://codereview.chromium.org/22452002/mallinath@chromium.org2013-08-134-12/+99
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-183-3/+3
* Remove net::ServerSocket::setAllowReuseAddress and fix server socket on Windows.ikarienator@chromium.org2013-07-041-5/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Proxy detection is important feature for the P2P sockets, asmallinath@chromium.org2013-06-218-90/+112
* SSLTCP (pseudo-SSL with fake handshake and unencrypted data) support for p2p ...ronghuawu@chromium.org2013-06-216-16/+48
* Uniquely identify UDP packet in trace eventshclam@chromium.org2013-06-152-17/+36
* Add multicast support to DatagramServerSocketnoamsml@chromium.org2013-06-081-0/+22
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-022-19/+27
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* If HostResolver::Request completes with OK, the AddressList is not empty. Pre...mef@chromium.org2013-05-151-8/+1
* Adding TCP packet support for STUN/TURN packets.ronghuawu@chromium.org2013-05-078-76/+409
* Revert 198565 "Adding TCP packet support for STUN/TURN packets."ronghuawu@chromium.org2013-05-078-408/+76
* Adding TCP packet support for STUN/TURN packets.ronghuawu@chromium.org2013-05-068-76/+408
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Add tracing data for measure number of EWOULDBLOCK error in p2p sockethclam@chromium.org2013-05-031-0/+4
* UDP transient errors should not be fatalhclam@chromium.org2013-05-021-2/+14
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Fix P2PSocketHostTcp to handle async write correctly.sergeyu@chromium.org2013-04-174-5/+75
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-173-3/+3
* Fix IpcPacketSocketFactory to return EWOULDBLOCK when network interface is co...sergeyu@chromium.org2013-04-067-78/+81
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-10/+0
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-2/+2
* If there are some firewall restrictions are applied on the host andmallinath@chromium.org2013-02-201-1/+2
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-122-2/+2
* Fix P2PSocketHostUDP to handle EHOSTUNREACH error.sergeyu@chromium.org2013-01-241-7/+25
* Get rid of ipc_sender.h include in ipc_message.h.viettrungluu@chromium.org2012-12-144-2/+6
* Process all complete packets present during Read callbacks, instead of a sing...fischman@chromium.org2012-11-281-14/+19