summaryrefslogtreecommitdiff
path: root/cpp/lib/broker
Commit message (Expand)AuthorAgeFilesLines
* Check for existing channel on channel_openGordon Sim2007-02-211-3/+9
* Fixed creation of error message for unknown channel.Gordon Sim2007-01-221-1/+4
* Close connection when connection.close is sent to client.Gordon Sim2007-01-181-0/+2
* 2006-12-08 Jim Meyering <meyering@redhat.com>Alan Conway2007-01-152-1/+4
* With thanks to Jim Meyering and Rafael Schloming: Fix incorrect error numberAlan Conway2007-01-121-1/+1
* Most of remaining version changes for C++. Still need to deal with AMQFrameCarl C. Trieloff2007-01-097-18/+20
* 2007-01-05 Jim Meyering <meyering@redhat.com>Alan Conway2007-01-051-1/+2
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-232-131/+148
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-205-22/+29
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-194-22/+20
* Broker side dynamic version hook up.Carl C. Trieloff2006-12-142-35/+52
* Added prepared() method to MessageStore interface.Gordon Sim2006-12-135-4/+21
* Sundry fixes to spec and build system for RPM packaging.Alan Conway2006-12-131-0/+4
* 2006-12-11 Alan Conway <aconway@redhat.com>Alan Conway2006-12-121-3/+3
* Allow xid to be associated with publication and acknowledgements.Gordon Sim2006-12-117-11/+19
* Thanks Alan the static_cast does prevent the warning on rhel4/x86_64Steven Shaw2006-12-081-1/+1
* Some more unit tests.Gordon Sim2006-12-082-2/+3
* Added unit test and slightly refactored code.Gordon Sim2006-12-073-22/+20
* Allow non-durable messages to be lazy-loaded. Cleanup of lazy-loaded messages Gordon Sim2006-12-0613-25/+44
* Added new configuration option for staging threshold (size above which messages Gordon Sim2006-12-0610-18/+86
* Patch sumbitted to qpid-dev:Gordon Sim2006-12-062-22/+42
* 2006-12-05 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-051-1/+1
* Allow settings to be set and persisted for queues.Gordon Sim2006-12-059-26/+65
* Added queue policy class for controlling when message content should be relea...Gordon Sim2006-12-058-15/+163
* Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus ...Gordon Sim2006-12-011-7/+7
* Modification to ensure lazy loading is setup correctly where required on reco...Gordon Sim2006-12-011-0/+3
* Fix to test. Throw exception where previously printed warning.Gordon Sim2006-12-011-0/+1
* Buliding APR code, running python tests.Alan Conway2006-12-011-1/+2
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0169-0/+5802