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
*
Have media gallery (through native media file util) use MIME sniffer
krb@chromium.org
2013-05-11
2
-7
/
+93
*
[SPDY] Make SpdySession::ResetStream take a RequestPriority parameter
akalin@chromium.org
2013-05-10
3
-58
/
+71
*
Clean up QuicNetworkTransactionTest
rch@chromium.org
2013-05-10
1
-271
/
+121
*
Deflake SimpleCache reads when multiple operations in flight.
gavinp@chromium.org
2013-05-10
4
-23
/
+130
*
Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."
ttuttle@chromium.org
2013-05-10
18
-680
/
+11
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-05-10
18
-11
/
+680
*
Add NEWCACHE method to IndexInitializeMethod histogram.
gavinp@chromium.org
2013-05-10
1
-3
/
+23
*
Histograms tracking index writing on SimpleCache.
gavinp@chromium.org
2013-05-10
2
-8
/
+25
*
Save 'url.path()' in a local variable to avoid a use-after-free.
jorgelo@chromium.org
2013-05-10
1
-6
/
+8
*
[net/dns] Fix how DnsTransaction computes next server index after fallback.
szym@chromium.org
2013-05-10
2
-3
/
+4
*
QUIC - Added NetLog's Logging test to quic_network_transaction_unittest.cc.
rtenneti@chromium.org
2013-05-10
3
-79
/
+53
*
Timeout HTTP proxy connect jobs faster on iOS
bengr@chromium.org
2013-05-10
1
-2
/
+3
*
Update WebSocket OWNERS files with latest status of developers.
tyoshino@chromium.org
2013-05-10
2
-4
/
+12
*
Merge ConstructSpdyFrame into SpdyTestUtil
ttuttle@chromium.org
2013-05-10
13
-211
/
+251
*
Randomize proxy timeout on Android over a range.
bengr@chromium.org
2013-05-09
1
-4
/
+7
*
SSLClientSocketNSS should expect and properly handle when the
rsleevi@chromium.org
2013-05-09
3
-40
/
+195
*
Rename the embedded test server to EmbeddedTestServer in net::test_server nam...
phajdan.jr@chromium.org
2013-05-09
12
-123
/
+127
*
Fix DiskCacheBackendTest.SimpleCacheSetSize.
gavinp@chromium.org
2013-05-09
4
-0
/
+13
*
Land Recent QUIC changes
rtenneti@chromium.org
2013-05-09
114
-1042
/
+1620
*
Don't access the server bound cert service from the SSL worker thread
rsleevi@chromium.org
2013-05-09
1
-5
/
+28
*
Disable SSL3 fallback restriction on Google properties
thaidn@google.com
2013-05-09
1
-3
/
+9
*
Add Mime type sniffing for Office documents
zork@chromium.org
2013-05-09
1
-0
/
+116
*
[Memory Sheriff] Fix a leak of MockAsyncResolverBase.
groby@chromium.org
2013-05-09
1
-7
/
+7
*
Gracefully handle requests for server bound certs on taskrunner shutdown
rsleevi@chromium.org
2013-05-09
2
-17
/
+53
*
Added JNI method to allow java code parse the scheme from a url string using ...
apiccion@chromium.org
2013-05-09
2
-0
/
+18
*
Remove inside_chromium_build gyp variable
jamesr@chromium.org
2013-05-08
1
-1
/
+1
*
Create SpdyTestUtil and add first two methods
ttuttle@chromium.org
2013-05-08
9
-103
/
+139
*
Move static functions in WebSocketJobTest into namespace net
ttuttle@chromium.org
2013-05-08
2
-130
/
+130
*
Add a DeterministicMockUDPClientSocket.
rch@chromium.org
2013-05-08
6
-80
/
+337
*
Remove DiskCacheEntryTest.SimpleCacheBuffering.
gavinp@chromium.org
2013-05-08
1
-7
/
+2
*
Removed static factories for data, ftp, file, and about jobs.
pauljensen@chromium.org
2013-05-08
31
-199
/
+199
*
Revert 198820 "Move FileEnumerator to its own file, do some refa..."
dbeam@chromium.org
2013-05-08
9
-60
/
+81
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
2
-2
/
+2
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
2
-2
/
+2
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-05-07
9
-81
/
+60
*
HostResolverImpl will return ERR_NAME_NOT_RESOLVED instead of Ok if address l...
mef@chromium.org
2013-05-07
2
-1
/
+16
*
Land Recent QUIC changes
rtenneti@chromium.org
2013-05-07
54
-139
/
+23897
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
21
-50
/
+50
*
Less indentation in WebSocketJob::SaveNextCookie() for readability
tyoshino@chromium.org
2013-05-07
1
-16
/
+17
*
Revert 198736 "Land Recent QUIC changes"
csharp@chromium.org
2013-05-07
53
-23896
/
+138
*
GTTF: move chrome/browser/google_apis/test_server to net/test
phajdan.jr@chromium.org
2013-05-07
13
-0
/
+1259
*
Removes jknotten from OWNERS.
bulach@chromium.org
2013-05-07
2
-2
/
+0
*
Land Recent QUIC changes
rtenneti@chromium.org
2013-05-07
53
-138
/
+23896
*
Add missing status codes to WebSocketError enum.
ricea@chromium.org
2013-05-07
9
-74
/
+225
*
Trivial style fix in network_delegate.h and .cc
tyoshino@chromium.org
2013-05-07
2
-4
/
+3
*
net: add (www.)grc.com to HSTS preloaded list.
agl@chromium.org
2013-05-06
2
-0
/
+4
*
Close all QUIC connections when the network changes.
rch@chromium.org
2013-05-06
3
-1
/
+61
*
Fix bugs in the code in ssl3_HandleHandshakeMessage that handles a
wtc@chromium.org
2013-05-06
4
-18
/
+99
*
net: add (*.)sah3.net to HSTS preloaded list.
agl@chromium.org
2013-05-06
2
-0
/
+2
*
Get rid of calls to v8::Persistent v8::Context::New().
marja@chromium.org
2013-05-06
1
-1
/
+2
[next]