| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix packaging error. | Alan Conway | 2008-07-08 | 1 | -2/+1 |
| * | Revert un-necessary Plugin complications. Better solution for plugin extensio... | Alan Conway | 2008-07-08 | 1 | -1/+2 |
| * | Cluster prototype: handles client-initiated commands (not dequeues) | Alan Conway | 2008-07-04 | 1 | -1/+2 |
| * | Plugin framework change: single PluginFactory creates per-target Plugin insta... | Alan Conway | 2008-06-26 | 1 | -2/+1 |
| * | Patch from Manuel Teira: https://issues.apache.org/jira/secure/CommentAssignI... | Alan Conway | 2008-06-20 | 1 | -1/+0 |
| * | Propagate error messages across the Demux between network & user threads. | Alan Conway | 2008-06-12 | 1 | -1/+1 |
| * | Moved from AccumulatedAck to SequenceSet in managing transactional accepts | Gordon Sim | 2008-06-09 | 1 | -1/+0 |
| * | Fix to makefile and tests (one test temporarily disabled until a fix is found). | Gordon Sim | 2008-06-05 | 1 | -2/+3 |
| * | Remove unused classes IList and ISList. | Alan Conway | 2008-06-04 | 1 | -1/+0 |
| * | Avoid use of valgrind --log-file-exactly flag, removed in valgrind 3.3 | Alan Conway | 2008-06-04 | 1 | -1/+1 |
| * | Add ConnectionOptions.h to sources for each test program. | Gordon Sim | 2008-06-03 | 1 | -9/+9 |
| * | Reverted move of ConnectionOptions (without the parse functionality they aren... | Gordon Sim | 2008-06-03 | 1 | -1/+2 |
| * | Move ConnectionOptions into qpid::client. | Gordon Sim | 2008-06-03 | 1 | -2/+1 |
| * | Separate option parsing from qpid::client::ClientSettings. | Alan Conway | 2008-06-02 | 1 | -1/+2 |
| * | Convert remaining cppunit tests to boost test framework to reduce dependencies. | Gordon Sim | 2008-05-30 | 1 | -72/+41 |
| * | Delete obsolete Channel class. | Alan Conway | 2008-05-23 | 1 | -17/+18 |
| * | Replaced AtomicCount with AtomicValue template. | Alan Conway | 2008-05-21 | 1 | -5/+2 |
| * | Undo revision 656320, causing build problems. | Alan Conway | 2008-05-14 | 1 | -10/+3 |
| * | Fix valgrind problems in VPATH builds. | Alan Conway | 2008-05-14 | 1 | -3/+10 |
| * | Couple of extra simple tests for publishing and consuming in generic fashion. | Gordon Sim | 2008-05-12 | 1 | -1/+9 |
| * | From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R... | Alan Conway | 2008-05-06 | 1 | -1/+7 |
| * | Boost's string split function causes problems on older versions of the librar... | Gordon Sim | 2008-05-01 | 1 | -0/+1 |
| * | Fix build error introduced by earlier commit. | Alan Conway | 2008-04-23 | 1 | -1/+1 |
| * | - SequenceSet implemented on RangeSet. | Alan Conway | 2008-04-23 | 1 | -1/+1 |
| * | Disable compilation of amqp_0_10 codec until ready for integration. | Alan Conway | 2008-04-21 | 1 | -7/+9 |
| * | src/qpid/RangeSet.h: generic set implementation using ranges. | Alan Conway | 2008-04-21 | 1 | -1/+4 |
| * | Added missing .h files to Makefile.am to fix make rpmbuild. | Alan Conway | 2008-04-17 | 1 | -1/+1 |
| * | Separate new codec from liqqpidcommon to improve link times. | Alan Conway | 2008-04-16 | 1 | -2/+3 |
| * | Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example. | Alan Conway | 2008-04-10 | 1 | -1/+2 |
| * | Fixes and automated tests for federation function. | Gordon Sim | 2008-04-09 | 1 | -1/+2 |
| * | rubygen/0-10/specification.rb | Alan Conway | 2008-04-07 | 1 | -1/+0 |
| * | qpid/Serializer.h, qpid/amqp_0_10/Codec.h: | Alan Conway | 2008-04-03 | 1 | -2/+4 |
| * | Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownType | Alan Conway | 2008-04-02 | 1 | -1/+2 |
| * | Send accept in response to message publications if required. | Gordon Sim | 2008-03-27 | 1 | -1/+2 |
| * | Removed unused class RefCountedMap. | Alan Conway | 2008-03-26 | 1 | -1/+0 |
| * | Bounds-checking iterator wrapper, for use with Codec::encode/decode. | Alan Conway | 2008-03-26 | 1 | -1/+1 |
| * | A further step to final 0-10 spec. | Gordon Sim | 2008-03-03 | 1 | -0/+1 |
| * | Template visitors for amqp_0_10::Command, Control and Struct. | Alan Conway | 2008-02-29 | 1 | -1/+1 |
| * | amqp_0_10::ProxyTemplate - tested & functional. | Alan Conway | 2008-02-28 | 1 | -1/+2 |
| * | AMQP 0-10 type system: | Alan Conway | 2008-02-21 | 1 | -1/+2 |
| * | Disabled RefCountedMap test - failing with valgrind error. | Alan Conway | 2008-02-20 | 1 | -1/+2 |
| * | STL-style intrsive linked lists, single (ISList) and double (IList) | Alan Conway | 2008-02-19 | 1 | -1/+1 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-780 | Alan Conway | 2008-02-06 | 1 | -1/+1 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 1 | -1/+0 |
| * | Convert ClientSessionTest to boost. | Alan Conway | 2008-01-28 | 1 | -3/+3 |
| * | Improved/additional client API tests. | Alan Conway | 2008-01-24 | 1 | -1/+0 |
| * | Added a test to measure latency (still needs refining, still evolving) | Gordon Sim | 2008-01-17 | 1 | -0/+4 |
| * | Intrusive list template qpid::IList and unit tests. | Alan Conway | 2008-01-17 | 1 | -1/+2 |
| * | Additional test for excercising transactional behaviour. | Gordon Sim | 2008-01-04 | 1 | -0/+4 |
| * | Makefile.am: added check-long target to run perftest scenarios. | Alan Conway | 2008-01-04 | 1 | -4/+8 |