summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-4/+2
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-20/+28
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-201-1/+1
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-191-0/+1
* Makes FormatURL not strip http for view-source urls.sky@chromium.org2010-04-271-0/+2
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-20/+71
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-1/+6
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-72/+21
* Changes FormatURL to not strip http if the host starts with ftp or https[!a-z...sky@chromium.org2010-04-191-2/+15
* Strips http from the omniboxsky@chromium.org2010-04-091-21/+59
* Don't do dynamic IPv6 probe on Windowsjar@chromium.org2010-04-091-2/+6
* Pull latest googleurl to get it to stop unescaping at signs in paths.brettw@chromium.org2010-04-051-1/+2
* Update table of blocked ports according to upstream http://trac.webkit.org/ch...dimich@chromium.org2010-03-261-0/+7
* Add IPv6 probe support for Windowsjar@chromium.org2010-03-241-3/+39
* Make various types of input work better with ctrl-enter. If we detected that...pkasting@chromium.org2010-03-221-2/+4
* Correct readability items from previous checkinjar@chromium.org2010-03-171-1/+1
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-03-161-16/+54
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Handle CreateFile() trimming trailing dots and spaces in downloads.jschuh@google.com2010-03-031-0/+10
* Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...jar@chromium.org2010-02-261-54/+16
* Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...jar@chromium.org2010-02-261-16/+54
* Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...jar@chromium.org2010-02-251-54/+16
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-02-251-16/+54
* Add IPv6 probing support, and disable IPv6 resolution when it is useless jar@chromium.org2010-02-081-0/+50
* Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ...jar@chromium.org2010-02-071-45/+0
* Add IPv6 probing support, and disable IPv6 resolution when it is uselessjar@chromium.org2010-02-071-0/+45
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-301-4/+6
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-2/+2
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-131-1/+1
* Get rid of unused function, UTF8ToFilePathString.tony@chromium.org2009-11-101-12/+0
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-132/+223
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-27/+32