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
/
base
/
file_stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert Pass()→std::move() in //net
dcheng
2015-12-26
1
-2
/
+3
*
Only support seeking file streams from the beginning of the file.
reillyg
2015-06-16
1
-9
/
+3
*
Use the exact-width integer types defined in <stdint.h> rather than
wtc
2015-06-04
1
-1
/
+1
*
Split bug 423948 into various sub-bugs and remove outdated instrumentation.
pkasting
2015-04-11
1
-2
/
+2
*
Instrumenting URLRequestFileJob::ReadRawData internals for jank.
vadimt
2015-01-08
1
-0
/
+5
*
net: FileStream cleanup
rvargas@chromium.org
2014-06-20
1
-10
/
+8
*
net: Remove one of FileStream's ctors which takes PlatformFile
hashimoto@chromium.org
2014-05-07
1
-6
/
+0
*
net: Always pass TaskRunner to FileStream's ctor
hashimoto@chromium.org
2014-04-30
1
-19
/
+0
*
net: Remove unused NetLog parameter from FileStream's ctor
hashimoto@chromium.org
2014-04-23
1
-27
/
+10
*
net: Remove unused FileStream methods
hashimoto@chromium.org
2014-04-09
1
-165
/
+3
*
net: Update FileStream to use base::File instead of PlatformFile.
rvargas@chromium.org
2014-03-21
1
-41
/
+39
*
URLFetcher won't call delegate until file is closed.
waffles@chromium.org
2013-09-12
1
-0
/
+13
*
Allow custom TaskRunners for async operations in net::FileStream.
earthdok@google.com
2013-06-17
1
-2
/
+26
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Assert that FileStream::OpenSync() is called only for file streams in sync mode.
paivanof@gmail.com
2013-03-06
1
-4
/
+1
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-2
/
+2
*
net::FileStream::Available() should be callable when the available bytes = 0.
kinaba@chromium.org
2012-12-12
1
-1
/
+1
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
1
-36
/
+198
*
Flush at the end of local file writing in FileWriter API.
kinaba@chromium.org
2012-10-01
1
-2
/
+6
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-2
/
+7
*
net: Split file_stream.h to file_stream_posix.h and win.h
satorux@chromium.org
2012-02-24
1
-0
/
+93