| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding code to detect network interface type on Windows. This information is ... | mallinath@chromium.org | 2014-05-01 | 1 | -2/+2 |
* | Renamed namespaces in src/net. | vitalybuka@chromium.org | 2014-04-30 | 1 | -30/+28 |
* | win: Implement Bluetooth server. | xiyuan@chromium.org | 2014-04-29 | 1 | -1/+16 |
* | Make FormatUrl Keep Track of Full Transformation | mpearson@chromium.org | 2014-04-18 | 1 | -2/+2 |
* | net: Fix compilation errors in net_util.cc | tfarina@chromium.org | 2014-04-16 | 1 | -0/+1 |
* | Only allow certain files in net to depend on icu. | mmenke@chromium.org | 2014-04-15 | 1 | -850/+0 |
* | Compile src/net for PNaCl | sergeyu@chromium.org | 2014-04-10 | 1 | -11/+22 |
* | Defined a enum for network interface types and added a field to | mallinath@chromium.org | 2014-04-09 | 1 | -1/+5 |
* | Add net/base/filename_util.h. | sergeyu@chromium.org | 2014-04-09 | 1 | -409/+3 |
* | Revert 262487 "Add net/base/filename_util.h." | sergeyu@chromium.org | 2014-04-08 | 1 | -3/+409 |
* | Add net/base/filename_util.h. | sergeyu@chromium.org | 2014-04-08 | 1 | -409/+3 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Improve network interface name on Win for WebRTC logs. | grunell@chromium.org | 2014-03-05 | 1 | -0/+2 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -3/+4 |
* | Support relative file paths in FilePathToFileURL(). | mstensho@opera.com | 2014-01-22 | 1 | -0/+6 |
* | Update the pathname of the Blink/WebKit file that defines KURL::port(). | wtc@chromium.org | 2014-01-07 | 1 | -1/+2 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -13/+14 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-11 | 1 | -7/+6 |
* | Revert of https://codereview.chromium.org/100823007/ | antrim@chromium.org | 2013-12-11 | 1 | -6/+7 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-10 | 1 | -7/+6 |
* | Added net::NetworkInterface::interface_index. | vitalybuka@chromium.org | 2013-12-05 | 1 | -1/+5 |
* | Revert 238715 "Reland 238671 "Added net::NetworkInterface::inter..." | robliao@chromium.org | 2013-12-04 | 1 | -5/+1 |
* | Reland 238671 "Added net::NetworkInterface::interface_index." | dubroy@chromium.org | 2013-12-04 | 1 | -1/+5 |
* | Revert 238671 "Added net::NetworkInterface::interface_index." | dubroy@chromium.org | 2013-12-04 | 1 | -5/+1 |
* | Added net::NetworkInterface::interface_index. | vitalybuka@chromium.org | 2013-12-04 | 1 | -1/+5 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Cleanup of GetNetworkList code. | vitalybuka@chromium.org | 2013-09-29 | 1 | -1/+1 |
* | Support IDNA 2008 with UTS46. | jshin@chromium.org | 2013-09-29 | 1 | -23/+63 |
* | Added NetworkInterface::network_prefix. | vitalybuka@chromium.org | 2013-09-26 | 1 | -3/+26 |
* | Revert 225303 "Added NetworkInterface::network_prefix." | vitalybuka@chromium.org | 2013-09-26 | 1 | -26/+3 |
* | Added NetworkInterface::network_prefix. | vitalybuka@chromium.org | 2013-09-26 | 1 | -3/+26 |
* | Switch the offset conversion routines from an "offsets point at characters" | pkasting@chromium.org | 2013-09-11 | 1 | -129/+114 |
* | Net: make IsSafePortableRelativePath look for reserved names on all components. | rvargas@chromium.org | 2013-09-07 | 1 | -7/+3 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-09-05 | 1 | -0/+5 |
* | Move server socket functionality from TCPServerSocket into TCPSocket. | yzshen@chromium.org | 2013-09-01 | 1 | -0/+13 |
* | Adds a new method, net::IsIPAddressReserved, that returns true if an IP address | felt@chromium.org | 2013-08-23 | 1 | -25/+92 |
* | Adds new UMA entries to give us SSL clickthrough rates specific to intranet s... | felt@chromium.org | 2013-08-03 | 1 | -0/+35 |
* | Relax IsCanonicalizedHostCompliant again: allow the last component to start with | pkasting@chromium.org | 2013-07-30 | 1 | -13/+8 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 1 | -7/+7 |
* | Remove interface probing for IPv6 support from HostResolverImpl | szym@chromium.org | 2013-07-18 | 1 | -173/+0 |
* | Use a direct include of the message_loop header in net/, part 1. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -4/+4 |
* | Use a direct include of time headers in net/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Use base:: on string16 and char16 in net/ and url/ | avi@chromium.org | 2013-06-11 | 1 | -5/+5 |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 1 | -3/+3 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Reland: Fix errors when building android with coverage=1 | ilevy@chromium.org | 2013-06-06 | 1 | -1/+1 |
* | Revert 204556 "Fix errors when building android with coverage=1" | ilevy@chromium.org | 2013-06-06 | 1 | -1/+1 |