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
*
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
*
Close QUIC sessions on read errors.
rch@chromium.org
2013-05-06
3
-20
/
+91
*
Revert r197164: Avoid crashing the browser on truncated reads [...]
pasko@google.com
2013-05-06
1
-24
/
+2
*
Shift fast open stats to be gathered when the socket is known to be
rdsmith@chromium.org
2013-05-06
2
-31
/
+38
*
Sanitize directory names from chrome.downloads.onDeterminingFilename.
benjhayden@chromium.org
2013-05-05
3
-124
/
+367
*
Add histograms tracking Open/Create failure in SimpleCache
gavinp@chromium.org
2013-05-05
1
-6
/
+59
*
URLRequest - return LOAD_STATE_WAITING_FOR_DELEGATE even when we
mmenke@chromium.org
2013-05-04
1
-2
/
+1
*
Have SimpleCache index listen to android activity status notifications.
gavinp@chromium.org
2013-05-04
2
-20
/
+47
*
Add SimpleCache histograms to histograms.xml.
gavinp@chromium.org
2013-05-04
1
-8
/
+9
*
Support optimistic Create and Write operations on the SimpleCache.
felipeg@chromium.org
2013-05-04
5
-102
/
+542
*
Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}
ttuttle@chromium.org
2013-05-03
25
-1796
/
+1520
*
Detect QUIC connection errors and add a test to verify that the alternate pro...
rch@chromium.org
2013-05-03
6
-26
/
+130
*
Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJob
phajdan.jr@chromium.org
2013-05-03
3
-2
/
+28
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
13
-327
/
+346
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-05-03
47
-452
/
+919
*
[net] DirectoryListerTest: Operate within a temporary directory structure.
cbentzel@chromium.org
2013-05-03
1
-26
/
+60
*
Fix net::GetNetworkList() to skip unspecified addresses.
sergeyu@chromium.org
2013-05-03
1
-3
/
+8
*
Reduce un-needed std::string creation.
digit@chromium.org
2013-05-02
1
-35
/
+39
*
Update NSS libSSL to NSS_3_15_BETA2.
wtc@chromium.org
2013-05-02
68
-1718
/
+975
*
Mark DiskCacheBackendTest.SimpleCacheDoomAll as flaky
battre@chromium.org
2013-05-02
1
-1
/
+2
*
Support range uploading of a file.
hidehiko@chromium.org
2013-05-02
8
-8
/
+65
*
Implementing priority-aware cookie eviction algorithm.
huangs@chromium.org
2013-05-02
3
-139
/
+380
*
Refactor cookie saving code in WebSocketJob for readability.
tyoshino@chromium.org
2013-05-02
2
-26
/
+39
*
Websocket should fire 'error' event if no server available
tyoshino@chromium.org
2013-05-02
2
-9
/
+6
*
General utility for parsing DNS records
noamsml@chromium.org
2013-05-02
8
-0
/
+596
*
Warn on missing OVERRIDE/virtual everywhere, not just in header files.
rsleevi@chromium.org
2013-05-02
14
-40
/
+48
*
SPDY - In CreateStream close the SpdySession if socket is not connected.
rtenneti@chromium.org
2013-05-01
3
-14
/
+116
*
Adding ERR_SOCKET_IS_CONNECTED.
ikarienator@chromium.org
2013-05-01
5
-6
/
+13
[next]