summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow trailing dots on hostnames.pkasting@chromium.org2009-11-031-13/+8
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-271-6/+6
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-7/+7
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-24/+48
* Moved patch from 297003 over to committer repository.rolandsteiner@chromium.org2009-10-221-1/+14
* Classify more types of input as queries.pkasting@chromium.org2009-10-161-0/+48
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-4/+7
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-0/+1
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-20/+2
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-011-0/+18
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-0/+8
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+2
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-0/+43
* POSIX: Don't convert backslashes in filenames into forward slashes.estade@chromium.org2009-08-261-0/+5
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-4/+7
* Add icu:: qualifiers to a couple of more files. They're missed in the previou...jshin@chromium.org2009-08-191-2/+2
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-15/+17
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-0/+9
* Don't use an assignment as a truth value.wtc@chromium.org2009-07-301-4/+3
* gcc >= 4.3 fixesmdm@chromium.org2009-07-301-1/+1
* Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock. jshin@chromium.org2009-07-291-36/+41
* Make IDN check faster by caching the exemplar setsjshin@chromium.org2009-07-141-24/+68
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-4/+10
* Merge WebKit r42737, which added port 3659wtc@chromium.org2009-06-241-6/+8
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-28/+19
* To show IDN in view-source URLs, add special handling for view-source scheme inbrettw@chromium.org2009-06-041-0/+54