summaryrefslogtreecommitdiff
path: root/cpp/broker/src
Commit message (Expand)AuthorAgeFilesLines
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1617-1972/+0
* Converted broker to a class for use in tests, plugins etc.Alan Conway2006-10-122-58/+50
* Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently.Gordon Sim2006-10-121-1/+1
* Turned up gcc warnings, fixed warnings in code, enabled -Werror.Alan Conway2006-10-1110-103/+109
* Implementation of basic_get.Gordon Sim2006-10-114-13/+74
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-103-39/+78
* Decoupled routing from the channel and message classes.Gordon Sim2006-10-064-40/+42
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-273-1/+129
* Moved ack tests to basic class, added test for requeueing on recovery.Gordon Sim2006-09-272-3/+8
* Initial implementation of basic_ack & basic_recoverGordon Sim2006-09-272-10/+59
* Added tests for basic_cancel and for handling of invalid channel ids.Gordon Sim2006-09-222-20/+35
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-216-28/+149
* Use the generated proxy classes rather than constructing frames directly.Gordon Sim2006-09-211-21/+18
* Import of qpid from etp:Rafael H. Schloming2006-09-1915-0/+1557