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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SHARED_DELETE flag to FileStream.
paivanof@gmail.com
2012-12-05
1
-1
/
+1
*
Don't call base::ClosePlatformFile on a closed file handle.
wtc@chromium.org
2012-11-15
1
-1
/
+0
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
1
-2
/
+2
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
1
-303
/
+78
*
Switch to TimeDelta interfaces for process waiting functions in net and ipc.
tedvessenes@gmail.com
2012-07-11
1
-3
/
+1
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
1
-10
/
+5
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-18
/
+63
*
Add a source id to global NetLog entries, which makes them
mmenke@chromium.org
2012-03-15
1
-5
/
+5
*
FileStream: Wait for IO completion in destructor regardless of auto_closed flag
kinuko@chromium.org
2012-03-06
1
-0
/
+41
*
net: Make destruction and closure of FileStream safer.
satorux@chromium.org
2012-02-29
1
-0
/
+54
*
Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObserver
mmenke@chromium.org
2012-02-29
1
-6
/
+14
*
net: Fix a bug in FileStream::CloseSync() on POSIX.
satorux@chromium.org
2012-02-24
1
-0
/
+21
*
net: Split file_stream.h to file_stream_posix.h and win.h
satorux@chromium.org
2012-02-24
1
-5
/
+1
*
net: Add a "async read and delete" test to FleStream.
satorux@chromium.org
2012-02-22
1
-0
/
+32
*
net: Add FileStream::Open() and Close() that perform asynchronously.
satorux@chromium.org
2012-02-17
1
-0
/
+95
*
net: FileStream::Read/Write() to take IOBuffer* instead of char*
satorux@chromium.org
2012-02-16
1
-40
/
+68
*
net: Split FileStream::Read/Write() into sync and async versions.
satorux@chromium.org
2012-02-15
1
-13
/
+13
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-3
/
+1
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-32
/
+32
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-32
/
+32
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-32
/
+32
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-24
/
+24
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-56
/
+70
*
FileStream unit tests now check for file close.
ahendrickson@chromium.org
2011-10-10
1
-4
/
+47
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-19
/
+19
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-3
/
+2
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-82
/
+84
*
More net/ reordering.
erg@google.com
2011-01-21
1
-0
/
+1
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
1
-3
/
+2
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-3
/
+4
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
1
-2
/
+1
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-1
/
+1
*
Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...
phajdan.jr@chromium.org
2009-08-06
1
-1
/
+1
*
Revert of r22559.
aa@chromium.org
2009-08-06
1
-1
/
+1
*
Bunch of Coverity fixes, rather minor severity.
phajdan.jr@chromium.org
2009-08-06
1
-1
/
+1
*
Avoiding IO completion callback during the closing
huanr@chromium.org
2009-06-03
1
-10
/
+18
*
* Switch the posix FileStream code over to using WorkerPool for asynchronous ...
willchan@chromium.org
2009-03-24
1
-21
/
+470
*
Adds truncate to FileStream.
sky@google.com
2009-03-09
1
-0
/
+27
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-15
/
+15
*
Add constructor to net::FileStream to create it with a base::PlatformFile han...
hclam@chromium.org
2009-02-09
1
-0
/
+39
*
Change FileStream to use FilePath instead of wstring.
erikkay@google.com
2009-01-26
1
-3
/
+4
*
* Cleanup: move base/platform_test.h -> testing/
jeremy@chromium.org
2008-12-02
1
-1
/
+1
*
* Add write and read/write support to FileStream (renamed from FileInputStream).
erikkay@google.com
2008-11-03
1
-0
/
+369