1. 6459548 Update copyright headers in net/ by Avi Drissman · 2 years, 9 months ago
  2. 432981d5 [net/] default member initializers manual fix by Tsuyoshi Horo · 3 years ago
  3. d54000b2 Use in-class initializers for base::WeakPtrFactory in net/. by Jeremy Roman · 6 years ago
  4. dadd6c7 Introduce net::CompletionOnceCallback. by Matt Menke · 7 years ago
  5. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
  6. aa435e7 Only support seeking file streams from the beginning of the file. by reillyg · 10 years ago
  7. 69f8ea8 Use the exact-width integer types defined in <stdint.h> rather than by wtc · 10 years ago
  8. 859dc7a net cleanup: Remove unnecessary namespace prefixes. by ttuttle · 10 years ago
  9. b03027d Standardize usage of virtual/override/final in net/ by dcheng · 11 years ago
  10. ba063d603 replace OVERRIDE and FINAL with override and final in net/ by mostynb · 11 years ago
  11. 633ff3b1 net: FileStream cleanup 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. be6fb60b Remove PlatformFile from resource_loader_unittest by [email protected] · 11 years ago
  16. 52c41b4 Reland "Fix various issues in RedirectToFileResourceHandler." by [email protected] · 11 years ago
  17. 1a8b5cf Revert 256688 "Fix various issues in RedirectToFileResourceHandler." by [email protected] · 11 years ago
  18. d667da0 Fix various issues in RedirectToFileResourceHandler. by [email protected] · 11 years ago
  19. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  20. 6cdfd7f Replace FilePath with base::FilePath in net. by [email protected] · 12 years ago
  21. a95ce076 Flush at the end of local file writing in FileWriter API. by [email protected] · 13 years ago
  22. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  23. cf02541b Make FileStream::Seek async and add FileStream::SeekSync for sync operation by [email protected] · 13 years ago
  24. 9f49afb net: FileStream::Read/Write() to take IOBuffer* instead of char* by [email protected] · 13 years ago
  25. 6b230f4 net: Split FileStream::Read/Write() into sync and async versions. by [email protected] · 13 years ago
  26. fe57eb2 net: Rename FileStream::Open/Close with OpenSync/CloseSync. by [email protected] · 13 years ago
  27. 5ab2191 Back out r121064 from the trunk due to a compile failure. by [email protected] · 13 years ago
  28. d20ab94 net: Rename FileStream::Open/Close with OpenSync/CloseSync. by [email protected] · 13 years ago
  29. 1034299 Added Net logging to FileStream. by [email protected] · 13 years ago
  30. 5eb431e2 Switch FileStream to use new CompletionCallback. by [email protected] · 14 years ago
  31. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  32. e5e120f Fix potential issue with BaseFile::AppendDataToFile(). by [email protected] · 14 years ago
  33. a1d0282 fix up perms by [email protected] · 14 years ago
  34. 47a881b Detect file system errors during downloads. by [email protected] · 14 years ago