- 6738f12 AddressTrackerLinux: Fix race condition setting SequencedTaskRunner by Matthew Denton · 2 years, 4 months ago
- 818390e Various AddressMapOwnerLinux and NetworkChangeNotifierLinux changes by Matthew Denton · 2 years, 5 months ago
- 74acbd11 Make it possible to mock out the kernel in AddressTrackerLinux by Matthew Denton · 2 years, 5 months ago
- bd0145d4 Add AddressMapOwnerLinux and have AddressTrackerLinux extend it. by Matthew Denton · 2 years, 5 months ago
- 41c4a41 Update header includes for /base/functional in /net by Avi Drissman · 2 years, 8 months ago
- 6459548 Update copyright headers in net/ by Avi Drissman · 3 years ago
- e0235ed6 [net/base,cert,cookies,disk_cache] default member initializers by Tsuyoshi Horo · 3 years, 3 months ago
- bdd68018 [base] Remove unused post_task.h includes by Gabriel Charette · 3 years, 5 months ago
- 643cdf6 Replace base/task/ temporary forward headers with their final locations by Patrick Monette · 3 years, 11 months ago
- 3d7d7092 Replace task-related headers to their equivalent in base/task/ by Patrick Monette · 3 years, 11 months ago
- e5a38ed Migrate "base::TimeDelta::FromX" to "base:X". by Peter Kasting · 4 years ago
- db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 10 months ago
- a03ac8c Remove DISALLOW_COPY_AND_ASSIGN from net/base/*. by David Bienvenu · 4 years, 10 months ago
- d5c656c Mass-migrate users of base::ThreadPool() as a trait to base::ThreadPool:: API [crypto/-net/] by Gabriel Charette · 6 years ago
- e51fef5 Remove unused includes to message_loop.h by Carlos Caballero · 6 years ago
- 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
- 0b4314e net: Always specify thread affinity when posting tasks by Sami Kyostila · 6 years ago
- c398f1e Convert NetworkChangeNotifier to new DNS config notifications by Eric Orth · 6 years ago
- 61a51a1 Fix race in ~NetworkChangeNotifier overloads by Paul Jensen · 6 years ago
- 05f0f978 Replace NetworkChangeNotifierLinux::Thread with SequencedTaskRunner by Paul Jensen · 6 years ago
- 17fa278 Include base/bind_helpers.h in the files that use it. by Sebastien Marchand · 7 years ago
- 4f9c35c [message_loop] Remove message_loop_forward.h by Alexander Timin · 7 years ago
- c643d0e1 [message_loop] Temporary introduce message_loop_forward.h. by Alexander Timin · 7 years ago
- e1ee034 Initialize network connection type by Paul Jensen · 7 years ago
- 1e5bed44 Migrate MessageLoop::current() to MessageLoopCurrent in /net by Gabriel Charette · 7 years ago
- 341e1fb Allow base::DoNothing() to handle any argument list. by Peter Kasting · 8 years ago
- 4d65140 Rename GetMaxBandwidthForConnectionSubtype. by zhuoyu.qian · 8 years ago
- f64a25e Add missing IWYU message_loop.h includes. by gab · 8 years ago
- 1e912ea Reland 'Convert //net and //chromecast to std::unordered_*' by davidben · 9 years ago
- 7f767e6 Change scoped_ptr to std::unique_ptr in //net/base. by danakj · 9 years ago
- 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
- 42edb859 Change scoped_ptr to std::unique_ptr in //net/base. by danakj · 9 years ago
- 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
- 4241ad1d Convert //net and //chromecast to std::unordered_* by davidben · 9 years ago
- 143cc3e1 Fix use-after-free on Linux at shutdown by allan.jensen · 9 years ago
- 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
- 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
- ea1725c (Reland) Enable ignoring network interfaces in NetworkChangeNotifierLinux. by derekjchow · 10 years ago
- 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
- 09c7449 (Reland) Enable ignoring network interfaces in NetworkChangeNotifierLinux. by derekjchow · 10 years ago
- 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
- 6f45b03 Enable ignoring network interfaces in NetworkChangeNotifierLinux. by derekjchow · 10 years ago
- 5482d5e Determine connection type in NetworkChangeNotifierLinux. by derekjchow · 11 years ago
- 67be2b1f Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
- ba063d603 replace OVERRIDE and FINAL with override and final in net/ by mostynb · 11 years ago
- cf71d77 Detect enabling or disabling of VPN on Android so by [email protected] · 12 years ago
- 2da659e net: Use base::MessageLoop. by [email protected] · 12 years ago
- 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
- d3eada5 Use Netlink instead of NetworkManager (via D-bus) to monitor network by [email protected] · 13 years ago
- a0a23c9 [net (linux)] Don't send OnIPAddressChanged when the AddressMap is first populated. by [email protected] · 13 years ago
- bb0e3454 [net] Move DnsConfigService to NetworkChangeNotifier. by [email protected] · 13 years ago
- 6717280 [net] Adds AddressTrackerLinux which keeps track of interface addresses using rtnetlink. by [email protected] · 13 years ago
- 8bbc7a79 Support for navigator.connection API by [email protected] · 13 years ago
- 05aad32d [net/dns] Isolate DnsConfigWatcher from DnsConfigService. by [email protected] · 13 years ago
- 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
- 9deb0413 Remove some constant spew in unit test logs by [email protected] · 13 years ago
- a51ca000 Remove unused code and exclude unused files on Chrome OS too. by [email protected] · 13 years ago
- 446df295 [net] Add |detail| argument to NetworkChangeNotifier::DNSObserver::OnDNSChanged by [email protected] · 14 years ago
- 216ed0b dbus: add ObjectPath type by [email protected] · 14 years ago
- 02743b7 Revert 121920 - dbus: add ObjectPath type by [email protected] · 14 years ago
- bc1b18e dbus: add ObjectPath type by [email protected] · 14 years ago
- dc090f4 Ignore ServiceUnknown DBus errors in NetworkChangeNotifierLinux. by [email protected] · 14 years ago
- 81d4ea286 Fix initial offline state response handling by [email protected] · 14 years ago
- ae66a48d Offline state detection for linux, using new D-Bus library. by [email protected] · 14 years ago
- 86e2015 Revert "Offline state detection for linux, using new D-Bus library." by [email protected] · 14 years ago
- b383640 Offline state detection for linux, using new D-Bus library. by [email protected] · 14 years ago
- d583c3a Thread::Stop() must be called before any subclass's destructor completes. by [email protected] · 14 years ago
- 33152acc base::Bind conversion for trivial cases in net/base. by [email protected] · 14 years ago
- 46018c9d Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac10.6: by [email protected] · 14 years ago
- e143902 Revert 99666 (sync tests started failing on mac10.6: by [email protected] · 14 years ago
- 74482ef Linux: Monitor resolv.conf for changes and use that to reload resolver. by [email protected] · 14 years ago
- 5fa8e19 Fix memset bug in NetworkChangeNotifierLinux. by [email protected] · 14 years ago
- 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
- 354b849 Add delay when resuming load when network connection is restured. by [email protected] · 15 years ago
- b5e0b76 Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux. by [email protected] · 15 years ago
- b30a3f5 Convert LOG(INFO) to VLOG(1) - net/. by [email protected] · 15 years ago
- 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
- c5ab18a ChromeOS compile fix, attempt 2. by [email protected] · 15 years ago
- 40e99cd Try to fix ChromeOS compile. by [email protected] · 15 years ago
- 66761b95 Massively simplify the NetworkChangeNotifier infrastructure: by [email protected] · 15 years ago
- aa92ba2 Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier. by [email protected] · 15 years ago
- 740e6bdb Pass in NetLog to NetworkChangeNotifier. BUG=46822 by [email protected] · 15 years ago
- 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
- 047257c Introduced artificial processing delay to work around the issue of proxy initialization before name resolving by [email protected] · 15 years ago
- 72de04b7 Stop watching the netlink file descriptor before the message pump is destroyed. by [email protected] · 15 years ago
- 84aebed Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
- 6f0479fa Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
- 6531594a Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
- 6d603aa Re-lands r39417: "Implement NetworkChangeNotifierLinux." by [email protected] · 16 years ago
- cf03da1 Revert r39417: "Implement NetworkChangeNotifierLinux." by [email protected] · 16 years ago
- 7303224 Implement NetworkChangeNotifierLinux. by [email protected] · 16 years ago
- 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