summaryrefslogtreecommitdiffstats
path: root/content/common/p2p_messages.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/common/.avi2015-12-251-4/+6
* Add support for default local address in IpcNetworkManagerguoweis2015-11-121-2/+4
* Wire up transport sequence number and send time.holmer2015-10-211-0/+3
* Stop including network_interfaces.h from net_util.holli.raula2015-09-011-1/+1
* Added a CHECK assert which will cause crash when missing send completion sign...guoweis2015-01-091-2/+8
* Rename network_prefix to prefix_length in NetworkInterface structure.guoweis2014-11-201-1/+1
* Interface change for net_util.h for WebRTC IPv6 support.guoweis2014-09-221-0/+1
* IpcNetworkManager in renderer/p2p didn't specify the right network prefix,guoweis2014-09-151-0/+1
* Update webrtc&libjingle 6774:6825.ronghuawu@chromium.org2014-08-061-7/+7
* Revert "Update webrtc&libjingle 6774:6799."erikchen@chromium.org2014-07-311-7/+7
* Update webrtc&libjingle 6774:6799.ronghuawu@chromium.org2014-07-311-7/+7
* Handle unresolved remote hostname for TCP sockets.mallinath@chromium.org2014-07-081-2/+3
* Sends NetworkChangeNotifier connection type changes to Blink, to support NetI...jkarlin@chromium.org2014-05-291-4/+0
* Wiring network interface from Chromium net to libjingle Network.mallinath@chromium.org2014-05-081-0/+5
* Push remote hostname to P2P socket host.mallinath@chromium.org2014-03-121-2/+6
* 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