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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a mechanism to disable IPv6.
eroman@chromium.org
2009-10-21
13
-122
/
+266
*
Update eTLD list to stay in sync with Mozilla. Also correct the URL atop the...
pkasting@chromium.org
2009-10-20
2
-2
/
+14
*
Display the full address list rather than just the first item, in about:net-i...
eroman@chromium.org
2009-10-19
1
-2
/
+1
*
Enable Mac EV cert validation w/o requiring the user to explicitly enable rev...
hawk@chromium.org
2009-10-16
1
-6
/
+4
*
Classify more types of input as queries.
pkasting@chromium.org
2009-10-16
3
-0
/
+90
*
Enable certificate revocation and EV certificate validation for Mac
hawk@chromium.org
2009-10-16
1
-2
/
+9
*
A couple new io buffers that encapsulate more data and are therefore easier t...
vandebo@chromium.org
2009-10-14
2
-13
/
+91
*
Fix a bug that caused the Mac SSL config service only check the system OCSP s...
hawk@chromium.org
2009-10-13
1
-1
/
+1
*
View Certificate dialog sometimes shows incorrect status because it didn't ha...
hawk@chromium.org
2009-10-13
1
-0
/
+5
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
1
-2
/
+1
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
1
-2
/
+2
*
Remove the dependency on i18n/icu_string_conversions from base/string_util.h.
brettw@chromium.org
2009-10-10
3
-10
/
+15
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
2
-2
/
+2
*
Detect NULL characters in certificate Subject common
wtc@chromium.org
2009-10-08
1
-17
/
+87
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
3
-14
/
+43
*
Turn off the X509Certificate::Verify call for non-Windows platforms
wtc@chromium.org
2009-10-07
1
-3
/
+5
*
Add a certificate blacklist for Windows and put the
wtc@chromium.org
2009-10-07
2
-0
/
+191
*
Coverity: Assert that socket() returns a successful value.
jhawkins@chromium.org
2009-10-05
1
-3
/
+4
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
2
-26
/
+2
*
Second try. r27819 was missing a null pointer check for
wtc@chromium.org
2009-10-02
1
-38
/
+22
*
Revert r27819 because it causes net_unittests to crash in the
wtc@chromium.org
2009-10-02
1
-20
/
+38
*
Map SEC_ERROR_OCSP_BAD_HTTP_RESPONSE (-8073) to
wtc@chromium.org
2009-10-02
1
-38
/
+20
*
Rename EscapeUrl and expand the code comment.
brg@chromium.com
2009-10-01
3
-5
/
+5
*
The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....
ericu@google.com
2009-10-01
2
-0
/
+24
*
Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...
brg@chromium.com
2009-10-01
3
-1
/
+31
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
2
-20
/
+20
*
Preliminary fixes to enable link dependent objects.
maruel@chromium.org
2009-09-24
1
-1
/
+1
*
Replace some net::ERR_FAILED generic error codes with more specific codes.
eroman@chromium.org
2009-09-24
1
-3
/
+8
*
Effective TLD: sync with upstream
agl@chromium.org
2009-09-23
2
-77
/
+90
*
Move FTP LIST parsing code to the renderer process.
phajdan.jr@chromium.org
2009-09-22
1
-0
/
+1
*
Don't use NSS databases for non-essential purposes, such as remembering
wtc@chromium.org
2009-09-21
1
-1
/
+2
*
Make sure that the LoadLog does not get freed on the worker thread during req...
eroman@chromium.org
2009-09-18
1
-5
/
+8
*
Revert "Strict transport security: add checkbox to clear state."
agl@chromium.org
2009-09-18
3
-24
/
+0
*
Fixed a few data races on reference counters.
timurrrr@chromium.org
2009-09-17
1
-1
/
+1
*
More correctly handle username and password in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-09-16
4
-0
/
+82
*
Change the URLs used to access "view-cache:" and "view-net-internals:".
eroman@chromium.org
2009-09-14
2
-2
/
+2
*
Non-blocking connect() attempts may fail synchronously in some cases. When
mark@chromium.org
2009-09-11
1
-17
/
+0
*
Fix two issues with a downloaded file's extension:
paul@chromium.org
2009-09-11
1
-5
/
+0
*
Add a NOTREACHED() to catch users of pre-release NSS.
chase@chromium.org
2009-09-11
1
-0
/
+5
*
Strict transport security: add checkbox to clear state.
agl@chromium.org
2009-09-11
3
-0
/
+24
*
Increase the maximum number of entries in LoadLog to 40.
eroman@chromium.org
2009-09-10
1
-1
/
+1
*
Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...
eroman@chromium.org
2009-09-10
1
-0
/
+10
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
5
-15
/
+19
*
Add an SSLConfigService implementation for Mac OS X
hawk@chromium.org
2009-09-09
4
-0
/
+321
*
Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.
mirandac@chromium.org
2009-09-09
3
-0
/
+69
*
Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...
jshin@chromium.org
2009-09-09
1
-2
/
+2
*
Include fixes for gcc >= 4.3
evan@chromium.org
2009-09-09
1
-0
/
+2
*
ForceTLS: hash hostnames, handle subdomains, canonicalise.
agl@chromium.org
2009-09-09
6
-24
/
+340
*
Update the Strict-Transport-Security grammar to match the spec.
abarth@chromium.org
2009-09-08
2
-14
/
+28
*
Properly concatenate URL components in directory listing.
phajdan.jr@chromium.org
2009-09-08
1
-2
/
+6
[next]