summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/epoll/EpollPoller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-5/+5
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-5/+3
* QPID-3405: Slightly hacky way to get reconnect to workAndrew Stitcher2011-08-121-1/+6
* QPID-2388: Do not unmask signals whilst waiting for IO to happenAndrew Stitcher2010-06-231-12/+0
* QPID-2004: Send disconnected event to any handles still registered after shut...Gordon Sim2010-06-011-0/+46
* Fix the behaviour of the EpollPoller when shutdowns and interrupts interactAndrew Stitcher2010-05-181-0/+6
* QPID-2214: Opening and closing client connections causes memory use to grow u...Andrew Stitcher2009-12-071-21/+29
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-121-10/+14
* Ensure that a PollerHandle that has had a disconnected event can neverAndrew Stitcher2009-08-111-1/+4
* Fix for re-entering DispatchHandle::processEvent more than once on disconnectionAndrew Stitcher2009-08-111-0/+2
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-011-2/+3
* Whitespace fixesAndrew Stitcher2009-05-281-74/+74
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-49/+129
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-021-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