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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix proxy CONNECT response handling
ttuttle@chromium.org
2012-08-09
11
-114
/
+310
*
SPDY - Handle incomplete headers during server push.
rtenneti@chromium.org
2012-08-06
1
-2
/
+7
*
Http cache: Always revalidate PUT and DELETE requests.
rvargas@google.com
2012-08-02
2
-6
/
+5
*
Http cache: Make sure that issuing a byte range request
rvargas@google.com
2012-07-30
4
-28
/
+80
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
12
-90
/
+236
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
2
-2
/
+2
*
Give MockRead and MockWrite distinct types.
yutak@chromium.org
2012-07-27
4
-16
/
+16
*
Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...
rch@chromium.org
2012-07-26
2
-4
/
+4
*
Fix removal of headers
battre@chromium.org
2012-07-24
3
-54
/
+62
*
Make disk cache tests ETags more HTTP standard conformant.
gavinp@chromium.org
2012-07-22
2
-7
/
+7
*
Modify DeterministicSocketData to verify that the sequence number of reads an...
rch@chromium.org
2012-07-21
3
-5
/
+6
*
Add more using base::Time* to http_cache_transaction.cc.
gavinp@chromium.org
2012-07-21
1
-4
/
+6
*
Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...
vitalybuka@chromium.org
2012-07-20
2
-4
/
+4
*
Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...
rch@chromium.org
2012-07-20
2
-4
/
+4
*
Remove most usages of scoped_ptr<*SocketData> in net unittests.
rch@chromium.org
2012-07-19
4
-289
/
+245
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
5
-1
/
+284
*
Use SPNEGO mechanism with GSSAPI on Posix
asanka@chromium.org
2012-07-19
5
-38
/
+24
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
57
-57
/
+0
*
fix clang warnings for chrome on android
qinmin@chromium.org
2012-07-10
2
-5
/
+0
*
Fix race in HttpNetworkTransactionSpdy2Test.BasicAuthSpdyProxy and
mmenke@chromium.org
2012-07-10
2
-18
/
+18
*
Fix permissions bit that accidentally got +x.
ericu@google.com
2012-07-10
1
-0
/
+0
*
[MIPS] Set endianness for MIPS architecture in http_auth_handler_ntlm_portable.
petarj@mips.com
2012-07-10
1
-2
/
+6
*
DeterministicSocketDataProvider should not be RefCounted
rsleevi@chromium.org
2012-07-10
7
-37
/
+41
*
Prevent requests for http://host:port/ from being sent over an existing spdy ...
rch@chromium.org
2012-07-02
4
-6
/
+523
*
Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...
mattm@chromium.org
2012-06-28
2
-4
/
+4
*
Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...
rch@chromium.org
2012-06-28
2
-4
/
+4
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
14
-558
/
+5
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-06-20
2
-2
/
+2
*
(Finally) Remove NetLog::EventParameters.
mmenke@chromium.org
2012-06-19
2
-0
/
+2
*
Do not enqueue multiple socket writes performing an HTTP chunked request
rsleevi@chromium.org
2012-06-15
3
-4
/
+176
*
SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,
rtenneti@google.com
2012-06-14
4
-4
/
+22
*
Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...
rsleevi@chromium.org
2012-06-14
13
-170
/
+247
*
NetLogEventParameter to Callback refactoring 5.
mmenke@chromium.org
2012-06-13
8
-187
/
+103
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
13
-162
/
+199
*
Add a new OnHostResolutionCallback to TransportSocketParams
rch@chromium.org
2012-06-08
6
-112
/
+288
*
CapturingNetLog - remove maximum entries constructor argument.
mmenke@chromium.org
2012-06-08
4
-50
/
+50
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
3
-5
/
+5
*
Don't pass GSS_C_NO_CONTEXT into gss_inquire_context()
asanka@chromium.org
2012-06-05
1
-1
/
+3
*
Prefer 'filename' parameters if both 'name' and 'filename' parameters are spe...
asanka@chromium.org
2012-06-04
2
-5
/
+16
*
Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,
mmenke@chromium.org
2012-06-02
4
-32
/
+66
*
Always enqueue SYN_STREAM frames to the output queue at HIGHEST priority
rch@chromium.org
2012-05-31
2
-5
/
+5
*
Add the SSL_VERSION_FALLBACK event type for NetLog.
wtc@chromium.org
2012-05-31
1
-6
/
+44
*
Http cache: Test deleting an entry with a pending_entry when
rvargas@google.com
2012-05-29
1
-5
/
+13
*
Use TLS 1.1.
wtc@chromium.org
2012-05-26
4
-30
/
+124
*
Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...
fischman@chromium.org
2012-05-25
3
-26
/
+49
*
Re-enable embedded identities in URLs for HTTP authentication.
asanka@chromium.org
2012-05-22
3
-11
/
+301
*
Revert 137445 - CHECK for that we are not seeing user-visible SPDY_PING_FAILE...
rch@chromium.org
2012-05-17
1
-2
/
+0
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
2
-3
/
+2
*
CHECK for that we are not seeing user-visible SPDY_PING_FAILED errors.
rch@chromium.org
2012-05-16
1
-0
/
+2
*
Update net::HttpUtil::IsSafeHeader() with two new headers
benjhayden@chromium.org
2012-05-14
2
-0
/
+9
[next]