1. 4891b25b net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  2. 69f8ea8 Use the exact-width integer types defined in <stdint.h> rather than by wtc · 10 years ago
  3. 62985ca9 Rename NetLogLogger and CapturingNetLog by vishal.b · 10 years ago
  4. 87c53d6 Move NetLog code from src/net/base to src/net/log. by eroman · 10 years ago
  5. 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
  6. 67be2b1f Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  7. d8df033 Change base/file_utils.h includes to base/files/file_utils.h in net/ by thestig · 11 years ago
  8. c80fed2a Remove implicit conversions from scoped_refptr to T* in net/ by dcheng · 11 years ago
  9. 92be8eb Move the rest of test_file_util to base namespace. by [email protected] · 11 years ago
  10. 633ff3b1 net: FileStream cleanup by [email protected] · 11 years ago
  11. e3ec0625d net: Make sure the FileStream file is closed on the worker thread. by [email protected] · 11 years ago
  12. 671e95fd net: Always pass TaskRunner to FileStream's ctor by [email protected] · 11 years ago
  13. 619a0398c net: Remove unused NetLog parameter from FileStream's ctor by [email protected] · 11 years ago
  14. 50f91af net: Remove unused FileStream methods by [email protected] · 11 years ago
  15. a0830591 net: Update FileStream to use base::File instead of PlatformFile. by [email protected] · 11 years ago
  16. e5c2a22e Move WriteFile and WriteFileDescriptor from file_util to base namespace. by [email protected] · 11 years ago
  17. 7600d0b Revert 239400 "Revert 239280 "Move more file_util functions to b..." by [email protected] · 11 years ago
  18. a4f7378 Revert 239280 "Move more file_util functions to base namespace." by [email protected] · 11 years ago
  19. 5a6ddb1 Move more file_util functions to base namespace. by [email protected] · 11 years ago
  20. 5628570 Move GetFileSize, NormalizeFilePath to base namespace by [email protected] · 11 years ago
  21. 03d9afc0 Move temp file functions to base namespace. by [email protected] · 12 years ago
  22. f12d1e1 Fix chrome upload with content uri by [email protected] · 12 years ago
  23. 912bf8a6 Revert 235752 "Fix chrome upload with content uri" by [email protected] · 12 years ago
  24. c0fdf8a Fix chrome upload with content uri by [email protected] · 12 years ago
  25. 1a00d08 Initialize buffer in FileStreamTest.AsyncWriteError by [email protected] · 12 years ago
  26. 7f00ad6 Update FileStream unittests to make memcheck happy. by [email protected] · 12 years ago
  27. c1d9cf74 URLFetcher won't call delegate until file is closed. by [email protected] · 12 years ago
  28. dd2c438 Remove base::WorkerPool use from FileStream tests. by [email protected] · 12 years ago
  29. 82f84b9 Move ReadFileToString to the base namespace. by [email protected] · 12 years ago
  30. 5ee2098 Use a direct include of the message_loop header in net/, part 1. by [email protected] · 12 years ago
  31. dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
  32. 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
  33. 9049948 Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  34. 2da659e net: Use base::MessageLoop. by [email protected] · 12 years ago
  35. 66af1d6 Assert that FileStream::OpenSync() is called only for file streams in sync mode. by [email protected] · 12 years ago
  36. bfb88ec Fix net::FileStream to handle all errors correctly. by [email protected] · 12 years ago
  37. d22837b Experimental Revert of 184577 by [email protected] · 12 years ago
  38. f8499504 Fix net::FileStream to handle all errors correctly. by [email protected] · 12 years ago
  39. b6ab2c7e Revert 184453 by [email protected] · 12 years ago
  40. 8bf0c56 Fix net::FileStream to handle all errors correctly. by [email protected] · 12 years ago
  41. f5f09882 Revert 184257 by [email protected] · 12 years ago
  42. 9b5f0a4 Fix net::FileStream to handle all errors correctly. by [email protected] · 12 years ago
  43. 6cdfd7f Replace FilePath with base::FilePath in net. by [email protected] · 12 years ago
  44. a42fdcd Add SHARED_DELETE flag to FileStream. by [email protected] · 12 years ago
  45. 3918350 Don't call base::ClosePlatformFile on a closed file handle. by [email protected] · 13 years ago
  46. b4c62eb net: Update calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  47. aab1b9e net: Implement canceling of all async operations in FileStream. by [email protected] · 13 years ago
  48. 0f2e45ec Switch to TimeDelta interfaces for process waiting functions in net and ipc. by [email protected] · 13 years ago
  49. 3abacd6 Make NetLog take in callbacks that return Values rather by [email protected] · 13 years ago
  50. cf02541b Make FileStream::Seek async and add FileStream::SeekSync for sync operation by [email protected] · 13 years ago
  51. fba65f7b Add a source id to global NetLog entries, which makes them by [email protected] · 13 years ago
  52. fa8b723 FileStream: Wait for IO completion in destructor regardless of auto_closed flag by [email protected] · 13 years ago
  53. dbb747c net: Make destruction and closure of FileStream safer. by [email protected] · 13 years ago
  54. d5cbd92a Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObserver by [email protected] · 13 years ago
  55. 285673c net: Fix a bug in FileStream::CloseSync() on POSIX. by [email protected] · 13 years ago
  56. 84e0309f net: Split file_stream.h to file_stream_posix.h and win.h by [email protected] · 13 years ago
  57. 06b802b net: Add a "async read and delete" test to FleStream. by [email protected] · 13 years ago
  58. e3d66fde net: Add FileStream::Open() and Close() that perform asynchronously. by [email protected] · 13 years ago
  59. 9f49afb net: FileStream::Read/Write() to take IOBuffer* instead of char* by [email protected] · 13 years ago
  60. 6b230f4 net: Split FileStream::Read/Write() into sync and async versions. by [email protected] · 13 years ago
  61. b5717a4 Prefer ScopedNestableTaskAllower over manual save/restore by [email protected] · 13 years ago
  62. fe57eb2 net: Rename FileStream::Open/Close with OpenSync/CloseSync. by [email protected] · 13 years ago
  63. 5ab2191 Back out r121064 from the trunk due to a compile failure. by [email protected] · 13 years ago
  64. d20ab94 net: Rename FileStream::Open/Close with OpenSync/CloseSync. by [email protected] · 13 years ago
  65. 1034299 Added Net logging to FileStream. by [email protected] · 13 years ago
  66. 5eb431e2 Switch FileStream to use new CompletionCallback. by [email protected] · 14 years ago
  67. 96d7382 FileStream unit tests now check for file close. by [email protected] · 14 years ago
  68. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  69. e7e3803 Remove explicit keyword from multi-argument (w/o default values) constructors by [email protected] · 14 years ago
  70. 8effd3f6 Remove most unnecessary uses of "net::" in net/base/. by [email protected] · 14 years ago
  71. ad74a59 More net/ reordering. by [email protected] · 14 years ago
  72. ed65fec Add an optional parameter to CreatePlatformFile() to report the type by [email protected] · 15 years ago
  73. 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
  74. 7ff3f63 Remove the unnecessary conversion to wstring when calling file_util::WriteFile. by [email protected] · 16 years ago
  75. 33edeab Renames the function CreateTemporaryFilename to CreateTemporaryFile and track down all callers, also removes the by [email protected] · 16 years ago
  76. 3fc364f9 Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding the broken ones. by [email protected] · 16 years ago
  77. 3e377c5 Revert of r22559. by [email protected] · 16 years ago
  78. 847ed6c5 Bunch of Coverity fixes, rather minor severity. by [email protected] · 16 years ago
  79. 3828a75 Avoiding IO completion callback during the closing of FileStream. by [email protected] · 16 years ago
  80. 4c2048a * Switch the posix FileStream code over to using WorkerPool for asynchronous operations. by [email protected] · 16 years ago
  81. 0643a49 Adds truncate to FileStream. by [email protected] · 16 years ago
  82. f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
  83. 92aad522 Add constructor to net::FileStream to create it with a base::PlatformFile handle. by [email protected] · 16 years ago
  84. 07167e8f Change FileStream to use FilePath instead of wstring. by [email protected] · 16 years ago
  85. 23887f04f * Cleanup: move base/platform_test.h -> testing/ by [email protected] · 17 years ago
  86. 21da6eb * Add write and read/write support to FileStream (renamed from FileInputStream). by [email protected] · 17 years ago