summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/DispatchHandle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for re-entering DispatchHandle::processEvent more than once on disconnectionAndrew Stitcher2009-08-111-4/+1
* Avoid creating unnecessary new deques (keep on recycling old ones)Andrew Stitcher2009-07-231-1/+0
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-278/+116
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-021-29/+100
* Work on the low level IO code:Andrew Stitcher2009-01-061-9/+32
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-0/+409