1. 6738f12 AddressTrackerLinux: Fix race condition setting SequencedTaskRunner by Matthew Denton · 2 years, 4 months ago
  2. 818390e Various AddressMapOwnerLinux and NetworkChangeNotifierLinux changes by Matthew Denton · 2 years, 5 months ago
  3. 74acbd11 Make it possible to mock out the kernel in AddressTrackerLinux by Matthew Denton · 2 years, 5 months ago
  4. bd0145d4 Add AddressMapOwnerLinux and have AddressTrackerLinux extend it. by Matthew Denton · 2 years, 5 months ago
  5. 41c4a41 Update header includes for /base/functional in /net by Avi Drissman · 2 years, 8 months ago
  6. 6459548 Update copyright headers in net/ by Avi Drissman · 3 years ago
  7. e0235ed6 [net/base,cert,cookies,disk_cache] default member initializers by Tsuyoshi Horo · 3 years, 3 months ago
  8. bdd68018 [base] Remove unused post_task.h includes by Gabriel Charette · 3 years, 5 months ago
  9. 643cdf6 Replace base/task/ temporary forward headers with their final locations by Patrick Monette · 3 years, 11 months ago
  10. 3d7d7092 Replace task-related headers to their equivalent in base/task/ by Patrick Monette · 3 years, 11 months ago
  11. e5a38ed Migrate "base::TimeDelta::FromX" to "base:X". by Peter Kasting · 4 years ago
  12. db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 10 months ago
  13. a03ac8c Remove DISALLOW_COPY_AND_ASSIGN from net/base/*. by David Bienvenu · 4 years, 10 months ago
  14. d5c656c Mass-migrate users of base::ThreadPool() as a trait to base::ThreadPool:: API [crypto/-net/] by Gabriel Charette · 6 years ago
  15. e51fef5 Remove unused includes to message_loop.h by Carlos Caballero · 6 years ago
  16. 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
  17. 0b4314e net: Always specify thread affinity when posting tasks by Sami Kyostila · 6 years ago
  18. c398f1e Convert NetworkChangeNotifier to new DNS config notifications by Eric Orth · 6 years ago
  19. 61a51a1 Fix race in ~NetworkChangeNotifier overloads by Paul Jensen · 6 years ago
  20. 05f0f978 Replace NetworkChangeNotifierLinux::Thread with SequencedTaskRunner by Paul Jensen · 6 years ago
  21. 17fa278 Include base/bind_helpers.h in the files that use it. by Sebastien Marchand · 7 years ago
  22. 4f9c35c [message_loop] Remove message_loop_forward.h by Alexander Timin · 7 years ago
  23. c643d0e1 [message_loop] Temporary introduce message_loop_forward.h. by Alexander Timin · 7 years ago
  24. e1ee034 Initialize network connection type by Paul Jensen · 7 years ago
  25. 1e5bed44 Migrate MessageLoop::current() to MessageLoopCurrent in /net by Gabriel Charette · 7 years ago
  26. 341e1fb Allow base::DoNothing() to handle any argument list. by Peter Kasting · 8 years ago
  27. 4d65140 Rename GetMaxBandwidthForConnectionSubtype. by zhuoyu.qian · 8 years ago
  28. f64a25e Add missing IWYU message_loop.h includes. by gab · 8 years ago
  29. 1e912ea Reland 'Convert //net and //chromecast to std::unordered_*' by davidben · 9 years ago
  30. 7f767e6 Change scoped_ptr to std::unique_ptr in //net/base. by danakj · 9 years ago
  31. 49964c23 Revert of Change scoped_ptr to std::unique_ptr in //net/base. (patchset #2 id:20001 of https://codereview.chromium.org/1894743002/ ) by thakis · 9 years ago
  32. 42edb859 Change scoped_ptr to std::unique_ptr in //net/base. by danakj · 9 years ago
  33. 31ddcd5 Revert of Convert //net and //chromecast to std::unordered_* (patchset #5 id:80001 of https://codereview.chromium.org/1869503003/ ) by kjellander · 9 years ago
  34. 4241ad1d Convert //net and //chromecast to std::unordered_* by davidben · 9 years ago
  35. 143cc3e1 Fix use-after-free on Linux at shutdown by allan.jensen · 9 years ago
  36. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
  37. bce49186 This CL adds ConnectionType to the MaxBandwidthObserver notification as a convenience for its only client (in the downstream CL), NetInfo. by jkarlin · 10 years ago
  38. ea1725c (Reland) Enable ignoring network interfaces in NetworkChangeNotifierLinux. by derekjchow · 10 years ago
  39. f3e4f27 Revert of Revert of Revert of Add functions to ignore network interfaces to NetworkChangeNotifier. (patchset #2 id:190001 of https://codereview.chromium.org/1128533003/) by zmo · 10 years ago
  40. 09c7449 (Reland) Enable ignoring network interfaces in NetworkChangeNotifierLinux. by derekjchow · 10 years ago
  41. 0dc9374 Revert of Add functions to ignore network interfaces to NetworkChangeNotifier. (patchset #15 id:280001 of https://codereview.chromium.org/1023023002/) by jochen · 10 years ago
  42. 6f45b03 Enable ignoring network interfaces in NetworkChangeNotifierLinux. by derekjchow · 10 years ago
  43. 5482d5e Determine connection type in NetworkChangeNotifierLinux. by derekjchow · 11 years ago
  44. 67be2b1f Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  45. ba063d603 replace OVERRIDE and FINAL with override and final in net/ by mostynb · 11 years ago
  46. cf71d77 Detect enabling or disabling of VPN on Android so by [email protected] · 12 years ago
  47. 2da659e net: Use base::MessageLoop. by [email protected] · 12 years ago
  48. 0384887 Start calculating new combined NetworkChangeNotifier signal from previous OnIPAddressChanged and OnConnectionTypeChanged signals. For now it uses delay constants chosen by experimentation but this commit includes histograms to tune the constants. by [email protected] · 13 years ago
  49. d3eada5 Use Netlink instead of NetworkManager (via D-bus) to monitor network by [email protected] · 13 years ago
  50. a0a23c9 [net (linux)] Don't send OnIPAddressChanged when the AddressMap is first populated. by [email protected] · 13 years ago
  51. bb0e3454 [net] Move DnsConfigService to NetworkChangeNotifier. by [email protected] · 13 years ago
  52. 6717280 [net] Adds AddressTrackerLinux which keeps track of interface addresses using rtnetlink. by [email protected] · 13 years ago
  53. 8bbc7a79 Support for navigator.connection API by [email protected] · 13 years ago
  54. 05aad32d [net/dns] Isolate DnsConfigWatcher from DnsConfigService. by [email protected] · 13 years ago
  55. 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
  56. 9deb0413 Remove some constant spew in unit test logs by [email protected] · 13 years ago
  57. a51ca000 Remove unused code and exclude unused files on Chrome OS too. by [email protected] · 13 years ago
  58. 446df295 [net] Add |detail| argument to NetworkChangeNotifier::DNSObserver::OnDNSChanged by [email protected] · 14 years ago
  59. 216ed0b dbus: add ObjectPath type by [email protected] · 14 years ago
  60. 02743b7 Revert 121920 - dbus: add ObjectPath type by [email protected] · 14 years ago
  61. bc1b18e dbus: add ObjectPath type by [email protected] · 14 years ago
  62. dc090f4 Ignore ServiceUnknown DBus errors in NetworkChangeNotifierLinux. by [email protected] · 14 years ago
  63. 81d4ea286 Fix initial offline state response handling by [email protected] · 14 years ago
  64. ae66a48d Offline state detection for linux, using new D-Bus library. by [email protected] · 14 years ago
  65. 86e2015 Revert "Offline state detection for linux, using new D-Bus library." by [email protected] · 14 years ago
  66. b383640 Offline state detection for linux, using new D-Bus library. by [email protected] · 14 years ago
  67. d583c3a Thread::Stop() must be called before any subclass's destructor completes. by [email protected] · 14 years ago
  68. 33152acc base::Bind conversion for trivial cases in net/base. by [email protected] · 14 years ago
  69. 46018c9d Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac10.6: by [email protected] · 14 years ago
  70. e143902 Revert 99666 (sync tests started failing on mac10.6: by [email protected] · 14 years ago
  71. 74482ef Linux: Monitor resolv.conf for changes and use that to reload resolver. by [email protected] · 14 years ago
  72. 5fa8e19 Fix memset bug in NetworkChangeNotifierLinux. by [email protected] · 14 years ago
  73. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  74. 354b849 Add delay when resuming load when network connection is restured. by [email protected] · 15 years ago
  75. b5e0b76 Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux. by [email protected] · 15 years ago
  76. b30a3f5 Convert LOG(INFO) to VLOG(1) - net/. by [email protected] · 15 years ago
  77. 2d3b776 Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_ADDRESS_UNREACHABLE, when the user is in offline mode. by [email protected] · 15 years ago
  78. c5ab18a ChromeOS compile fix, attempt 2. by [email protected] · 15 years ago
  79. 40e99cd Try to fix ChromeOS compile. by [email protected] · 15 years ago
  80. 66761b95 Massively simplify the NetworkChangeNotifier infrastructure: by [email protected] · 15 years ago
  81. aa92ba2 Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier. by [email protected] · 15 years ago
  82. 740e6bdb Pass in NetLog to NetworkChangeNotifier. BUG=46822 by [email protected] · 15 years ago
  83. afed2dc Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier interface to implementations. Also add CalledOnValidThread() DCHECKs in as many places as possible. by [email protected] · 15 years ago
  84. 047257c Introduced artificial processing delay to work around the issue of proxy initialization before name resolving by [email protected] · 15 years ago
  85. 72de04b7 Stop watching the netlink file descriptor before the message pump is destroyed. by [email protected] · 15 years ago
  86. 84aebed Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
  87. 6f0479fa Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
  88. 6531594a Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
  89. 6d603aa Re-lands r39417: "Implement NetworkChangeNotifierLinux." by [email protected] · 16 years ago
  90. cf03da1 Revert r39417: "Implement NetworkChangeNotifierLinux." by [email protected] · 16 years ago
  91. 7303224 Implement NetworkChangeNotifierLinux. by [email protected] · 16 years ago
  92. 100d5fb9 Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocketPool to flush idle sockets on IP address change. by [email protected] · 16 years ago