summaryrefslogtreecommitdiffstats
path: root/base/message_pump_libevent.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow using system libevent instead of the bundled one.phajdan.jr@chromium.org2010-01-071-0/+4
* Fix DCHECK that thinks fd = 0 is invalid.thestig@chromium.org2009-12-031-1/+1
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-5/+3
* Cancel unused timeout events. Without this change they candkegel@google.com2009-11-061-1/+14
* Simplify failure codepaths of MessagePumpLibevent::WatchFileDescriptor()jeremy@chromium.org2009-09-241-21/+8
* IPC & LibEvent fixjeremy@chromium.org2009-09-231-0/+17
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-2/+3
* StopWatchingFileDescriptor needs to free struct event.dkegel@google.com2009-04-221-9/+32
* Minor DCHECK cleanups in libevent.willchan@chromium.org2009-03-171-2/+3
* The dtor wasn't actually cleaning up the fds from the pipe, so close them downthomasvl@chromium.org2009-02-031-0/+4
* Followup for one missed review comment (sorting includes).thomasvl@chromium.org2009-01-201-1/+1
* Added more logging in debug builds for some failure passes, hopefully thisthomasvl@chromium.org2009-01-201-3/+10
* message_pump_libevent refactor:jeremy@chromium.org2008-12-151-57/+93
* Reverting 6911.ojan@google.com2008-12-121-77/+57
* message_pump_libevent refactor:jeremy@chromium.org2008-12-121-57/+77
* Add FD watching support to message_pump_libevent.jeremy@chromium.org2008-12-081-4/+39
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+0
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-251-2/+5
* Use libevent, second try. Changes this time:dkegel@google.com2008-09-181-0/+179
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-181-179/+0
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-181-0/+179