summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Encoding and decoding of AMQP 0-9 request and response frames.Alan Conway2007-01-1013-58/+333
* version back merge from trunk rev 494553.Carl C. Trieloff2007-01-0917-78/+80
* merged in code form Andrew, to clean up version map construction.Carl C. Trieloff2007-01-091-3/+1
* Automated C++ client_test and topictest.Alan Conway2007-01-0910-72/+69
* Patch from Andrew, I will merge the solution that I am working on shortly, butCarl C. Trieloff2007-01-091-2/+2
* Disabled python tests, added system tests to build: client_test, topictest.Alan Conway2007-01-098-159/+53
* Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l...Kim van der Riet2007-01-052-47/+1
* 0-9 branch now compiles but is not yet functional.Alan Conway2007-01-055-43/+115
* Compile fixes, still not complete: #def class in FramingContent.hAlan Conway2007-01-041-2/+3
* Unsupress generation of 0-8 classes. Re-suppress when newAlan Conway2007-01-041-2/+7
* Fixed compile errors, not all fixed yet:Alan Conway2007-01-043-36/+30
* Fixed some compile errors:Alan Conway2007-01-041-8/+11
* Changes to lick off the 0-9 generation. Note that the new spec file specs/amq...Kim van der Riet2007-01-041-1/+1
* Added "make check" to -build flag.Alan Conway2007-01-041-0/+1
* Added -build flag: a new working copy can be built with just "bootstrap -build"Alan Conway2007-01-041-0/+5
* Comment correction.Alan Conway2007-01-031-5/+6
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-2312-199/+293
* File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl...Kim van der Riet2006-12-221-1/+1
* missed files from last commit.Carl C. Trieloff2006-12-212-5/+2
* Multi version part 3. (2 more to come + tests)Carl C. Trieloff2006-12-213-6/+11
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-2013-38/+50
* Adding files for EventChannel implementation.Alan Conway2006-12-207-0/+835
* make rpm in cpp directory builds qpidc RPMs in default locations.Alan Conway2006-12-205-28/+77
* [For Andrew Stitcher] inlined qpid::sys::check() in APRBase.h; This is called...Kim van der Riet2006-12-192-10/+12
* Print program locations with versions.Alan Conway2006-12-191-1/+1
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-199-35/+41
* [For Jim Meyering] Added new utility to download and build required tools to ...Kim van der Riet2006-12-182-7/+235
* Added additional files AMQP_HighestVersion.h/.cpp to identify the highest ava...Kim van der Riet2006-12-182-0/+47
* [for Jim Meyring] configure.ac: Restore the logic used to determine whether toKim van der Riet2006-12-151-3/+6
* Broker side dynamic version hook up.Carl C. Trieloff2006-12-142-35/+52
* A bit more documentation for the client tests which are currently doubling as...Gordon Sim2006-12-134-10/+128
* README-dev: Added Fedora 6 setup instructions.Alan Conway2006-12-132-3/+28
* Added some doxygen comments for the client API.Gordon Sim2006-12-1313-24/+416
* 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-1310-26/+132
* 2006-12-11 Alan Conway <aconway@redhat.com>Alan Conway2006-12-1214-99/+195
* 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-119-27/+61
* Patch posted to dev listed:Gordon Sim2006-12-113-11/+20
* Restored lost edit from earlier merge (note about cppunit being on path).Gordon Sim2006-12-111-1/+2
* 2006-12-08 Jim Meyering <meyering@redhat.com>Carl C. Trieloff2006-12-081-2/+3
* 2006-12-08 Based on a patch by Jim Meyering <meyering@redhat.com>Alan Conway2006-12-081-4/+3
* Merged in changes from patch submitted by Jim Meyering on dev list.Gordon Sim2006-12-081-10/+18
* Patch submitted to dev:Gordon Sim2006-12-084-1/+27
* Added docs/api/Makefile to the list of files to create in configure.ac. Gordon Sim2006-12-081-0/+1
* Thanks Alan the static_cast does prevent the warning on rhel4/x86_64Steven Shaw2006-12-081-1/+1
* Append system and processor to the tarball nameSteven Shaw2006-12-081-1/+1
* Some more unit tests.Gordon Sim2006-12-083-17/+203
* Additional notes about setting up cppunit and boostSteven Shaw2006-12-071-0/+8