summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_linux.h
Commit message (Expand)AuthorAgeFilesLines
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-1/+1
* [net] Adds AddressTrackerLinux which keeps track of interface addresses using...szym@chromium.org2012-07-161-0/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Support for navigator.connection APIdroger@google.com2012-05-241-1/+1
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-1/+2
* Offline state detection for linux, using new D-Bus library.adamk@chromium.org2011-11-161-2/+12
* Revert "Offline state detection for linux, using new D-Bus library."adamk@chromium.org2011-11-161-9/+1
* Offline state detection for linux, using new D-Bus library.adamk@chromium.org2011-11-161-1/+9
* Minor cleanup of Mac/Linux network change notifier code:mmenke@chromium.org2011-09-301-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux.willchan@chromium.org2010-10-211-34/+4
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-32/+22
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-5/+1
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-1/+5
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-171-11/+5
* Introduced artificial processing delay to work around the issue of proxy init...zelidrag@chromium.org2010-06-141-0/+11
* Remove assertion on correct NetworkChangeNotifierLinux cleanup.willchan@chromium.org2010-05-281-1/+2
* Stop watching the netlink file descriptor before the message pump is destroyed.eroman@chromium.org2010-04-121-2/+11
* Remove a dead line of code.eroman@chromium.org2010-04-011-3/+0
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-4/+5
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-5/+4
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-4/+5
* Re-lands r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-191-2/+25
* Revert r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-191-33/+2
* Implement NetworkChangeNotifierLinux.willchan@chromium.org2010-02-191-2/+33
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-0/+37