summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Check for existing channel on channel_openGordon Sim2007-02-211-3/+9
* * qpidc.spec.in: Add a %changelog entry for 0.1-4.Jim Meyering2007-02-201-1/+6
* * qpidc.spec.in (URL): Update URL: and Source0: to point useJim Meyering2007-02-191-2/+2
* Applied QPID-351 patch 1 with the following mods:Alan Conway2007-02-147-490/+266
* Add durability property to queues and pass this to broker on declare.Gordon Sim2007-02-143-14/+25
* Applied patch from Jim Meyering, submitted on dev list:Gordon Sim2007-02-141-1/+1
* Applied patch from Jim Meyering, submitted on dev list:Gordon Sim2007-02-141-1/+1
* Applied patch from Jim Meyering submitted on dev list:Gordon Sim2007-02-141-3/+2
* Applied patch from Jim Meyering, submitted on dev list:Gordon Sim2007-02-141-4/+4
* (Submitted by Rupert Smith) Small ommission corrected.Robert Greig2007-02-131-1/+2
* (Submitted by Rupert Smith) Qpid-351, c++ build instructions, all in one file.Robert Greig2007-02-131-0/+222
* * lib/client/Connection.h - changed default virtual host from '/' to '' as pe...Gordon Sim2007-02-122-2/+2
* * Fixed typo in make rpm target.Alan Conway2007-01-251-1/+1
* * qpidc.spec.in: fixed bad date in changelog.Alan Conway2007-01-251-2/+3
* * qpidc.spec.in: updated to release 3 for RPM.Alan Conway2007-01-255-24/+42
* * Removed .txt extension from README NOTICE LICENSE to follow common practice.Alan Conway2007-01-256-5/+5
* 2007-01-24 Jim Meyering <meyering@redhat.com>Gordon Sim2007-01-243-7/+17
* Patch from Jim Meyering (jim@meyering.net) submitted on dev list.Gordon Sim2007-01-239-22/+2643
* 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-154-6/+7
* With thanks to Jim Meyering and Rafael Schloming: Fix incorrect error numberAlan Conway2007-01-121-1/+1
* 2007-01-11 Jim Meyering <jim@meyering.net>Alan Conway2007-01-121-6/+3
* 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-0917-83/+87
* 2007-01-05 Jim Meyering <meyering@redhat.com>Alan Conway2007-01-052-3/+5
* 2007-01-05 Jim Meyering <meyering@redhat.com>Alan Conway2007-01-051-1/+6
* Add refernece to prereqs in README-dist.Alan Conway2007-01-051-3/+5
* Fixed C++ client sending protocol version 0-0 over the wire. Minor fixes and ...Kim van der Riet2007-01-042-47/+1
* Added "make check" to -build flag.Alan Conway2007-01-041-1/+2
* 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