summaryrefslogtreecommitdiffstats
path: root/net/base/ip_endpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Make IP Address related functions return the empty string when used on an inv...martijn2016-02-181-3/+4
* Revert of Make IP Address related functions return the empty string when used...henrika2016-02-171-4/+3
* Make IP Address related functions return the empty string when used on an inv...martijn2016-02-161-3/+4
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-5/+3
* net: add a ctor to IPEndPoint that takes an IPAddresstfarina2015-12-221-0/+4
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+2
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-041-3/+3
* Stop including ip_address_number.h from net_util.heroman2015-06-031-1/+2
* Do not call IPEndpoint::ToString for empty IP address.jiayl2015-03-111-3/+2
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-3/+3
* Remove net::IPEndPoint's vtablericea@chromium.org2014-04-221-1/+1
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-131-2/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-3/+11
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+2
* Use IPEndPoint for P2P IPC messagessergeyu@chromium.org2011-03-121-0/+5
* Use IPEndPoint for UDP sockets.sergeyu@chromium.org2011-03-091-1/+4
* add a detructor for clang's sake.mbelshe@chromium.org2011-03-041-0/+1
* Add an IPEndPoint class as a simple class for dealing with struct sockaddr.mbelshe@chromium.org2011-03-041-0/+53