summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Implements RTP header dumping.jiayl@chromium.org2014-05-311-1/+59
* Revert 273745 "Implements RTP header dumping." due to memory leakbattre@chromium.org2014-05-301-59/+1
* Implements RTP header dumping.jiayl@chromium.org2014-05-301-1/+59
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-4/+3
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-4/+2
* Detect IPv6 interface is temporary or not.mallinath@chromium.org2014-03-281-1/+2
* Push remote hostname to P2P socket host.mallinath@chromium.org2014-03-121-1/+1
* Relanding PacketOptions enabling CL https://codereview.chromium.org/177603002mallinath@chromium.org2014-03-021-2/+2
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Revert 252408 "Adding talk_base::PacketOptions to P2P IPC Send m..."bartfab@chromium.org2014-02-241-2/+2
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Adding talk_base::PacketOptions to P2P IPC Send message.mallinath@chromium.org2014-02-201-2/+2
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...mallinath@chromium.org2014-01-231-0/+13
* Revert 246612 "Implement SetOption and GetOption methods defined..."akalin@chromium.org2014-01-231-13/+0
* Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...mallinath@chromium.org2014-01-231-0/+13
* Wire talk_base::AsyncResolverInterface in chrome.mallinath@chromium.org2014-01-031-6/+12
* Filter virtual network interfaces for p2p sessions.mallinath@chromium.org2013-12-191-1/+1
* Implement support for p2p socket UDP packages to set the Differntiated Servic...hubbe@chromium.org2013-10-221-1/+2
* Trace events for P2P Sockethclam@chromium.org2013-10-171-2/+3
* 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-211-2/+2
* 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
* 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-211-2/+5
* If HostResolver::Request completes with OK, the AddressList is not empty. Pre...mef@chromium.org2013-05-151-8/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-2/+2
* Refactor the P2PSocketDispatcher to be created on the RenderThread instead of...perkj@chromium.org2012-09-121-45/+32
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-10/+3
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-42/+42
* 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-091-2/+2
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-161-0/+1
* 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
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-251-0/+4
* Return DNS addresses when address can be resolved synchronously.sergeyu@chromium.org2011-08-121-3/+5
* Add IPC for DNS host address resolution.sergeyu@chromium.org2011-08-091-2/+116
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-131-8/+38
* Fixing Coverity bugs (DEAD_CODE and PASS_BY_VALUE)dpapad@chromium.org2011-06-221-1/+1
* Fix memory leaks in P2PSocketDispatcherHostsergeyu@chromium.org2011-05-261-1/+9
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-211-62/+21
* Fix P2PSocketDispatcherHost to distinguish sockets with the same socket_idsergeyu@chromium.org2011-04-211-14/+26
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-201-5/+1