summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/Serializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Serializer code.Alan Conway2008-07-081-71/+0
* Fixes causing lost 'events' in queue dispatchGordon Sim2007-11-191-1/+1
* Fixed locking (lock was not being released for invocation on callback due to ...Gordon Sim2007-11-141-3/+12
* Moved Serializer notifyWorker inside the mutex.Alan Conway2007-11-131-6/+3
* Fix race in destruction of serializer.Gordon Sim2007-11-091-1/+2
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-211-66/+5
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-081-2/+2
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-021-1/+1
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-161-0/+125