Sign in
chromium
/
chromium
/
src.git
/
4891b25ba40ddc3fb9c7c1f51de05f76ec86e9c5
/
net
/
base
/
file_stream_unittest.cc
4891b25b
net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
by skyostil
· 10 years ago
69f8ea8
Use the exact-width integer types defined in <stdint.h> rather than
by wtc
· 10 years ago
62985ca9
Rename NetLogLogger and CapturingNetLog
by vishal.b
· 10 years ago
87c53d6
Move NetLog code from src/net/base to src/net/log.
by eroman
· 10 years ago
959eaea
The ReadFile API on Windows invoked by the FileStream::Context class which is used by URLRequestFileJob at times completes synchronously.
by ananta
· 10 years ago
67be2b1f
Standardize usage of virtual/override/final specifiers.
by dcheng
· 11 years ago
d8df033
Change base/file_utils.h includes to base/files/file_utils.h in net/
by thestig
· 11 years ago
c80fed2a
Remove implicit conversions from scoped_refptr to T* in net/
by dcheng
· 11 years ago
92be8eb
Move the rest of test_file_util to base namespace.
by
[email protected]
· 11 years ago
633ff3b1
net: FileStream cleanup
by
[email protected]
· 11 years ago
e3ec0625d
net: Make sure the FileStream file is closed on the worker thread.
by
[email protected]
· 11 years ago
671e95fd
net: Always pass TaskRunner to FileStream's ctor
by
[email protected]
· 11 years ago
619a0398c
net: Remove unused NetLog parameter from FileStream's ctor
by
[email protected]
· 11 years ago
50f91af
net: Remove unused FileStream methods
by
[email protected]
· 11 years ago
a0830591
net: Update FileStream to use base::File instead of PlatformFile.
by
[email protected]
· 11 years ago
e5c2a22e
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
by
[email protected]
· 11 years ago
7600d0b
Revert 239400 "Revert 239280 "Move more file_util functions to b..."
by
[email protected]
· 11 years ago
a4f7378
Revert 239280 "Move more file_util functions to base namespace."
by
[email protected]
· 11 years ago
5a6ddb1
Move more file_util functions to base namespace.
by
[email protected]
· 11 years ago
5628570
Move GetFileSize, NormalizeFilePath to base namespace
by
[email protected]
· 11 years ago
03d9afc0
Move temp file functions to base namespace.
by
[email protected]
· 12 years ago
f12d1e1
Fix chrome upload with content uri
by
[email protected]
· 12 years ago
912bf8a6
Revert 235752 "Fix chrome upload with content uri"
by
[email protected]
· 12 years ago
c0fdf8a
Fix chrome upload with content uri
by
[email protected]
· 12 years ago
1a00d08
Initialize buffer in FileStreamTest.AsyncWriteError
by
[email protected]
· 12 years ago
7f00ad6
Update FileStream unittests to make memcheck happy.
by
[email protected]
· 12 years ago
c1d9cf74
URLFetcher won't call delegate until file is closed.
by
[email protected]
· 12 years ago
dd2c438
Remove base::WorkerPool use from FileStream tests.
by
[email protected]
· 12 years ago
82f84b9
Move ReadFileToString to the base namespace.
by
[email protected]
· 12 years ago
5ee2098
Use a direct include of the message_loop header in net/, part 1.
by
[email protected]
· 12 years ago
dd3aa79
Rename base::Delete to base::DeleteFile
by
[email protected]
· 12 years ago
918efbf
Move file_util::Delete to the base namespace
by
[email protected]
· 12 years ago
9049948
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
by
[email protected]
· 12 years ago
2da659e
net: Use base::MessageLoop.
by
[email protected]
· 12 years ago
66af1d6
Assert that FileStream::OpenSync() is called only for file streams in sync mode.
by
[email protected]
· 12 years ago
bfb88ec
Fix net::FileStream to handle all errors correctly.
by
[email protected]
· 12 years ago
d22837b
Experimental Revert of 184577
by
[email protected]
· 12 years ago
f8499504
Fix net::FileStream to handle all errors correctly.
by
[email protected]
· 12 years ago
b6ab2c7e
Revert 184453
by
[email protected]
· 12 years ago
8bf0c56
Fix net::FileStream to handle all errors correctly.
by
[email protected]
· 12 years ago
f5f09882
Revert 184257
by
[email protected]
· 12 years ago
9b5f0a4
Fix net::FileStream to handle all errors correctly.
by
[email protected]
· 12 years ago
6cdfd7f
Replace FilePath with base::FilePath in net.
by
[email protected]
· 12 years ago
a42fdcd
Add SHARED_DELETE flag to FileStream.
by
[email protected]
· 12 years ago
3918350
Don't call base::ClosePlatformFile on a closed file handle.
by
[email protected]
· 13 years ago
b4c62eb
net: Update calls from RunAllPending() to RunUntilIdle().
by
[email protected]
· 13 years ago
aab1b9e
net: Implement canceling of all async operations in FileStream.
by
[email protected]
· 13 years ago
0f2e45ec
Switch to TimeDelta interfaces for process waiting functions in net and ipc.
by
[email protected]
· 13 years ago
3abacd6
Make NetLog take in callbacks that return Values rather
by
[email protected]
· 13 years ago
cf02541b
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
by
[email protected]
· 13 years ago
fba65f7b
Add a source id to global NetLog entries, which makes them
by
[email protected]
· 13 years ago
fa8b723
FileStream: Wait for IO completion in destructor regardless of auto_closed flag
by
[email protected]
· 13 years ago
dbb747c
net: Make destruction and closure of FileStream safer.
by
[email protected]
· 13 years ago
d5cbd92a
Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObserver
by
[email protected]
· 13 years ago
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