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
*
SPDY - implement greedy approach to read all the data and process it
rtenneti@chromium.org
2013-02-08
7
-81
/
+817
*
Minor semantic variable name changes.
akalin@chromium.org
2013-02-08
2
-8
/
+8
*
net: add mega.co.nz and (*.)api.mega.co.nz to HSTS
agl@chromium.org
2013-02-07
2
-1
/
+4
*
net: remove rhcloud.net from HSTS list.
agl@chromium.org
2013-02-07
1
-1
/
+0
*
Move utf_offset_string_conversions and utf_string_conversion_utils to strings.
brettw@chromium.org
2013-02-07
2
-16
/
+18
*
Move client certificates retrieval logic out of the SSL sockets.
ppi@chromium.org
2013-02-07
10
-361
/
+37
*
Add SpdyFramerDebugVisitorInterface for later usage in stats collecting
akalin@chromium.org
2013-02-06
3
-1
/
+59
*
Remove HttpCache.*.SmallResource tracking.
gavinp@chromium.org
2013-02-06
2
-56
/
+0
*
Allow no content-type for POST, PUT and PATCH methods.
hidehiko@chromium.org
2013-02-06
2
-10
/
+31
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
6
-10
/
+4
*
Add retry function to AccountManagerHelper when called from foreground
clamy@chromium.org
2013-02-06
1
-0
/
+8
*
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
[next]