summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/Dispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Work on the low level IO code:Andrew Stitcher2009-01-061-20/+1
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-380/+0
* Refactor of EpollPoller to make PollerHandler lifecycle easierAndrew Stitcher2008-07-281-2/+2
* Refactored so that Dispatcher is now independent from DispatchHandleAndrew Stitcher2008-07-241-5/+3
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-091-2/+2
* - Eliminated a race condition on deletion of PollerHandlesAndrew Stitcher2007-11-291-2/+2
* Removed obsolete commentAndrew Stitcher2007-11-281-3/+0
* Improved Fix for the race condition where you've got a competing read and writeAndrew Stitcher2007-11-081-53/+14
* Temporary fix to issue that results in an assertion from Dispatcher.cpp. Wher...Gordon Sim2007-11-061-3/+57
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-311-1/+4
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-19/+40
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-53/+203
* * More work on asychronous network IOAndrew Stitcher2007-06-291-19/+184
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-181-0/+90