Sign in
chromium
/
chromium
/
src.git
/
285673c88b5aab21ffe217e27ad182950209c928
/
net
/
base
/
file_stream_unittest.cc
285673c
net: Fix a bug in FileStream::CloseSync() on POSIX.
by
[email protected]
· 13 years ago
84e0309f
net: Split file_stream.h to file_stream_posix.h and win.h
by
[email protected]
· 13 years ago
06b802b
net: Add a "async read and delete" test to FleStream.
by
[email protected]
· 13 years ago
e3d66fde
net: Add FileStream::Open() and Close() that perform asynchronously.
by
[email protected]
· 13 years ago
9f49afb
net: FileStream::Read/Write() to take IOBuffer* instead of char*
by
[email protected]
· 13 years ago
6b230f4
net: Split FileStream::Read/Write() into sync and async versions.
by
[email protected]
· 13 years ago
b5717a4
Prefer ScopedNestableTaskAllower over manual save/restore
by
[email protected]
· 13 years ago
fe57eb2
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
by
[email protected]
· 13 years ago
5ab2191
Back out r121064 from the trunk due to a compile failure.
by
[email protected]
· 13 years ago
d20ab94
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
by
[email protected]
· 13 years ago
1034299
Added Net logging to FileStream.
by
[email protected]
· 13 years ago
5eb431e2
Switch FileStream to use new CompletionCallback.
by
[email protected]
· 14 years ago
96d7382
FileStream unit tests now check for file close.
by
[email protected]
· 14 years ago
f1f3f0f8
Begin CompletionCallback switchover.
by
[email protected]
· 14 years ago
e7e3803
Remove explicit keyword from multi-argument (w/o default values) constructors
by
[email protected]
· 14 years ago
8effd3f6
Remove most unnecessary uses of "net::" in net/base/.
by
[email protected]
· 14 years ago
ad74a59
More net/ reordering.
by
[email protected]
· 14 years ago
ed65fec
Add an optional parameter to CreatePlatformFile() to report the type
by
[email protected]
· 15 years ago
2041cf34
Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces.
by
[email protected]
· 15 years ago
7ff3f63
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
by
[email protected]
· 16 years ago
33edeab
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track down all callers, also removes the
by
[email protected]
· 16 years ago
3fc364f9
Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding the broken ones.
by
[email protected]
· 16 years ago
3e377c5
Revert of r22559.
by
[email protected]
· 16 years ago
847ed6c5
Bunch of Coverity fixes, rather minor severity.
by
[email protected]
· 16 years ago
3828a75
Avoiding IO completion callback during the closing of FileStream.
by
[email protected]
· 16 years ago
4c2048a
* Switch the posix FileStream code over to using WorkerPool for asynchronous operations.
by
[email protected]
· 16 years ago
0643a49
Adds truncate to FileStream.
by
[email protected]
· 16 years ago
f0a51fb5
Fixes CRLF and trailing white spaces.
by
[email protected]
· 16 years ago
92aad522
Add constructor to net::FileStream to create it with a base::PlatformFile handle.
by
[email protected]
· 16 years ago
07167e8f
Change FileStream to use FilePath instead of wstring.
by
[email protected]
· 16 years ago
23887f04f
* Cleanup: move base/platform_test.h -> testing/
by
[email protected]
· 17 years ago
21da6eb
* Add write and read/write support to FileStream (renamed from FileInputStream).
by
[email protected]
· 17 years ago