summaryrefslogtreecommitdiff
path: root/cpp/lib
Commit message (Expand)AuthorAgeFilesLines
* Check for existing channel on channel_openGordon Sim2007-02-211-3/+9
* Add durability property to queues and pass this to broker on declare.Gordon Sim2007-02-143-14/+25
* * lib/client/Connection.h - changed default virtual host from '/' to '' as pe...Gordon Sim2007-02-122-2/+2
* Fixed creation of error message for unknown channel.Gordon Sim2007-01-221-1/+4
* Added the non-standard 'binary' type to the field table implementation to sup...Gordon Sim2007-01-182-0/+13
* Close connection when connection.close is sent to client.Gordon Sim2007-01-182-1/+3
* Some basic additional error logging of framing errors. Gordon Sim2007-01-162-4/+13
* 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
* Fix build order: common first.Alan Conway2007-01-091-1/+1
* Most of remaining version changes for C++. Still need to deal with AMQFrameCarl C. Trieloff2007-01-0913-75/+76
* 2007-01-05 Jim Meyering <meyering@redhat.com>Alan Conway2007-01-052-3/+5
* Fixed C++ client sending protocol version 0-0 over the wire. Minor fixes and ...Kim van der Riet2007-01-042-47/+1
* Comment correction.Alan Conway2007-01-031-5/+6
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-233-131/+193
* missed files from last commit.Carl C. Trieloff2006-12-212-5/+2
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-209-29/+43
* Adding files for EventChannel implementation.Alan Conway2006-12-203-0/+480
* [For Andrew Stitcher] inlined qpid::sys::check() in APRBase.h; This is called...Kim van der Riet2006-12-192-10/+12
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-196-28/+35
* Added additional files AMQP_HighestVersion.h/.cpp to identify the highest ava...Kim van der Riet2006-12-182-0/+47
* Broker side dynamic version hook up.Carl C. Trieloff2006-12-142-35/+52
* Added some doxygen comments for the client API.Gordon Sim2006-12-1310-16/+408
* Added prepared() method to MessageStore interface.Gordon Sim2006-12-136-8/+43
* Sundry fixes to spec and build system for RPM packaging.Alan Conway2006-12-132-1/+9
* 2006-12-11 Alan Conway <aconway@redhat.com>Alan Conway2006-12-123-56/+63
* Renamed Content.h (and Content.cpp for consistency) in framing to avoid clash...Gordon Sim2006-12-124-4/+4
* Added new Content class and other methods in Buffer to support the new transp...Kim van der Riet2006-12-115-0/+103
* 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
* Patch from Andrew Stitcher:Gordon Sim2006-12-042-2/+2
* Re-enable signal handling. Make APRAcceptor::shutdown() threadsafe.Gordon Sim2006-12-011-8/+19
* Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus ...Gordon Sim2006-12-013-22/+22
* 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-013-29/+38
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-01174-0/+14227