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
*
SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.
rtenneti@chromium.org
2013-04-30
4
-4
/
+27
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
13
-26
/
+20
*
Avoid crashing the browser on truncated reads from the cache backend
pasko@google.com
2013-04-29
1
-2
/
+24
*
Put in UMA to measure how often offline mode could be useful for end users.
rdsmith@chromium.org
2013-04-26
1
-5
/
+54
*
Fix HTTPCacheTransaction conditionalization header check.
digit@chromium.org
2013-04-23
2
-61
/
+39
*
Fix leak introduced in r195335
rsleevi@chromium.org
2013-04-23
1
-1
/
+4
*
Avoid temporary std::string creation in net/http/
digit@chromium.org
2013-04-22
2
-9
/
+12
*
Implement offline mode behind a flag.
rdsmith@chromium.org
2013-04-20
7
-8
/
+129
*
Do not roll back to SSL 3.0 for Google properties.
thaidn@google.com
2013-04-19
5
-261
/
+324
*
Remove a few un-necessary string copies in net/
digit@chromium.org
2013-04-19
1
-3
/
+3
*
Re-land greedy read support for SpdySession
rtenneti@chromium.org
2013-04-17
2
-0
/
+154
*
net: add (*.)bassh.net to the HSTS preloaded list.
agl@chromium.org
2013-04-15
2
-1
/
+3
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
8
-9
/
+9
*
Simplify prerender and network/cache stats histograms by removing the field t...
tburkard@chromium.org
2013-04-12
1
-14
/
+0
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
6
-3
/
+25
*
Http cache: Don't delete entries when there is a network error.
rvargas@chromium.org
2013-04-11
2
-0
/
+30
*
Remove remnants from SpdyImpact and DnsParallelism field trials.
stevet@chromium.org
2013-04-10
1
-18
/
+0
*
[net] Move host_cache files from net/base to net/dns
szym@chromium.org
2013-04-10
3
-3
/
+3
*
Don't set MODE_DEFAULT when adding HPKP header.
palmer@chromium.org
2013-04-10
5
-21
/
+14
*
Remove the remnants of the WarmSocketImpact field trial.
stevet@chromium.org
2013-04-10
1
-18
/
+0
*
fix a problem that android cannot download files with basic authentication
qinmin@chromium.org
2013-04-10
3
-0
/
+16
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
18
-116
/
+181
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
18
-181
/
+116
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
18
-116
/
+181
*
Implement FTP auth through proxy
phajdan.jr@chromium.org
2013-04-08
1
-1
/
+3
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
1
-2
/
+2
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
1
-3
/
+3
*
Adding preloaded pin and HSTS for Chrome Dev Tools.
palmer@chromium.org
2013-04-02
3
-1
/
+3
*
Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC...
rch@chromium.org
2013-04-01
5
-7
/
+7
*
Http cache: disable the infinite cache simulation and perform cleanup of loca...
rvargas@chromium.org
2013-03-30
7
-1631
/
+16
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
11
-52
/
+1
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
10
-20
/
+20
*
Convert net to use base::string16 instead of string16.
brettw@chromium.org
2013-03-29
14
-66
/
+67
*
net: add GoogleG2 to allowed Google pins.
agl@chromium.org
2013-03-28
3
-0
/
+9
*
Update sys_string_conversions includes in chrome_frame, content, net, and ui.
brettw@chromium.org
2013-03-28
2
-2
/
+2
*
Fix error in use-before-init of test member variable in MockNetworkTransaction.
rdsmith@chromium.org
2013-03-26
1
-1
/
+2
*
net: change HSTS for (*.)simple.com to specific subdomains.
agl@chromium.org
2013-03-25
2
-2
/
+8
*
Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.
rdsmith@chromium.org
2013-03-23
7
-26
/
+194
*
Revert 189935 "Http cache: Don't delete entries when there is a ..."
rvargas@google.com
2013-03-23
2
-38
/
+0
*
Http cache: Don't delete entries when there is a network error.
rvargas@google.com
2013-03-22
2
-0
/
+38
*
QUIC Crypto - Code to mock out the QuicCryptoClientStream.
rtenneti@chromium.org
2013-03-22
2
-1
/
+6
*
[Net] Propagate priority changes from URLRequest to HttpTransaction
akalin@chromium.org
2013-03-22
9
-21
/
+168
*
Revert 189829 "[Net] Propagate priority changes from URLRequest ..."
msw@chromium.org
2013-03-22
9
-168
/
+21
*
[Net] Propagate priority changes from URLRequest to HttpTransaction
akalin@chromium.org
2013-03-22
9
-21
/
+168
*
net: several HSTS updates.
agl@chromium.org
2013-03-22
2
-2
/
+6
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
11
-12
/
+12
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
31
-465
/
+809
*
Remove the unused HttpStreamBase::IsMoreDataBuffered().
mmenke@chromium.org
2013-03-19
8
-26
/
+1
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
2
-2
/
+2
*
net: remove kyps.net from HSTS preloaded.
agl@chromium.org
2013-03-18
3
-8
/
+2
[next]