summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* 2007-08-09 <aconway@redhat.com>Alan Conway2007-08-101-1/+0
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-093-84/+53
* Blob: a crude kind of variant that avoids template hell.Alan Conway2007-08-091-0/+134
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-0/+1
* Fixed include guard.Alan Conway2007-08-081-3/+3
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-077-0/+458
* Added first cut of generated client interface.Gordon Sim2007-08-051-0/+39
* src/qpid/framing/Visitor.h:Alan Conway2007-07-311-27/+47
* Template visitor pattern for Handlers.Alan Conway2007-07-301-0/+71
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-271-2/+2
* Use execution layer to acknowledge messages. Gordon Sim2007-07-275-1/+121
* * Summary:Alan Conway2007-07-241-2/+2
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-231-2/+2
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-234-4/+11
* * Summary:Alan Conway2007-07-191-3/+5
* Added difference operator to the sequence numberGordon Sim2007-07-192-0/+14
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-195-2/+139
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-6/+6
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-161-0/+49
* * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame withAlan Conway2007-07-055-18/+29
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-051-0/+1
* Encode/decode for UUIDs.Alan Conway2007-07-044-1/+33
* Added UUID type based on libuuid from e2fsprogs package.Alan Conway2007-07-032-0/+103
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-021-6/+3
* * Summary:Alan Conway2007-06-295-16/+70
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-276-85/+83
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-262-8/+100
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-261-0/+39
* * qpidc.spec.in: bump RPM revision for bugfix.Alan Conway2007-04-161-5/+6
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-1355-0/+3710
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0136-2446/+0
* Patches from Andrew Stitcher to fix QPID-140, QPID-141.Alan Conway2006-11-302-8/+13
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-225-15/+39
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-221-0/+7
* Temporary fix to avoid type name clashes. Will very shortly move this definit...Gordon Sim2006-11-221-2/+1
* QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain.Steven Shaw2006-11-211-1/+1
* Minor modifications for recovery and debug.Gordon Sim2006-11-162-4/+7
* Tidy-up of version codeKim van der Riet2006-11-134-9/+14
* update Apache licenses to the current versionStephen Vinoski2006-11-1036-468/+576
* Some more riguorous 'const' declarations in basic header properties. Some mor...Gordon Sim2006-11-101-26/+26
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0935-90/+90
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-092-2/+7
* Added protocol version and version exception classes in preparation for multi...Kim van der Riet2006-11-036-10/+240
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-031-0/+1
* Misc. cleanup.Alan Conway2006-11-012-4/+6
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-314-65/+17
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-247-13/+12
* Fixed various minor TODO issues.Alan Conway2006-10-191-4/+0
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-162-2/+2
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1634-0/+2110