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
/
spdy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 74561 for breaking the ChromeOS build
willchan@chromium.org
2011-02-11
1
-18
/
+18
*
Introduce OffTheRecordProfileIOData and ProfileImplIOData.
willchan@chromium.org
2011-02-11
1
-18
/
+18
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-6
/
+6
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
11
-44
/
+59
*
Revert 73265 - Check that uncompressed data passed to zlib is defined, and ma...
danno@chromium.org
2011-02-01
1
-8
/
+0
*
Check that uncompressed data passed to zlib is defined, and mark compression
glider@chromium.org
2011-02-01
1
-0
/
+8
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
1
-13
/
+16
*
Fix the crash in SpdyNetworkTransactionTest.CorruptFrameSessionError.
wtc@chromium.org
2011-01-27
1
-6
/
+5
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-1
/
+1
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-1
/
+1
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
1
-1
/
+1
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
1
-460
/
+464
*
More net/ reordering.
erg@google.com
2011-01-21
3
-111
/
+131
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
4
-26
/
+28
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
1
-3
/
+3
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-2
/
+2
*
Cleanup: Use AUTH_SCHEME enum instead of a string.
cbentzel@chromium.org
2011-01-13
1
-2
/
+7
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-3
/
+3
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-3
/
+3
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-0
/
+1
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
5
-10
/
+50
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+9
*
Fix 'else' style nit.
wtc@google.com
2010-12-15
1
-3
/
+1
*
Increase the initial spdy concurrent stream limit to 10
mbelshe@chromium.org
2010-12-14
1
-1
/
+1
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-1
/
+5
*
Add some experiments for different policies on cwnd restore.
mbelshe@chromium.org
2010-12-11
1
-7
/
+37
*
Add more cwnd histograms - this type partitioned by amount of data
mbelshe@chromium.org
2010-12-10
2
-0
/
+26
*
Add histogram to analyze sent cwnd settings for spdy.
mbelshe@chromium.org
2010-12-09
1
-0
/
+14
*
Don't tweak buffer size for SPDY
mbelshe@chromium.org
2010-12-09
1
-13
/
+0
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
2
-14
/
+32
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-2
/
+0
*
Don't set SSLInfo on non-https requests. For SPDY with self-signed certs
mbelshe@chromium.org
2010-12-09
1
-1
/
+4
*
Linux build fix.
mbelshe@chromium.org
2010-12-08
1
-1
/
+1
*
Add origin checking for server pushed resources.
mbelshe@chromium.org
2010-12-08
6
-22
/
+232
*
Missing comment change from last checkin.
mbelshe@chromium.org
2010-12-07
1
-2
/
+2
*
Add histograms to track stalled spdy streams.
mbelshe@chromium.org
2010-12-06
2
-0
/
+8
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
16
-333
/
+1405
*
call SpdySession::flow_control() statically, instead of as
rch@chromium.org
2010-12-02
1
-1
/
+1
*
Fix case where a SPDY stream with an un-verified cert would kill the browser
mbelshe@google.com
2010-12-01
1
-6
/
+8
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-9
/
+12
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-5
/
+5
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-0
/
+3
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-3
/
+0
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-0
/
+3
*
Make sure to send the SpdySettings frame as soon as possible.
willchan@chromium.org
2010-11-19
2
-5
/
+67
[next]