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
*
Add BLOCKED frame type to SPDY 4 for increased debugability/tunability.
akalin@chromium.org
2013-06-11
4
-79
/
+169
*
Use a direct include of strings headers in net/test/, net/third_party/, net/t...
avi@chromium.org
2013-06-11
53
-78
/
+78
*
Remove a couple of obsolete/done TODOs.
akalin@chromium.org
2013-06-11
1
-6
/
+0
*
[SPDY] Fix crash in SpdyHttpStream::GetUploadProgress()
akalin@chromium.org
2013-06-11
4
-1
/
+20
*
Call context_'s member method directly in SocketStream.
tyoshino@chromium.org
2013-06-11
2
-13
/
+3
*
Disk Cache: move common elements from v2 and v3 file format.
rvargas@google.com
2013-06-11
20
-298
/
+66
*
SimpleCache: histograms to look after CRC checks
pasko@chromium.org
2013-06-11
2
-5
/
+33
*
Fix TLS 1.2 client authentication on Mac OS X.
wtc@chromium.org
2013-06-11
1
-7
/
+10
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
28
-28
/
+28
*
Revert MappedFile::Flush() back to pre-upstreamed version.
pauljensen@chromium.org
2013-06-10
1
-20
/
+6
*
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
5
-68
/
+98
*
SocketStream uses a weak ptr to URLRequestContext
yhirano@chromium.org
2013-06-10
5
-15
/
+86
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
11
-81
/
+62
*
Add multicast support to DatagramServerSocket
noamsml@chromium.org
2013-06-08
3
-0
/
+47
*
Refactor net::NetLog to provide implementation of observer pattern, not just ...
kouhei@chromium.org
2013-06-07
9
-193
/
+492
*
Track DNS Server Success and Failure time and use it in next server selection.
mef@chromium.org
2013-06-07
3
-64
/
+185
*
Revert 204861 "Refactor net::NetLog to provide implementation of..."
kouhei@chromium.org
2013-06-07
9
-492
/
+193
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
81
-82
/
+82
*
Refactor net::NetLog to provide implementation of observer pattern, not just ...
kouhei@chromium.org
2013-06-07
9
-193
/
+492
*
net: add carezone.com to HSTS preloaded list.
agl@chromium.org
2013-06-07
2
-0
/
+2
*
Add a SimpleCache Read unittest.
felipeg@chromium.org
2013-06-07
1
-0
/
+98
*
Factor out HTTP status code and reason phrase in Blob and Stream infrastructu...
tyoshino@chromium.org
2013-06-07
3
-0
/
+49
*
Don't cache URLRequestContext's member in SocketStream.
tyoshino@chromium.org
2013-06-07
2
-19
/
+9
*
Test that SocketStream is closed correctly on resolve failure.
tyoshino@chromium.org
2013-06-07
1
-0
/
+35
*
Make some more code use "if (weak_ptr)" style
akalin@chromium.org
2013-06-07
4
-15
/
+15
*
Small cleanup changes that came up during merging chromium changes with
rtenneti@chromium.org
2013-06-07
2
-6
/
+5
*
net_watcher does not build in Ubuntu 13.04
yael.aharon@intel.com
2013-06-07
1
-0
/
+15
*
Reland: Fix errors when building android with coverage=1
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Reorder assertions in SimpleCache race test.
gavinp@chromium.org
2013-06-06
1
-1
/
+1
*
Add unit tests for sniffing Office Docs
zork@chromium.org
2013-06-06
2
-2
/
+53
*
SimpleCache: correct the time resolution of last modified field
clamy@chromium.org
2013-06-06
4
-42
/
+63
*
SimpleCache: more histograms watching how index is loaded.
pasko@chromium.org
2013-06-06
1
-3
/
+7
*
Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...
ajwong@chromium.org
2013-06-06
1
-8
/
+0
*
Revert 204556 "Fix errors when building android with coverage=1"
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Fix errors when building android with coverage=1
rwalker@codeaurora.org
2013-06-06
1
-1
/
+1
*
Revert 204547 "Fix errors when building android with coverage=1"
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Fix errors when building android with coverage=1
rwalker@codeaurora.org
2013-06-06
1
-1
/
+1
*
net: add (*.)inertianetworks.com to HSTS preloaded list.
agl@chromium.org
2013-06-06
2
-0
/
+2
*
Move delegate_ checking from DoResolveHostComplete to DoResolveProtocol.
tyoshino@chromium.org
2013-06-06
1
-1
/
+7
*
net: update cipher suite names tables.
agl@chromium.org
2013-06-06
2
-238
/
+198
*
Support the new TLS 1.2 HMAC-SHA256 cipher suites specified in
wtc@chromium.org
2013-06-06
11
-24
/
+564
*
In SimpleCacheTests EXPECT -> ASSERT to avoid crashes on failure.
gavinp@chromium.org
2013-06-06
1
-10
/
+10
*
Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()
rch@chromium.org
2013-06-06
2
-6
/
+32
*
Simple Cache: a few tests for rare corner cases with CRC check missing.
pasko@chromium.org
2013-06-06
1
-22
/
+94
*
Preload HSTS for paypal.com.
palmer@chromium.org
2013-06-06
3
-2
/
+6
*
Disk cache: Add base files for implementation of file format version 3.
rvargas@google.com
2013-06-05
15
-0
/
+6527
*
Implements the Backend Type statistic in net-internals
viona@google.com
2013-06-05
2
-1
/
+8
*
Revert 204313 "net_watcher does not build in Ubuntu 13.04"
kkania@chromium.org
2013-06-05
1
-11
/
+0
*
Expanding unit tests for SimpleIndex.
rdsmith@chromium.org
2013-06-05
7
-373
/
+873
[next]