| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Added missing trailing \ to Makefile.am - the cause of the cruisecontrol buil... | Kim van der Riet | 2007-12-10 | 1 | -1/+1 |
| * | src/tests/SocketProxy.h: proxy between local client & server to simulate netw... | Alan Conway | 2007-12-10 | 1 | -1/+2 |
| * | src/tests/Makefile.am: Add BrokerFixture.h to sourc lists | Alan Conway | 2007-12-07 | 1 | -1/+1 |
| * | Fix problem where client does notice disconnection from Broker. | Alan Conway | 2007-12-01 | 1 | -3/+4 |
| * | Added header file to list of sources | Gordon Sim | 2007-11-28 | 1 | -1/+1 |
| * | Fixed to build with boost 1.34 as well as boost 1.33 | Alan Conway | 2007-11-28 | 1 | -1/+1 |
| * | Added framing::BodyHolder: | Alan Conway | 2007-11-22 | 1 | -1/+0 |
| * | Added qpid::InlineVector - std::vector with inline storage to avoid | Alan Conway | 2007-11-16 | 1 | -1/+2 |
| * | Add support for array type to c++ (and python, decode only for now) | Gordon Sim | 2007-11-06 | 1 | -1/+1 |
| * | Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr... | Alan Conway | 2007-11-01 | 1 | -3/+5 |
| * | Preparation for session thread safety overhaul: | Alan Conway | 2007-11-01 | 1 | -65/+17 |
| * | Session resume support in client & broker: Client can resume a session | Alan Conway | 2007-10-26 | 1 | -10/+4 |
| * | More tidying up of field table API | Andrew Stitcher | 2007-10-23 | 1 | -14/+13 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520... | Andrew Stitcher | 2007-10-19 | 1 | -1/+10 |
| * | Restored missing TestOptions.h | Alan Conway | 2007-10-16 | 1 | -1/+1 |
| * | Implementation of 0-10 field tables | Andrew Stitcher | 2007-10-16 | 1 | -14/+14 |
| * | Fixed recovery; unacked message records are now updated to hold the new comma... | Gordon Sim | 2007-10-02 | 1 | -0/+1 |
| * | * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logic | Alan Conway | 2007-10-01 | 1 | -0/+5 |
| * | Implementation of execution.result on the client side | Gordon Sim | 2007-09-06 | 1 | -2/+3 |
| * | Fix for QPID-561 | Gordon Sim | 2007-09-03 | 1 | -2/+2 |
| * | * Summary: | Alan Conway | 2007-08-31 | 1 | -3/+2 |
| * | * Changes to make C++ client code use the asynchronous network IO | Andrew Stitcher | 2007-08-31 | 1 | -1/+1 |
| * | * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl... | Alan Conway | 2007-08-29 | 1 | -4/+6 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 1 | -3/+1 |