summaryrefslogtreecommitdiffstats
path: root/content/common/p2p_messages.h
Commit message (Expand)AuthorAgeFilesLines
* Fix IpcPacketSocketFactory to return EWOULDBLOCK when network interface is co...sergeyu@chromium.org2013-04-061-0/+3
* Refactor the P2PSocketDispatcher to be created on the RenderThread instead of...perkj@chromium.org2012-09-121-32/+32
* Make IPC_MESSAGE_EXPORT more robust.thakis@chromium.org2012-02-211-1/+4
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-251-2/+2
* Add IPC for DNS host address resolution.sergeyu@chromium.org2011-08-091-0/+8
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-131-2/+5
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-211-0/+11
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-201-1/+2
* IPC host for TCP P2P sockets.sergeyu@chromium.org2011-04-191-0/+9
* Use IPEndPoint for P2P IPC messagessergeyu@chromium.org2011-03-121-10/+6
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-051-22/+8
* P2P Sockets host implementation.sergeyu@chromium.org2011-03-021-0/+62