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