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
...
*
Remove locks from StrictTransportSecurityState.
abarth@chromium.org
2010-03-14
2
-14
/
+0
*
We need to sniff from file:// URLs so that we don't do silly things like try to
abarth@chromium.org
2010-03-13
1
-1
/
+2
*
Revert r41459:
willchan@chromium.org
2010-03-12
1
-1
/
+3
*
Change Mac to DCHECK if NetworkChangeNotifier observer list is not empty by d...
willchan@chromium.org
2010-03-12
1
-3
/
+1
*
NSS and NPN: send NextProtocol on resume and disable NPN without SPDY.
agl@chromium.org
2010-03-12
1
-2
/
+1
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
4
-1
/
+4
*
Add paypal.com to the preloaded STS list.
agl@chromium.org
2010-03-10
3
-74
/
+163
*
SPDY: Add basic support for Alternate-Protocol header.
willchan@chromium.org
2010-03-09
2
-0
/
+47
*
Use 0 for successful end of stream.
vandebo@chromium.org
2010-03-08
1
-2
/
+1
*
net: string_utils.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
3
-0
/
+3
*
Correctly handle trailing dots in hostname blacklist.
jschuh@google.com
2010-03-08
2
-0
/
+11
*
Pulls the latest googleurl to get the fix for
brettw@chromium.org
2010-03-06
1
-2
/
+2
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
6
-43
/
+198
*
Mac: Work around SSL renegotiation problems with client certs.
snej@chromium.org
2010-03-05
1
-1
/
+0
*
Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(
snej@chromium.org
2010-03-05
6
-194
/
+42
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
6
-42
/
+194
*
Change histogram names because collected data is somewhat different.
vandebo@chromium.org
2010-03-03
1
-2
/
+2
*
Remark the KeyHandler test as flakey, and make it not run under Valgrind inst...
jam@chromium.org
2010-03-03
1
-1
/
+1
*
Handle CreateFile() trimming trailing dots and spaces in downloads.
jschuh@google.com
2010-03-03
1
-0
/
+10
*
Disable KeyHandler test because it's hanging the Mac valgrind bots.
jam@chromium.org
2010-03-03
1
-1
/
+1
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
5
-17
/
+16
*
Remove connection failed histograms.
vandebo@chromium.org
2010-03-02
2
-9
/
+4
*
TBR: Fix build by marking new Keygen test as flaky.
snej@chromium.org
2010-03-02
1
-1
/
+1
*
Mac: implement <keygen> support, including adding generated cert to the Keych...
snej@chromium.org
2010-03-02
11
-96
/
+422
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-03-01
7
-193
/
+66
*
Work around 3rd party problem causing bug 27870.
vandebo@chromium.org
2010-02-27
1
-0
/
+4
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-26
7
-66
/
+193
*
Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...
jar@chromium.org
2010-02-26
4
-88
/
+21
*
Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...
jar@chromium.org
2010-02-26
4
-21
/
+88
*
Adds a new type of cache (APP_CACHE) so that we can tell
rvargas@google.com
2010-02-26
1
-0
/
+1
*
Handle the TLS no_renegotiation alert message.
wtc@chromium.org
2010-02-25
1
-0
/
+3
*
Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...
jar@chromium.org
2010-02-25
4
-88
/
+21
*
Refine IPv6 probe to require that the client has an IPv6 address on an interface
jar@chromium.org
2010-02-25
4
-21
/
+88
*
Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-25
7
-104
/
+28
*
Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
7
-28
/
+104
*
Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
7
-104
/
+28
*
Mac client-side SSL cert improvements.
snej@chromium.org
2010-02-24
2
-26
/
+56
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-02-24
7
-191
/
+65
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-24
7
-65
/
+191
*
Request the szOID_PKIX_KP_SERVER_AUTH usage when constructing
wtc@chromium.org
2010-02-24
1
-7
/
+16
*
Add ERR_END_OF_STREAM
vandebo@google.com
2010-02-24
1
-0
/
+3
*
Disable IPv6 address change notifications on Linux.
willchan@chromium.org
2010-02-23
1
-2
/
+1
*
Tie the lifetime of persisted transport-security metatdata to clearing cookies,
cevans@chromium.org
2010-02-23
3
-7
/
+99
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
5
-20
/
+113
*
Improve error reporting for FTP passive connection failures.
wtc@chromium.org
2010-02-19
1
-0
/
+5
*
Make MappedHostResolver display its internals on the about:net-internals page...
eroman@chromium.org
2010-02-19
4
-5
/
+11
*
Remove a TODO I've already done.
willchan@chromium.org
2010-02-19
1
-1
/
+0
*
Re-lands r39417: "Implement NetworkChangeNotifierLinux."
willchan@chromium.org
2010-02-19
4
-4
/
+222
*
Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...
agl@chromium.org
2010-02-19
7
-191
/
+67
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-19
7
-67
/
+191
[prev]
[next]