summaryrefslogtreecommitdiff
path: root/cpp/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore QPID_ env variables that don't correspond to known options.Alan Conway2007-07-202-13/+18
* Remove -ldaemon, we no longer require libdaemon.Alan Conway2007-07-201-1/+0
* Fixed the license from the "old" apache copyright noticeAndrew Stitcher2007-07-2014-182/+224
* * lib/broker/Daemon.cpp, .hAlan Conway2007-07-193-135/+160
* Added license to files that seemed to be missing it.Gordon Sim2007-07-055-0/+92
* Patch submitted to qpid-dev by ksmith@redhat.com. Fixes concurrency issues ar...Gordon Sim2007-05-2215-30/+121
* Made message less scary when persistence not enabled(!).Gordon Sim2007-05-211-1/+1
* Fix for acknowledgements (since the addition of the protocol version, the 'wr...Gordon Sim2007-05-111-2/+2
* * Added support for channel.flow:Gordon Sim2007-05-098-21/+54
* * lib/broker/Daemon.cpp: Fixed bug causing qpidd -c to sometmes delete the p...Alan Conway2007-05-081-1/+1
* Initial interop tests for c++.Gordon Sim2007-05-081-2/+6
* Added -M2 tag to RPM release.Alan Conway2007-04-301-1/+1
* * README: added new dependency, libdaemon.Alan Conway2007-04-303-1/+242
* Merged revisions 532430 by hand fromAlan Conway2007-04-264-127/+25
* Merged revisions 532430 by hand fromAlan Conway2007-04-2612-450/+327
* 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