summaryrefslogtreecommitdiff
path: root/cpp/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-02225-20018/+0
* Refactored the MessageStore interface to restrict visibility of broker core f...Gordon Sim2007-03-3035-334/+856
* Fixed memory leak: removed Binding and ExchangeBinding.Alan Conway2007-03-2910-155/+5
* * Preliminary fix for rearranging all #include linesAndrew Stitcher2007-03-291-1/+1
* Missed changes on previous commit.Alan Conway2007-03-281-4/+0
* * cpp/tests/run-unit-tests,setup: use valgrind --log-file rather thanAlan Conway2007-03-282-9/+11
* * cpp/tests/BrokerChannelTest.cpp: Fix leak.Alan Conway2007-03-277-18/+19
* Refactored client::Message to be independent of all Basic class conceptsAlan Conway2007-03-2722-691/+592
* Cleaned up signatures: safer to return string than const string&.Alan Conway2007-03-213-78/+56
* Removed unused files and #includes.Alan Conway2007-03-213-470/+5
* Refactored client side for dual-mode Channel supporting either 0-9 Message or...Alan Conway2007-03-2112-30/+741
* Modifications to allow messages produced by the message class to be persisted...Gordon Sim2007-03-216-24/+98
* Renamed cpp-0-9 to cppAlan Conway2007-03-21219-0/+19448
* * cpp: svn removed, will rename cpp-0-9Alan Conway2007-03-21182-15729/+0
* Send missing recoverOk response to recover.Alan Conway2007-03-051-0/+1
* 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