summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/BrokerQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-211-1/+1
* - header correction for bufferCarl C. Trieloff2007-08-211-0/+1
* - few more clean-ups for async message store.Carl C. Trieloff2007-08-171-1/+1
* - corrected getMessageCount() for async messagesCarl C. Trieloff2007-08-171-1/+8
* - Fix for asyncIO for storeCarl C. Trieloff2007-08-161-2/+6
* - async message fix in dequeueCarl C. Trieloff2007-08-151-1/+2
* async IO for broker storeCarl C. Trieloff2007-08-151-5/+30
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-021-4/+5
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-2/+15
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-181-0/+5
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-171-35/+37
* - replaced Mutexes with 2 RWlocks, about 2% less time in wait-state with change.Carl C. Trieloff2007-07-051-12/+12
* Fix (and test) for QPID-407. Messages are requeued at the head rather than th...Gordon Sim2007-07-031-2/+10
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-5/+2
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-271-0/+17
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-141-0/+10
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-061-4/+1
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-1/+2
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-5/+4
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+284