summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop using FALSE as it may not be available on some platforms.joi@chromium.org2011-03-291-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-0/+34
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-3/+3
* Add GetNetworkList() in net_utils.sergeyu@chromium.org2011-03-191-1/+12
* Implement IPv6Supported() for Windows using thewtc@chromium.org2011-03-101-32/+50
* Change backslashes in download file path to underscores.ahendrickson@chromium.org2011-02-081-5/+4
* Add the include <iterator> or change the usage of back_inserter to avoid comp...jeanluc@chromium.org2011-01-301-6/+6
* Log source ip and port in NetLog.willchan@chromium.org2011-01-261-20/+50
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-241-29/+27
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Adjust comments for new Source/ location.dilmah@chromium.org2011-01-191-1/+1
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-1/+1
* Explicitly whitelist the test server port.bauerb@chromium.org2010-12-101-8/+15
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-2/+7
* Don't unescape characters that can change the meaning of a URL. I removed the...brettw@google.com2010-12-021-1/+3
* Original change: http://codereview.chromium.org/4856003/bulach@chromium.org2010-11-171-2/+2
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-031-12/+68
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-2/+2
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-3/+4
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+3
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-5/+7
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Treat IPv6 link local addresses as loopback addresses.vandebo@chromium.org2010-09-131-0/+8
* Cleanup: Convert net::StripWWW to string16 and fix up the callsites.jhawkins@chromium.org2010-09-101-2/+2
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-255/+259
* Provide a wstring-free version of FormatUrl(), part 1.viettrungluu@chromium.org2010-08-251-0/+13
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-1/+2
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-2/+1
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-1/+2
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-041-4/+3
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-311-7/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-4/+8
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-6/+4
* Add URL filter to trigger punycode for Japanese homographic sequences.jschuh@google.com2010-07-271-1/+22
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-231-0/+34
* base: Add IsHexDigit function to string_util.htfarina@chromium.org2010-07-231-7/+0
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-3/+1
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-0/+41
* Download filename encoding fix [try2]:estade@chromium.org2010-06-111-4/+20
* revert r49217, which caused unit test failures on win:estade@chromium.org2010-06-091-10/+3
* Download filename encoding fix:estade@chromium.org2010-06-081-3/+10
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-0/+114