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
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
49
-348
/
+387
*
net: implement CBC processing in constant-time in libssl.
agl@chromium.org
2013-02-06
4
-57
/
+911
*
Add histograms for ProxyResolverV8Tracing.
eroman@chromium.org
2013-02-06
1
-59
/
+186
*
Add a NULL check to SpdyHttpStream::GetLoadTimingInfo, to
mmenke@chromium.org
2013-02-06
1
-1
/
+1
*
Add a unittest to ProxyResolverV8Tracing for sync DNS inside of blocking mode.
eroman@chromium.org
2013-02-06
1
-2
/
+10
*
Add to the list of HTTP headers that don't overwrite in 304 responses.
mkwst@chromium.org
2013-02-05
2
-9
/
+50
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
6
-4
/
+10
*
Fix ServerBoundCertService::RequestHandle::OnRequestComplete possible use aft...
mattm@chromium.org
2013-02-05
1
-2
/
+4
*
Preload HSTS and pins for two more Google domains.
palmer@chromium.org
2013-02-05
2
-0
/
+2
*
Add POST_WITHOUT_BODY to the UrlFetcher's method.
hidehiko@chromium.org
2013-02-04
2
-0
/
+8
*
Remove some unused NetLog event types.
eroman@chromium.org
2013-02-04
2
-14
/
+6
*
net: add (*.)zoo24.de to HSTS preloaded list.
agl@chromium.org
2013-02-04
2
-0
/
+2
*
SSLClientSocket::IsConnected should care for internal buffers (OpenSSL)
toyoshim@chromium.org
2013-02-04
1
-10
/
+25
*
Add PATCH method to UrlFetcher.
hidehiko@chromium.org
2013-02-04
2
-1
/
+4
*
Add DeviceRegisterRequest.BROWSER and use it for chrome.
atwilson@chromium.org
2013-02-03
1
-2
/
+2
*
Fix uninitialized variable in SpdySessionDependencies
rch@chromium.org
2013-02-03
2
-0
/
+2
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
2
-4
/
+4
*
Land recent QUIC changes.
rch@chromium.org
2013-02-03
62
-1503
/
+1694
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
17
-44
/
+63
*
LoadTiming int net 6: Cache LoadTimingInfo
mmenke@chromium.org
2013-02-02
6
-46
/
+42
*
net: don't DCHECK in SPDY with empty header values.
agl@chromium.org
2013-02-02
2
-1
/
+27
*
LoadTiming in net part 5:
mmenke@chromium.org
2013-02-02
15
-43
/
+1066
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
25
-63
/
+63
*
Force HTTPS and public keys for sandbox.google.com and subdomains.
palmer@chromium.org
2013-02-01
2
-0
/
+2
*
Make the v8 Isolate used in the proxy resolver explicit.
jochen@chromium.org
2013-02-01
4
-13
/
+56
*
Add a new enable_user_alternate_protocol_ports flag.
rch@chromium.org
2013-02-01
9
-96
/
+114
*
Make an interface's virtual dtor protected rather than public.
eroman@chromium.org
2013-02-01
1
-2
/
+3
*
Sync csd.proto with server-side version.
mattm@chromium.org
2013-02-01
1
-2
/
+4
*
Fix a memory error in ProxyResolverV8Tracing.
eroman@chromium.org
2013-02-01
2
-8
/
+34
*
Move stringize_macros to base/strings.
brettw@chromium.org
2013-01-31
1
-1
/
+1
*
google_apis: Move AppendQueryParameter() etc. from common/net/url_util.h to
tfarina@chromium.org
2013-01-31
4
-0
/
+260
*
Remove an unnecessary call to v8::V8::LowMemoryNotification.
eroman@chromium.org
2013-01-31
1
-6
/
+0
*
SPDY - DeterministicSocketData - Fix to handle Async Read/write followed by
rtenneti@chromium.org
2013-01-31
3
-4
/
+69
*
Add a command-line flag to have URLFetcher ignore certificate requests
rsleevi@chromium.org
2013-01-31
6
-0
/
+40
*
Add connection-type-specific histograms of:
pauljensen@chromium.org
2013-01-31
3
-32
/
+183
*
Make net::IOBuffer 64-bit safe
jschuh@chromium.org
2013-01-30
2
-2
/
+3
*
Improve performance of proxy resolver by tracing DNS dependencies.
eroman@chromium.org
2013-01-30
48
-1610
/
+2341
*
Add histograms to measure the performance of multithreaded proxy resolving.
eroman@chromium.org
2013-01-30
1
-0
/
+22
*
net: add gocardless.com and espra.com to HSTS preloaded
agl@chromium.org
2013-01-30
2
-2
/
+4
*
device_management.py: Send settings_entity_id in responses.
mnissler@chromium.org
2013-01-30
1
-0
/
+1
*
[net/dns] Disable socket pooling in DnsProbeJob
szym@chromium.org
2013-01-30
3
-1
/
+9
*
Fix leaks in FTP tests and remove suppressions
phajdan.jr@chromium.org
2013-01-30
1
-1
/
+2
*
[net] Add a new load state for "Downloading Proxy script".
eroman@chromium.org
2013-01-30
4
-6
/
+37
*
The first step of server-side crypto handshake: handle ClientHello,
wtc@chromium.org
2013-01-30
15
-68
/
+217
*
Having URLFetcher handle SSL client auth by proceeding anonymously (eg: NULL
rsleevi@chromium.org
2013-01-30
2
-9
/
+0
*
Add support for a --enable-quic command line flag.
rch@chromium.org
2013-01-29
3
-4
/
+6
*
[net] Add Net.UnspecResolvedIPv6 to measure if getaddrinfo resolves IPv6 addr...
szym@chromium.org
2013-01-29
2
-4
/
+24
*
Add the server name indication (SNI) field to ClientHello.
wtc@chromium.org
2013-01-29
14
-24
/
+59
*
net: add (*.)paymill.{com|de} to HSTS preloaded.
agl@chromium.org
2013-01-29
2
-0
/
+4
*
Don't compile ClientCertStoreImpl unittests when OpenSSL is used
ppi@chromium.org
2013-01-29
1
-1
/
+2
[next]