| Commit message (Expand) | Author | Age | Files | Lines |
| * | qpid/Serializer.h, qpid/amqp_0_10/Codec.h: | Alan Conway | 2008-04-03 | 4 | -2/+38 |
| * | src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily. | Alan Conway | 2008-04-03 | 2 | -12/+0 |
| * | amqp_0_10/built_in_types.h | Alan Conway | 2008-04-03 | 1 | -1/+13 |
| * | Fix serialize test failure on 64 bit architerctures. | Alan Conway | 2008-04-03 | 2 | -1/+2 |
| * | Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownType | Alan Conway | 2008-04-02 | 3 | -8/+109 |
| * | Fixed logger warning on F9. | Alan Conway | 2008-04-02 | 1 | -1/+1 |
| * | Fix gcc 4.3 warnings. | Alan Conway | 2008-04-02 | 1 | -0/+1 |
| * | Fix gcc 4.3 warnings. | Alan Conway | 2008-04-02 | 1 | -11/+11 |
| * | Removed unused files. | Alan Conway | 2008-03-27 | 1 | -123/+0 |
| * | Send accept in response to message publications if required. | Gordon Sim | 2008-03-27 | 2 | -1/+130 |
| * | 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 | 2 | -1/+75 |
| * | Fix compile errors/warnings with gcc 4.3 | Alan Conway | 2008-03-25 | 5 | -26/+23 |
| * | - Refactored RefCounted class to avoid virtual inheritance | Andrew Stitcher | 2008-03-24 | 8 | -29/+12 |
| * | Make AsyncIOAcceptor multi-protocol: | Alan Conway | 2008-03-18 | 1 | -14/+1 |
| * | rubygen/0-10/specification.rb: | Alan Conway | 2008-03-11 | 2 | -3/+54 |
| * | forked python tests for 0-10 preview and 0-10 final | Gordon Sim | 2008-03-05 | 1 | -1/+1 |
| * | Revert additions to valgrind suppressions checked in by mistake. | Gordon Sim | 2008-03-04 | 1 | -61/+0 |
| * | Completed holders, visitors and serialization for 0-10 commands and controls. | Alan Conway | 2008-03-04 | 2 | -6/+61 |
| * | Updated tracking of outgoing command id and send command-point control on ses... | Gordon Sim | 2008-03-03 | 1 | -0/+61 |
| * | Fixed consolidation of ranges and added further validation to tests. | Gordon Sim | 2008-03-03 | 1 | -4/+50 |
| * | A further step to final 0-10 spec. | Gordon Sim | 2008-03-03 | 2 | -0/+94 |
| * | Template visitors for amqp_0_10::Command, Control and Struct. | Alan Conway | 2008-02-29 | 3 | -19/+105 |
| * | amqp_0_10::ProxyTemplate - tested & functional. | Alan Conway | 2008-02-28 | 2 | -1/+51 |
| * | Generate code for both 0-99 preview and 0-10 final specs . | Alan Conway | 2008-02-27 | 1 | -2/+2 |
| * | Some refactoring of the 0-10 codepath (being migrated to final spec) that pri... | Gordon Sim | 2008-02-25 | 1 | -1/+1 |
| * | Start moving towards final 0-10 spec: | Gordon Sim | 2008-02-21 | 8 | -22/+22 |
| * | AMQP 0-10 type system: | Alan Conway | 2008-02-21 | 2 | -1/+137 |
| * | Disabled RefCountedMap test - failing with valgrind error. | Alan Conway | 2008-02-20 | 1 | -1/+2 |
| * | Added non-optional enum { SYNC, ASYNC } parameter to newSession. | Alan Conway | 2008-02-20 | 9 | -17/+17 |
| * | sys::RefCountedMap - reference-counted weak map of reference-counted objects. | Alan Conway | 2008-02-19 | 1 | -78/+76 |
| * | STL-style intrsive linked lists, single (ISList) and double (IList) | Alan Conway | 2008-02-19 | 3 | -200/+330 |
| * | Quote all non-printable ASCII characters (not just control characters) | Alan Conway | 2008-02-12 | 1 | -3/+3 |
| * | Added a test (currently disabled) that highlights a deadlock in the client wh... | Gordon Sim | 2008-02-11 | 1 | -8/+40 |
| * | Quote unprintable control characters in log output. | Alan Conway | 2008-02-07 | 1 | -0/+20 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-780 | Alan Conway | 2008-02-06 | 2 | -1/+2 |
| * | Replaced --enable-cluster option with --with-cpg to enable/disable CPG. | Alan Conway | 2008-02-06 | 1 | -1/+1 |
| * | Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551 | Alan Conway | 2008-02-05 | 2 | -0/+19 |
| * | add interval pu/sub options to test many concurrent connections | Carl C. Trieloff | 2008-02-04 | 1 | -2/+12 |
| * | Use 'guest' as default uid and password for tests. | Gordon Sim | 2008-02-01 | 1 | -2/+2 |
| * | Cluster code fixed for changes in codebase. | Alan Conway | 2008-02-01 | 10 | -330/+90 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 1 | -1/+1 |
| * | Provide public read-access to IListNode pointers, so frame handlers | Alan Conway | 2008-01-29 | 1 | -0/+4 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 7 | -427/+0 |
| * | Added disabled test and FIXME note to fix client-side race. | Alan Conway | 2008-01-28 | 1 | -18/+26 |
| * | Convert ClientSessionTest to boost. | Alan Conway | 2008-01-28 | 2 | -109/+101 |
| * | Improved/additional client API tests. | Alan Conway | 2008-01-24 | 9 | -415/+196 |
| * | qpid/IList.h: Added public T* getNext(), T* getPrev() to IListNode so node su... | Alan Conway | 2008-01-18 | 1 | -2/+16 |
| * | Added a test to measure latency (still needs refining, still evolving) | Gordon Sim | 2008-01-17 | 2 | -0/+376 |
| * | Removed erroneous comment | Gordon Sim | 2008-01-17 | 1 | -7/+0 |