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_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Finally) Remove NetLog::EventParameters.
mmenke@chromium.org
2012-06-19
1
-6
/
+6
*
NetLogEventParameter to Callback refactoring 1,
mmenke@chromium.org
2012-06-12
1
-13
/
+6
*
Revert 134269 - Revert 134234 - Turn thread restrictions on for release build...
kevers@chromium.org
2012-04-27
1
-0
/
+1
*
Revert 134234 - Turn thread restrictions on for release builds as well so tha...
kevers@chromium.org
2012-04-27
1
-1
/
+0
*
Turn thread restrictions on for release builds as well so that they're trigge...
jam@chromium.org
2012-04-27
1
-0
/
+1
*
Disallow UI/IO thread blocking on any other thread.
jam@chromium.org
2012-04-26
1
-0
/
+1
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-47
/
+106
*
FileStream: Wait for IO completion in destructor regardless of auto_closed flag
kinuko@chromium.org
2012-03-06
1
-4
/
+6
*
net: Make destruction and closure of FileStream safer.
satorux@chromium.org
2012-02-29
1
-62
/
+94
*
net: Fix a bug in FileStream::CloseSync() on POSIX.
satorux@chromium.org
2012-02-24
1
-0
/
+8
*
net: Split file_stream.h to file_stream_posix.h and win.h
satorux@chromium.org
2012-02-24
1
-29
/
+34
*
net: Simplify FileStream implementation on POSIX.
satorux@chromium.org
2012-02-21
1
-279
/
+122
*
net: Get back the blocking behavior in FileStream's destructor.
satorux@chromium.org
2012-02-21
1
-2
/
+4
*
Revert 122780 - net: Simplify FileStream implementation on POSIX.
yutak@chromium.org
2012-02-21
1
-85
/
+279
*
net: Simplify FileStream implementation on POSIX.
satorux@chromium.org
2012-02-21
1
-279
/
+85
*
net: Add FileStream::Open() and Close() that perform asynchronously.
satorux@chromium.org
2012-02-17
1
-27
/
+130
*
net: FileStream::Read/Write() to take IOBuffer* instead of char*
satorux@chromium.org
2012-02-16
1
-45
/
+53
*
net: Split FileStream::Read/Write() into sync and async versions.
satorux@chromium.org
2012-02-15
1
-1
/
+24
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-3
/
+3
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-3
/
+3
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-3
/
+3
*
Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...
mkwst@chromium.org
2012-02-03
1
-2
/
+1
*
Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().
mkwst@chromium.org
2012-02-03
1
-1
/
+2
*
net: Use ClosePlatformFile() instead of close/CloseHandle().
satorux@chromium.org
2012-02-03
1
-2
/
+1
*
net: Remove CRLFs introduced in crrev.com/120226.
satorux@chromium.org
2012-02-03
1
-3
/
+3
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-41
/
+142
*
Revert 120174 - net: Use ClosePlatformFile() instead of close/CloseHandle().
mkwst@chromium.org
2012-02-02
1
-2
/
+3
*
net: Use ClosePlatformFile() instead of close/CloseHandle().
satorux@chromium.org
2012-02-02
1
-3
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-0
/
+1
*
A build fix for Mac GCC.
hbono@chromium.org
2011-10-25
1
-2
/
+2
*
base::Bind conversion for file_stream_posix.cc.
adamk@chromium.org
2011-10-21
1
-18
/
+20
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-45
/
+41
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-12
/
+12
*
Record UMA statistics for file_stream operations.
ahendrickson@chromium.org
2011-09-23
1
-24
/
+50
*
mac: gcc buildfix
thakis@chromium.org
2011-09-04
1
-1
/
+2
*
Make BaseFile member functions return net::Error's.
ahendrickson@chromium.org
2011-09-04
1
-23
/
+10
*
Upstream android net related code (part 1)
michaelbai@google.com
2011-07-11
1
-0
/
+8
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-5
/
+6
*
Use NewRunnableFunction in file_stream_posix.cc to get rid of custom Task sub...
adamk@chromium.org
2011-03-11
1
-64
/
+19
*
Add ThreadRestrictions to FileStream.
willchan@chromium.org
2011-03-09
1
-1
/
+11
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-7
/
+7
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-11
/
+11
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Remove log for errors opening files. It's the client's responsibility to log ...
pinkerton@chromium.org
2010-10-08
1
-2
/
+0
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
1
-1
/
+1
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
[next]