summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Fix DCHECK when exporting an unnamed bookmark.mmenke@chromium.org2013-03-231-0/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+4
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-32/+17
* Flush at the end of local file writing in FileWriter API.kinaba@chromium.org2012-10-011-2/+23
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-5/+14
* net: Make destruction and closure of FileStream safer.satorux@chromium.org2012-02-291-1/+0
* net: Split file_stream.h to file_stream_posix.h and win.hsatorux@chromium.org2012-02-241-40/+12
* net: Simplify FileStream implementation on POSIX.satorux@chromium.org2012-02-211-2/+11
* net: Get back the blocking behavior in FileStream's destructor.satorux@chromium.org2012-02-211-3/+0
* Revert 122780 - net: Simplify FileStream implementation on POSIX.yutak@chromium.org2012-02-211-8/+2
* net: Simplify FileStream implementation on POSIX.satorux@chromium.org2012-02-211-2/+8
* net: Clarify comments for FileStream about on what thread callbacks are run.satorux@chromium.org2012-02-191-8/+11
* net: Add FileStream::Open() and Close() that perform asynchronously.satorux@chromium.org2012-02-171-6/+48
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-14/+5
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-31/+65
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-8/+12
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-12/+8
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-8/+12
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-3/+16
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-4/+5
* FileStream unit tests now check for file close.ahendrickson@chromium.org2011-10-101-0/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Record UMA statistics for file_stream operations.ahendrickson@chromium.org2011-09-231-0/+4
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-11/+11
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-0/+1
* Fix bad license header in app/ and net/ directories.tfarina@chromium.org2010-07-311-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-101-0/+9
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-061-0/+3
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-13/+2
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-2/+13
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-12/+1
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-1/+12
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-12/+1
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-1/+12
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-10/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-0/+10
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-1/+2
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-0/+1
* Add warning comment to FileStream::Truncateagl@chromium.org2009-03-091-0/+2
* Adds truncate to FileStream.sky@google.com2009-03-091-0/+5
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-5/+5
* Add a new method ReadUntilComplete to FileStream which ensures that all reque...jhawkins@chromium.org2009-02-131-0/+7
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-091-0/+7
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-1/+2
* Clarify file-stream comments.darin@chromium.org2008-11-251-0/+4