summaryrefslogtreecommitdiff
path: root/cpp/broker
Commit message (Expand)AuthorAgeFilesLines
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1649-4651/+0
* Converted broker to a class for use in tests, plugins etc.Alan Conway2006-10-125-82/+164
* Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently.Gordon Sim2006-10-122-2/+2
* Renamed to follow naming conventions.Alan Conway2006-10-112-0/+0
* Turned up gcc warnings, fixed warnings in code, enabled -Werror.Alan Conway2006-10-1122-151/+129
* Implementation of basic_get.Gordon Sim2006-10-117-26/+154
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-106-66/+206
* Decoupled routing from the channel and message classes.Gordon Sim2006-10-069-52/+308
* New files missed from yesterdays checkin, apologies!Alan Conway2006-09-283-0/+274
* 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-273-3/+10
* Initial implementation of basic_ack & basic_recoverGordon Sim2006-09-273-13/+102
* Added tests for basic_cancel and for handling of invalid channel ids.Gordon Sim2006-09-223-21/+37
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-2113-65/+407
* Use the generated proxy classes rather than constructing frames directly.Gordon Sim2006-09-212-21/+20
* Import of qpid from etp:Rafael H. Schloming2006-09-1939-0/+3212