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
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
2
-4
/
+4
*
net: add (*.)rapidresearch.me to HSTS preloaded.
agl@chromium.org
2013-07-15
2
-0
/
+2
*
net: include subdomains for square.com HSTS.
agl@chromium.org
2013-07-15
2
-2
/
+2
*
Added flags to about:flags to enable QUIC over HTTPS
rtenneti@chromium.org
2013-07-15
1
-0
/
+1
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
18
-19
/
+19
*
net: add (*.)bank.simple.com to HSTS preloaded.
agl@chromium.org
2013-07-10
2
-0
/
+2
*
First step at enabling QUIC over HTTPS.
rtenneti@chromium.org
2013-07-10
5
-24
/
+36
*
[SPDY] Make SpdySessionPool keep track of available sessions
akalin@chromium.org
2013-07-08
2
-13
/
+16
*
[SPDY] Refactor and clean up SpdySessionPool
akalin@chromium.org
2013-07-03
6
-185
/
+131
*
net: add (*.)shodan.io to HSTS preloaded.
agl@chromium.org
2013-07-02
2
-0
/
+2
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
2
-4
/
+4
*
net: add (*.)whonix.org, (*.)blueseed.co and (*.)forum.quantifiedself.com to ...
agl@chromium.org
2013-07-01
2
-0
/
+6
*
More tests for handling HSTS and HPKP headers.
palmer@chromium.org
2013-06-29
5
-69
/
+233
*
Use a direct include of time headers in net/, part 2.
avi@chromium.org
2013-06-28
16
-18
/
+18
*
[SPDY] Add switch and about:flags entry to enable SPDY/4a2
akalin@chromium.org
2013-06-27
2
-0
/
+16
*
net: add (*.)[blog|www].cyveillance.com to HSTS preloaded.
agl@chromium.org
2013-06-27
2
-0
/
+4
*
[SPDY] Enable tests for SPDY/3.1 and SPDY/4a2
akalin@chromium.org
2013-06-27
5
-146
/
+61
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
3
-22
/
+34
*
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
phajdan.jr@chromium.org
2013-06-26
1
-1
/
+1
*
net: Add 308 Permanent Redirect status code to the list of HTTP codes.
phajdan.jr@chromium.org
2013-06-26
1
-0
/
+1
*
Fix some potential after free errors on TestCompletionCallback
gavinp@chromium.org
2013-06-26
1
-9
/
+14
*
Use the appropriate socket pool on socket connection.
yhirano@chromium.org
2013-06-26
1
-11
/
+59
*
[SPDY] Unfork http_proxy_client_socket_pool_spdy{2,3}_unittest.cc
akalin@chromium.org
2013-06-25
2
-669
/
+96
*
net: add (*.)launchkey.com and (*.)carlolly.co.uk to HSTS preloaded list.
agl@chromium.org
2013-06-24
2
-0
/
+4
*
Use a dummy HttpStream for proxy redirects
akalin@chromium.org
2013-06-24
7
-3
/
+214
*
Fix QUIC alternate protocol behavior so that that main job does not wait
rch@chromium.org
2013-06-22
1
-2
/
+11
*
Introduce RequestWebSocketStream into HttpStreamFactory
yhirano@chromium.org
2013-06-21
14
-97
/
+895
*
Actually enable Alternate-Protocol support for QUIC.
rch@chromium.org
2013-06-21
2
-6
/
+10
*
mac: Let net/ compile with the 10.9 sdk (while targeting 10.6).
thakis@chromium.org
2013-06-20
2
-4
/
+16
*
net: add (*.)bccx.com to HSTS preloaded list.
agl@chromium.org
2013-06-20
2
-0
/
+2
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-1
/
+1
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-06-20
8
-3
/
+301
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor.
dcheng@chromium.org
2013-06-17
1
-2
/
+1
*
Merge the SpdyNetworkTransaction tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-15
1
-10
/
+2
*
Merge the HttpNetworkTransaction tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-14
3
-11753
/
+512
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
14
-76
/
+64
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
5
-1
/
+28
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.
dcheng@chromium.org
2013-06-12
6
-17
/
+6
*
net: use IsSecureScheme rather than matching "https".
agl@chromium.org
2013-06-12
4
-7
/
+7
*
Handle includeSubdomains for public key pinning.
palmer@chromium.org
2013-06-12
3
-16
/
+22
*
Use base:: on string16 and char16 in net/ and url/
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
61
-88
/
+88
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
5
-5
/
+5
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
4
-16
/
+38
*
net: (*.)logotype.se to HSTS preloaded.
agl@chromium.org
2013-06-11
2
-0
/
+2
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
net: add (*.)conformal.com, (*.)cyphertite.com to HSTS preloaded.
agl@chromium.org
2013-06-10
2
-0
/
+4
*
Generate constants for HTTP status codes and reason phrases using macro.
tyoshino@chromium.org
2013-06-10
4
-68
/
+97
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
22
-22
/
+22
*
net: add carezone.com to HSTS preloaded list.
agl@chromium.org
2013-06-07
2
-0
/
+2
[next]