summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/Serializer.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Serializer code.Alan Conway2008-07-081-181/+0
* Fixed locking (lock was not being released for invocation on callback due to ...Gordon Sim2007-11-141-0/+2
* - fixed sync mode deadlockCarl C. Trieloff2007-11-131-0/+1
* Moved Serializer notifyWorker inside the mutex.Alan Conway2007-11-131-28/+17
* Fix race in destruction of serializer.Gordon Sim2007-11-091-3/+5
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+3
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-211-25/+105
* * 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/+105