summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/epoll/EpollPoller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk to r752275Stephen D. Huston2009-03-101-41/+70
* Work on the low level IO code:Andrew Stitcher2009-01-061-26/+162
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-261-23/+27
* QPID-1474: Changed lock scope for PollerHandle::~PollerHandleAndrew Stitcher2008-11-191-0/+5
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-3/+3
* Refactor of EpollPoller to make PollerHandler lifecycle easierAndrew Stitcher2008-07-281-16/+38
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-8/+10
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+1
* Clean shutdown of broker: Moved signal unsafe code from Broker::shutdownAlan Conway2008-02-071-0/+3
* Probable fix for QPID-712:Andrew Stitcher2007-12-201-1/+3
* - Eliminated a race condition on deletion of PollerHandlesAndrew Stitcher2007-11-291-3/+16
* * Fix crash on shutdown due to underlying poller being shutdown twiceAndrew Stitcher2007-07-311-0/+4
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-7/+8
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-20/+72
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-181-0/+263