summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/p2p
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow server sockets to rebind to same port if there is nothing actively list...justinlin@chromium.org2012-09-171-0/+3
* Refactor the P2PSocketDispatcher to be created on the RenderThread instead of...perkj@chromium.org2012-09-1213-99/+68
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+10
* Added broadcasting feature to UDP server sockets.ygorshenin@chromium.org2012-07-161-1/+10
* Ignore EHOSTUNREACH and EHOSTDOWN when sending on P2P sockets.sergeyu@chromium.org2012-07-091-2/+8
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-259-16/+15
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-082-7/+5
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-073-20/+9
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-272-44/+50
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+5
* 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-284-13/+15
* P2PSocketHostTcp::Init method calls SetSendBufferSize after net::TCPClientSoc...mallinath@chromium.org2012-03-201-5/+7
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-092-4/+4
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-285-5/+5
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-162-3/+4
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-096-69/+27
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-11/+0
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-0/+11
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-6/+32
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-0/+5
* base::Bind: Convert ServerSocket::Accept.jhawkins@chromium.org2011-12-033-13/+21
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-7/+6
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-6/+6
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Buffer packets in the IPC P2P layer.sergeyu@chromium.org2011-10-224-16/+64
* Set send buffer size for P2P UDP sockets.sergeyu@chromium.org2011-10-182-1/+14
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-017-22/+22
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-304-4/+7
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-261-2/+2
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-2513-4/+51
* Return DNS addresses when address can be resolved synchronously.sergeyu@chromium.org2011-08-121-3/+5
* Renamed authorized_ to connected_ for p2p sockets host.sergeyu@chromium.org2011-08-104-11/+11
* Properly handle STUN requests and responses from relay servers.sergeyu@chromium.org2011-08-094-4/+9
* Add IPC for DNS host address resolution.sergeyu@chromium.org2011-08-092-3/+134
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
* DatagramSocket: added NetLog accessor.agayev@chromium.org2011-07-181-0/+5
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-132-12/+56
* Libjingle roll 66:71. Enable STUN magic cookie verification.sergeyu@chromium.org2011-07-011-6/+3
* Revert 91080 - broke clang. rsleevi@chromium.org2011-06-301-3/+6
* Libjingle roll 66:68. Enable STUN magic cookie verification.sergeyu@chromium.org2011-06-301-6/+3
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+10
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-10/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+10