summaryrefslogtreecommitdiffstats
path: root/net/base/net_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove NetAddressToString/getnameinfo() in favour of GURLthorogood@chromium.org2012-09-181-6/+6
* Use GURL for stringifying IPEndPoint rather than the system network libraries.eroman@chromium.org2012-09-081-0/+23
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-151-0/+23
* Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...brettw@chromium.org2012-08-141-23/+0
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-141-0/+23
* Allow the omnibox to recognize as URLs inputs that have a host component that...pkasting@chromium.org2012-06-121-2/+3
* Get file extension synonyms from the OS, fix so that if one synonym is safe t...avi@chromium.org2012-05-081-0/+22
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-47/+26
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-2/+3
* Normalize download file name on chromeostbarzic@chromium.org2012-03-271-1/+12
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-61/+0
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-271-265/+95
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-211-1/+1
* net: Remove 3 exit time destructors and 3 static initializers.thakis@chromium.org2011-11-091-2/+2
* Fix a couple minor net issuesjoth@chromium.org2011-11-031-1/+2
* Use text/plain as a test MIME type instead of application/pdf for NetUtilTest...asanka@chromium.org2011-10-281-3/+3
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-5/+1
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-121-1/+28
* Remove exec flags from cc files.jbates@chromium.org2011-08-251-0/+0
* Replace whitespace at beginning and end of file with hyphens, rather than sil...kenrb@chromium.org2011-08-241-4/+21
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-201-4/+3
* FormatURL used to escape characters in the query string thatmmenke@chromium.org2011-08-171-0/+74
* Move filename determination logic to net_util so that it's not split between ...asanka@chromium.org2011-08-091-256/+1228
* Allow hyphens at the beginning of domain components, except for the last doma...pkasting@chromium.org2011-06-211-0/+2
* Add '?' to the list of characters escaped when constructing a file:// URLasanka@chromium.org2011-05-261-0/+1
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-13/+65
* Tolerate extra whitespace in header parametersasanka@chromium.org2011-05-121-0/+15
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-341/+243
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-2/+164
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-131-164/+2
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-2/+164
* Don't discard a header parameter because of unbalanced quotes.asanka@chromium.org2011-04-071-0/+2
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-0/+28
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-134/+135
* Add GetNetworkList() in net_utils.sergeyu@chromium.org2011-03-191-1/+26
* wstring: remove some simple uses of FromWStringHackevan@chromium.org2011-03-151-1/+1
* wstring: allow converting FilePath to wstring in testsevan@chromium.org2011-03-031-2/+3
* Change backslashes in download file path to underscores.ahendrickson@chromium.org2011-02-081-1/+6
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-241-14/+5
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-031-4/+113
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-6/+9
* Cleanup: Convert net::StripWWW to string16 and fix up the callsites.jhawkins@chromium.org2010-09-101-4/+4
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-286/+125
* Provide a wstring-free version of FormatUrl(), part 1.viettrungluu@chromium.org2010-08-251-0/+189
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-041-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-22/+22
* Add URL filter to trigger punycode for Japanese homographic sequences.jschuh@google.com2010-07-271-1/+25
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-18/+27
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-7/+26