summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.cc
Commit message (Expand)AuthorAgeFilesLines
* split port_util.h off of net_util.heroman2015-07-211-171/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-2/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-2/+2
* Remove unused method from net_util.mmenke2015-07-151-31/+0
* Fix some case-insensitive cases for StartsWith.brettw2015-07-011-1/+2
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Resolve RFC 6761 localhost names to loopbackestark2015-06-201-18/+55
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Make FTP EPSV/PASV and PepperWebSocketHost support port override list.mmenke2015-06-111-55/+51
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-1/+1
* Unify code to deal with restricted ports.mmenke2015-06-081-19/+27
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-041-13/+13
* Stop including ip_address_number.h from net_util.heroman2015-06-031-0/+1
* Split network_interfaces.h off of net_utils.h.eroman2015-06-031-26/+0
* Split ip_address_number.h off of net_util.heroman2015-06-031-274/+0
* url: Fix the TODO in url_parse.h header.tfarina2015-05-261-4/+4
* Relax the canonical host requirements yet further.pkasting2015-05-061-14/+7
* QUIC - Collect performance stats for QUIC vs non-QUIC when googlertenneti2015-04-281-0/+23
* Always treat .localhost as loopbackestark2015-03-261-4/+21
* Revert of Block port 443 for all protocols other than HTTPS or WSS. (patchset...lgarron2014-12-081-29/+0
* Block port 443 for all protocols other than HTTPS or WSS.lgarron2014-12-051-0/+29
* Rename network_prefix to prefix_length in NetworkInterface structure.guoweis2014-11-201-4/+3
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-2/+2
* Make HostPortPair::FromString reject strings with invalid ports.mmenke2014-11-171-0/+5
* Fix crash due to checkfailure in AutocompleteInput::Parse().pkasting2014-10-071-4/+2
* Change ParseHostAndPort() to not include brackets around IPv6 literals.eroman2014-09-241-0/+17
* Cast: Allow extension to control wifi options on windowshubbe2014-09-231-0/+3
* Interface change for net_util.h for WebRTC IPv6 support.guoweis2014-09-221-2/+4
* IpcNetworkManager in renderer/p2p didn't specify the right network prefix,guoweis2014-09-151-1/+1
* Use a qualified path for grit/net_resources.hthakis@chromium.org2014-08-181-1/+1
* Wire 'blink::Platform::isHostnameReservedIPAddress()' to 'net::IsReservedIPAd...mkwst@chromium.org2014-08-081-0/+22
* Refactor tcp socket.byungchul@chromium.org2014-07-091-0/+13
* Adding code to detect network interface type on Windows. This information is ...mallinath@chromium.org2014-05-011-2/+2
* Renamed namespaces in src/net.vitalybuka@chromium.org2014-04-301-30/+28
* win: Implement Bluetooth server.xiyuan@chromium.org2014-04-291-1/+16
* Make FormatUrl Keep Track of Full Transformationmpearson@chromium.org2014-04-181-2/+2
* net: Fix compilation errors in net_util.cctfarina@chromium.org2014-04-161-0/+1
* Only allow certain files in net to depend on icu.mmenke@chromium.org2014-04-151-850/+0
* Compile src/net for PNaClsergeyu@chromium.org2014-04-101-11/+22
* Defined a enum for network interface types and added a field tomallinath@chromium.org2014-04-091-1/+5
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-091-409/+3
* Revert 262487 "Add net/base/filename_util.h."sergeyu@chromium.org2014-04-081-3/+409
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-081-409/+3
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Improve network interface name on Win for WebRTC logs.grunell@chromium.org2014-03-051-0/+2
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-3/+4
* Support relative file paths in FilePathToFileURL().mstensho@opera.com2014-01-221-0/+6