summaryrefslogtreecommitdiffstats
path: root/net/base/net_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Split network_interfaces.h off of net_utils.h.eroman2015-06-031-82/+0
* Add a function to get Wifi SSID to net_util.meacer2015-02-171-0/+5
* Implement GetNetworkList on Mac/iOS to expose IPv6 address attributes.guoweis2014-11-141-341/+4
* Implement GetNetworkList based on AddressTrackerLinux for ChromeOS/Linux/Androidguoweis2014-10-231-68/+189
* Cast: Allow extension to control wifi options on windowshubbe2014-09-231-0/+6
* Interface change for net_util.h for WebRTC IPv6 support.guoweis2014-09-221-5/+13
* Create temp socket in GetNetworkList only on MacOSservolk@chromium.org2014-06-261-0/+4
* Adding support of network interface type detection for OSX.mallinath@chromium.org2014-05-021-2/+34
* Adding code to detect network interface type on Windows. This information is ...mallinath@chromium.org2014-05-011-2/+4
* Compile src/net for PNaClsergeyu@chromium.org2014-04-101-3/+6
* Defined a enum for network interface types and added a field tomallinath@chromium.org2014-04-091-2/+3
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-091-34/+0
* Revert 262487 "Add net/base/filename_util.h."sergeyu@chromium.org2014-04-081-0/+34
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-081-34/+0
* Detect IPv6 interface is temporary or not.mallinath@chromium.org2014-03-281-7/+99
* Improve network interface name on Win for WebRTC logs.grunell@chromium.org2014-03-051-2/+2
* GetNetworkList() copies sa_family of ifa_addr to ifa_netmask if unsetjgraettinger@chromium.org2014-01-081-0/+4
* Filter virtual network interfaces for p2p sessions.mallinath@chromium.org2013-12-191-2/+9
* Added net::NetworkInterface::interface_index.vitalybuka@chromium.org2013-12-051-2/+9
* Revert 238715 "Reland 238671 "Added net::NetworkInterface::inter..."robliao@chromium.org2013-12-041-9/+2
* Reland 238671 "Added net::NetworkInterface::interface_index."dubroy@chromium.org2013-12-041-2/+9
* Revert 238671 "Added net::NetworkInterface::interface_index."dubroy@chromium.org2013-12-041-9/+2
* Added net::NetworkInterface::interface_index.vitalybuka@chromium.org2013-12-041-2/+9
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+0
* Cleanup of GetNetworkList code.vitalybuka@chromium.org2013-09-291-15/+5
* Added NetworkInterface::network_prefix.vitalybuka@chromium.org2013-09-261-14/+33
* Revert 225303 "Added NetworkInterface::network_prefix."vitalybuka@chromium.org2013-09-261-33/+14
* Added NetworkInterface::network_prefix.vitalybuka@chromium.org2013-09-261-14/+33
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Fix net::GetNetworkList() to skip unspecified addresses.sergeyu@chromium.org2013-05-031-3/+8
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add WifiPHYLayerProtocol to SystemProfile.szym@chromium.org2013-02-131-0/+4
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-2/+2
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Implement net::GetNetworkList() for Android.shouqun.liu@intel.com2012-09-121-6/+26
* Cleanup GetNetworkList.wez@chromium.org2011-08-161-15/+41
* Fix GetNetworkList() for POSIX to cope with address-less interfaces.wez@chromium.org2011-08-101-0/+2
* Upstream android net related code (part 1)michaelbai@google.com2011-07-111-1/+13
* Add GetNetworkList() in net_utils.sergeyu@chromium.org2011-03-191-1/+37
* Lands http://codereview.chromium.org/379007 for Dave:sky@chromium.org2009-11-111-0/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-12/+13
* Normalize newlines to LF in netmmentovai@google.com2008-09-021-46/+46
* Use a more compact license header in source files.license.bot2008-08-241-70/+46
* Move FileURLToFilePath into platform specific files. Most of the logic in th...tc@google.com2008-08-221-0/+70