summaryrefslogtreecommitdiffstats
path: root/base/message_pump_libevent_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-311-2/+2
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* Linux: use generated shim headers for libevent.phajdan.jr@chromium.org2012-12-191-5/+0
* Provide an iOS message pump for IO implementation.blundell@chromium.org2012-11-301-3/+5
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Fix failed apk unit test case MessagePumpLibeventTest.* on Android.shouqun.liu@intel.com2012-07-111-24/+40
* Added DCHECKS for speculative leak condition.scr@chromium.org2012-06-011-2/+6
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-7/+7
* Enable ThreadChecker in non-debug builds if DCHECK_ALWAYS_ON isjoi@chromium.org2012-01-041-4/+4
* Cleanup for r93201.wtc@chromium.org2011-07-211-1/+0
* Handle object deletion in FileDescriptorWatcher callback.willchan@chromium.org2011-07-201-11/+91
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-221-1/+1
* Add thread check to WatchFileDescriptor.dmaclach@chromium.org2011-05-131-0/+66