summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-2/+3
* Add delay when resuming load when network connection is restured.oshima@chromium.org2010-11-221-5/+5
* Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux.willchan@chromium.org2010-10-211-59/+83
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-1/+1
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+5
* ChromeOS compile fix, attempt 2.pkasting@chromium.org2010-06-251-2/+2
* Try to fix ChromeOS compile.pkasting@chromium.org2010-06-251-1/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-70/+65
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-8/+2
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-2/+8
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-171-1/+18
* Introduced artificial processing delay to work around the issue of proxy init...zelidrag@chromium.org2010-06-141-2/+24
* Stop watching the netlink file descriptor before the message pump is destroyed.eroman@chromium.org2010-04-121-6/+20
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-1/+1
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-1/+1
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-1/+1
* Re-lands r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-191-2/+81
* Revert r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-191-149/+2
* Implement NetworkChangeNotifierLinux.willchan@chromium.org2010-02-191-2/+149
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-0/+12