summaryrefslogtreecommitdiffstats
path: root/content/common/p2p_messages.h
Commit message (Expand)AuthorAgeFilesLines
* Relanding PacketOptions enabling CL https://codereview.chromium.org/177603002mallinath@chromium.org2014-03-021-4/+17
* Remove p2p socket API from content/publichubbe@chromium.org2014-02-261-1/+1
* Revert 252408 "Adding talk_base::PacketOptions to P2P IPC Send m..."bartfab@chromium.org2014-02-241-18/+4
* Adding talk_base::PacketOptions to P2P IPC Send message.mallinath@chromium.org2014-02-201-4/+18
* Apply automatic range checking for enums across p2p_messages IPC.tsepez@chromium.org2014-01-301-3/+7
* Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...mallinath@chromium.org2014-01-231-0/+6
* Revert 246612 "Implement SetOption and GetOption methods defined..."akalin@chromium.org2014-01-231-6/+0
* Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...mallinath@chromium.org2014-01-231-0/+6
* Wire talk_base::AsyncResolverInterface in chrome.mallinath@chromium.org2014-01-031-1/+1
* Pass packet received timestamp in microseconds frommallinath@chromium.org2013-12-161-2/+4
* This CL is in preparation for making a public way for the media/cast library ...hubbe@chromium.org2013-12-041-1/+1
* Implement support for p2p socket UDP packages to set the Differntiated Servic...hubbe@chromium.org2013-10-221-1/+3
* Trace events for P2P Sockethclam@chromium.org2013-10-171-2/+3
* 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