summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/BrokerQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed the following files for consistency:Alan Conway2007-09-251-434/+0
* - dequeue fix for AIOCarl C. Trieloff2007-09-211-3/+1
* convert dequeue to counter for asyncCarl C. Trieloff2007-09-141-0/+1
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-1/+4
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-1/+1
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-2/+2
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-19/+83
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-311-21/+17
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+1
* * 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