index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
net_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add IPv6 probing support, and disable IPv6 resolution when it is useless
jar@chromium.org
2010-02-08
1
-0
/
+5
*
Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ...
jar@chromium.org
2010-02-07
1
-3
/
+0
*
Add IPv6 probing support, and disable IPv6 resolution when it is useless
jar@chromium.org
2010-02-07
1
-0
/
+3
*
Fix various problems with inline autocomplete and URLs that change length dur...
pkasting@chromium.org
2009-11-07
1
-19
/
+40
*
Enable localization of default downloaded filename.
tony@chromium.org
2009-11-04
1
-3
/
+3
*
Allow trailing dots on hostnames.
pkasting@chromium.org
2009-11-03
1
-0
/
+1
*
Loosen RFC 1738 compliance check to allow underscores where we already allowe...
pkasting@chromium.org
2009-10-27
1
-4
/
+5
*
Do some cleanup of file path name handling.
brettw@chromium.org
2009-10-22
1
-11
/
+14
*
Classify more types of input as queries.
pkasting@chromium.org
2009-10-16
1
-0
/
+11
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-6
/
+0
*
The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....
ericu@google.com
2009-10-01
1
-0
/
+6
*
More correctly handle username and password in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-09-16
1
-0
/
+6
*
Change the URLs used to access "view-cache:" and "view-net-internals:".
eroman@chromium.org
2009-09-14
1
-1
/
+1
*
Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.
mirandac@chromium.org
2009-09-09
1
-0
/
+10
*
Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.
eroman@chromium.org
2009-08-04
1
-0
/
+5
*
Fix the local directory listing, FTP directory listing and the local file han...
jshin@chromium.org
2009-07-09
1
-6
/
+19
*
Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)
ericroman@google.com
2009-06-23
1
-4
/
+10
*
Local text file with spaces in filename is urlencoded in tab title
mhm@chromium.org
2009-06-03
1
-8
/
+11
*
Shows Unicode IDN instead of Punycode in the followings:
brettw@google.com
2009-05-22
1
-0
/
+33
*
Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...
ericroman@google.com
2009-05-21
1
-8
/
+15
*
Include C system headers before C++ system headers.
wtc@chromium.org
2009-05-18
1
-3
/
+4
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
1
-12
/
+19
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-4
/
+0
*
GetMyHostName is renamed GetHostName to match the name of
wtc@chromium.org
2009-03-25
1
-1
/
+1
*
Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.
thestig@chromium.org
2009-03-12
1
-2
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Implement the PAC js-binding for "myIpAddress()".
ericroman@google.com
2009-03-03
1
-0
/
+3
*
Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...
ericroman@google.com
2009-03-02
1
-0
/
+5
*
Add IPv6 support to net::GetHostAndPort.
ericroman@google.com
2009-02-23
1
-1
/
+1
*
Add parsing for PAC result strings -- ProxyInfo::UsePacString().
ericroman@google.com
2009-02-19
1
-0
/
+13
*
Get rid of kPathSeparator on windows. Port some wstring function to take File...
estade@chromium.org
2008-12-04
1
-0
/
+2
*
Clean up some net/ code. Change a number of wstrings to FilePaths.
estade@chromium.org
2008-11-24
1
-0
/
+3
*
Port directory lister to allow the linux and mac test shells to display file ...
estade@chromium.org
2008-11-20
1
-5
/
+6
*
revert 5730
estade@chromium.org
2008-11-19
1
-6
/
+5
*
Port directory lister to posix.
estade@chromium.org
2008-11-19
1
-5
/
+6
*
revert 5725
estade@chromium.org
2008-11-19
1
-6
/
+5
*
Port directory lister so test shell can view file directories.
estade@chromium.org
2008-11-19
1
-5
/
+6
*
Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi...
erikkay@google.com
2008-11-11
1
-0
/
+3
*
Unrollback 3024 (partially rolled back in 3027).
ericroman@google.com
2008-10-08
1
-5
/
+0
*
Revert 3024, broke mac build.
maruel@google.com
2008-10-08
1
-0
/
+5
*
Pull in new googleurl@94 which includes GURL::EffectiveIntPort().
ericroman@google.com
2008-10-08
1
-5
/
+0
*
Initial stab at http authentication (basic + digest) in new http stack.
ericroman@google.com
2008-09-27
1
-0
/
+5
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ...
tc@google.com
2008-08-21
1
-1
/
+2
*
Fix some character conversions and Mac compile errors for net_util.cc.
paulg@google.com
2008-08-20
1
-2
/
+9
*
Move more net classes into the net namespace. Also remove the net_util names...
darin@google.com
2008-07-31
1
-2
/
+2
*
Add net to the repository.
initial.commit
2008-07-26
1
-0
/
+153