summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/BrokerChannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-3/+3
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-61/+181
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-31/+55
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-7/+16
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-181-1/+1
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-66/+33
* refactoring: Gordon Sim2007-07-091-10/+5
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-051-3/+5
* Fix (and test) for QPID-407. Messages are requeued at the head rather than th...Gordon Sim2007-07-031-4/+4
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-1/+6
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-1/+2
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-10/+25
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-061-1/+13
* Some tests and fixes for dtx preview.Gordon Sim2007-06-051-9/+32
* Updates to dtx support.Gordon Sim2007-05-311-6/+9
* Added some dtx related unit testsGordon Sim2007-04-201-2/+29
* Some dtx related updates.Gordon Sim2007-04-191-34/+32
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+347