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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDY: Basic peer GoAway frame support.
willchan@chromium.org
2010-03-10
3
-30
/
+130
*
Add paypal.com to the preloaded STS list.
agl@chromium.org
2010-03-10
3
-74
/
+163
*
SPDY: Alternate-Protocol changes.
willchan@chromium.org
2010-03-10
6
-41
/
+122
*
SPDY: Add basic support for Alternate-Protocol header.
willchan@chromium.org
2010-03-09
11
-18
/
+546
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
2
-49
/
+49
*
Http cache: Reorder the files after the previous mess-up.
rvargas@google.com
2010-03-08
3
-629
/
+630
*
Use 0 for successful end of stream.
vandebo@chromium.org
2010-03-08
4
-19
/
+13
*
net: string_utils.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
22
-3
/
+25
*
Add checks to track down bug 31096
vandebo@chromium.org
2010-03-08
2
-0
/
+5
*
Correctly handle trailing dots in hostname blacklist.
jschuh@google.com
2010-03-08
2
-0
/
+11
*
Fix the problems with some FTP transactions taking a long time.
phajdan.jr@chromium.org
2010-03-06
2
-74
/
+27
*
Pulls the latest googleurl to get the fix for
brettw@chromium.org
2010-03-06
2
-10
/
+12
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
10
-89
/
+239
*
Always call SSLSetPeerDomainName. The SSLSetPeerDomainName call was
wtc@chromium.org
2010-03-05
1
-8
/
+7
*
SSLClientSocketNSS::ClientAuthHandler should return SECWouldBlock
wtc@chromium.org
2010-03-05
1
-2
/
+4
*
Add command line option for changing the max number of SPDY sessions per
mbelshe@chromium.org
2010-03-05
2
-2
/
+12
*
Mac: Work around SSL renegotiation problems with client certs.
snej@chromium.org
2010-03-05
2
-11
/
+15
*
Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(
snej@chromium.org
2010-03-05
10
-235
/
+88
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
10
-88
/
+235
*
Add a UI test to make sure that each frame of a multipart
tony@chromium.org
2010-03-05
1
-0
/
+23
*
More late binding cleanup
vandebo@chromium.org
2010-03-05
1
-36
/
+0
*
Fix a regression introduced in r40465.
wtc@chromium.org
2010-03-05
1
-11
/
+18
*
Update spdy_protocol to support the GOAWAY message.
mbelshe@chromium.org
2010-03-04
6
-68
/
+235
*
Annotate a harmless data race in TcpPinger
timurrrr@chromium.org
2010-03-04
1
-1
/
+5
*
Refactor: Move the code that handles "chrome://net-internals/*" from the net ...
eroman@chromium.org
2010-03-04
3
-826
/
+0
*
Fix a crash when streams are cancelled and we have a BufferedRead task
mbelshe@chromium.org
2010-03-04
2
-3
/
+87
*
Remove debug info used to diagnose bug 31723.
rvargas@google.com
2010-03-03
2
-24
/
+1
*
Remove the remnants of the late binding experiment.
vandebo@chromium.org
2010-03-03
1
-32
/
+0
*
A follow-up to r40192. Change the log message to avoid confusion.
wtc@chromium.org
2010-03-03
1
-1
/
+1
*
A follow-up of r28664.
wtc@chromium.org
2010-03-03
2
-13
/
+11
*
Change histogram names because collected data is somewhat different.
vandebo@chromium.org
2010-03-03
1
-2
/
+2
*
Disables KeygenHandlerTest.FLAKY_SmokeTest on Mac valgrind bots.
glider@chromium.org
2010-03-03
1
-0
/
+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
*
Don't ignore certificate errors with SPDY.
mbelshe@chromium.org
2010-03-03
2
-19
/
+23
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
16
-49
/
+48
*
SSL False Start Support
agl@chromium.org
2010-03-02
10
-3
/
+396
*
Http cache: Expose storing metadata on a given entry.
rvargas@google.com
2010-03-02
5
-20
/
+283
*
Remove connection failed histograms.
vandebo@chromium.org
2010-03-02
8
-29
/
+25
*
Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket.
willchan@chromium.org
2010-03-02
2
-3
/
+55
*
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
12
-98
/
+429
*
Delete an unused test fixture.
willchan@chromium.org
2010-03-02
1
-7
/
+0
*
Send an empty renegotiation info extension instead of SCSV
wtc@chromium.org
2010-03-02
3
-2
/
+36
*
Fix a bug with buffering when the connection closes
mbelshe@chromium.org
2010-03-02
2
-4
/
+340
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-03-01
17
-589
/
+69
*
Fix memory leak in WebSocketJobTest.
ukai@chromium.org
2010-03-01
1
-1
/
+1
*
Fix crash in ExtensionApiTest.FLAKY_WebSocket
ukai@chromium.org
2010-03-01
1
-1
/
+2
*
Support HttpOnly cookie on Web Socket
ukai@chromium.org
2010-03-01
10
-11
/
+1205
[next]