summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/p2p/socket_host_tcp.cc
Commit message (Expand)AuthorAgeFilesLines
* Implements RTP header dumping.jiayl@chromium.org2014-05-311-10/+21
* Revert 273745 "Implements RTP header dumping." due to memory leakbattre@chromium.org2014-05-301-21/+10
* Implements RTP header dumping.jiayl@chromium.org2014-05-301-10/+21
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-4/+4
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-2/+2
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-2/+2
* Handling ICE TCP packets when authentication is enabled in browser process.mallinath@chromium.org2014-03-251-1/+3
* Relanding https://codereview.chromium.org/197713005/, was reverted inmallinath@chromium.org2014-03-141-3/+12
* Revert 256709 "Relanding https://codereview.chromium.org/1593530..."tommi@chromium.org2014-03-131-12/+3
* Relanding https://codereview.chromium.org/159353002/ after some minor modific...mallinath@chromium.org2014-03-131-3/+12
* Revert 256580 "This CL adds methods to manipulate RTP header ext..."cpu@chromium.org2014-03-121-12/+3
* This CL adds methods to manipulate RTP header extension, particularlymallinath@chromium.org2014-03-121-3/+12
* Push remote hostname to P2P socket host.mallinath@chromium.org2014-03-121-7/+10
* Relanding PacketOptions enabling CL https://codereview.chromium.org/177603002mallinath@chromium.org2014-03-021-1/+1
* Revert 252408 "Adding talk_base::PacketOptions to P2P IPC Send m..."bartfab@chromium.org2014-02-241-1/+1
* Adding talk_base::PacketOptions to P2P IPC Send message.mallinath@chromium.org2014-02-201-1/+1
* Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...mallinath@chromium.org2014-01-231-0/+15
* Revert 246612 "Implement SetOption and GetOption methods defined..."akalin@chromium.org2014-01-231-15/+0
* Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...mallinath@chromium.org2014-01-231-0/+15
* Pass packet received timestamp in microseconds frommallinath@chromium.org2013-12-161-1/+2
* Sockets used for p2p in chrome browser process is left withmallinath@chromium.org2013-12-041-0/+13
* 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-221-0/+3
* Trace events for P2P Sockethclam@chromium.org2013-10-171-1/+2
* For FakeSSL client socket connect was never called. So if Read is calledmallinath@chromium.org2013-09-201-12/+18
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-4/+6
* Clone of @ https://codereview.chromium.org/22452002/mallinath@chromium.org2013-08-131-12/+90
* Proxy detection is important feature for the P2P sockets, asmallinath@chromium.org2013-06-211-27/+45
* SSLTCP (pseudo-SSL with fake handshake and unencrypted data) support for p2p ...ronghuawu@chromium.org2013-06-211-7/+26
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-10/+12
* Adding TCP packet support for STUN/TURN packets.ronghuawu@chromium.org2013-05-071-58/+178
* Revert 198565 "Adding TCP packet support for STUN/TURN packets."ronghuawu@chromium.org2013-05-071-178/+58
* Adding TCP packet support for STUN/TURN packets.ronghuawu@chromium.org2013-05-061-58/+178
* Fix P2PSocketHostTcp to handle async write correctly.sergeyu@chromium.org2013-04-171-2/+8
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Fix IpcPacketSocketFactory to return EWOULDBLOCK when network interface is co...sergeyu@chromium.org2013-04-061-42/+30
* Get rid of ipc_sender.h include in ipc_message.h.viettrungluu@chromium.org2012-12-141-0/+1
* Process all complete packets present during Read callbacks, instead of a sing...fischman@chromium.org2012-11-281-14/+19
* Refactor the P2PSocketDispatcher to be created on the RenderThread instead of...perkj@chromium.org2012-09-121-7/+5
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-1/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-2/+1
* Fixing incorrect log message after successful SetSendBufferSize.mallinath@chromium.org2012-03-291-1/+1
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-3/+4
* P2PSocketHostTcp::Init method calls SetSendBufferSize after net::TCPClientSoc...mallinath@chromium.org2012-03-201-5/+7
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-1/+1
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-10/+7
* Buffer packets in the IPC P2P layer.sergeyu@chromium.org2011-10-221-0/+3
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-251-2/+4
* Renamed authorized_ to connected_ for p2p sockets host.sergeyu@chromium.org2011-08-101-4/+4
* Properly handle STUN requests and responses from relay servers.sergeyu@chromium.org2011-08-091-2/+1