summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new class to hold message headersRajith Muditha Attapattu2007-01-121-0/+633
* Include *.cpp in developer doxygen to get calls/called-by links.Alan Conway2007-01-111-3/+3
* * Build order - src before tests.Alan Conway2007-01-1115-51/+1336
* Split the RequestResponseManager into RequestManager and ResponseManager sinc...Kim van der Riet2007-01-113-48/+230
* Compilation fixes. The idea is to substitute the Basic methods with the new M...Rajith Muditha Attapattu2007-01-1013-217/+266
* Encoding and decoding of AMQP 0-9 request and response frames.Alan Conway2007-01-1013-58/+333
* Created new common interfaces to support the RequestResponseManager on both c...Kim van der Riet2007-01-105-31/+94
* First version of RequestResponseHandler for an idea of how the RequestRespons...Kim van der Riet2007-01-104-64/+303
* version back merge from trunk rev 494553.Carl C. Trieloff2007-01-0918-79/+81
* Oops - fixed a rather glaring compile error that I should not have missed :-(Kim van der Riet2007-01-092-6/+6
* Corrected errors in AMQResponseBodyKim van der Riet2007-01-092-6/+20
* Added Exchange.Bound and Exchange.BoundOk in additional xml fileKim van der Riet2007-01-092-11/+65
* New broker Messafe class handelrs added, removed old Basic* handlers; New fra...Kim van der Riet2007-01-0926-473/+768
* part 2 from andrew, issued commit at wrong level. This change requires aCarl C. Trieloff2007-01-092-3/+2
* merged in code form Andrew, to clean up version map construction.Carl C. Trieloff2007-01-091-3/+1
* Automated C++ client_test and topictest.Alan Conway2007-01-0910-72/+69
* Patch from Andrew, I will merge the solution that I am working on shortly, butCarl C. Trieloff2007-01-091-2/+2
* Disabled python tests, added system tests to build: client_test, topictest.Alan Conway2007-01-098-159/+53
* Completed first version of new Content class and the two new framing classes ...Kim van der Riet2007-01-0813-1251/+117
* New framing classes for AMQP 0-9 request and responseKim van der Riet2007-01-052-0/+172
* added missing request/response constantsRafael H. Schloming2007-01-051-0/+2
* Updated hardwired version occurrences in java from major=8 minor=0 to major=0...Kim van der Riet2007-01-0549-167/+167
* Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l...Kim van der Riet2007-01-0510-60/+14
* 0-9 branch now compiles but is not yet functional.Alan Conway2007-01-055-43/+115
* Compile fixes, still not complete: #def class in FramingContent.hAlan Conway2007-01-041-2/+3
* Unsupress generation of 0-8 classes. Re-suppress when newAlan Conway2007-01-041-2/+7
* svn merge -r492717:492730 from the trunkRafael H. Schloming2007-01-046-100/+82
* Fixed compile errors, not all fixed yet:Alan Conway2007-01-043-36/+30
* Fixed some compile errors:Alan Conway2007-01-042-1328/+1331
* Added include for new qpid::framing::Content class to C++ templateKim van der Riet2007-01-041-0/+1
* Changes to lick off the 0-9 generation. Note that the new spec file specs/amq...Kim van der Riet2007-01-045-9/+51
* Branch for AMQP 0-9Kim van der Riet2007-01-040-0/+0
* Patch for QPID-237 applied. Fixes a compile error on the build.Robert Greig2007-01-041-0/+5
* 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
* QPID-213Bhupendra Bhusman Bhardwaj2007-01-046-34/+198
* Comment correction.Alan Conway2007-01-031-5/+6
* Added ability for code generator to omit elements from the XML specificationKim van der Riet2007-01-0317-57/+245
* QPID-213Bhupendra Bhusman Bhardwaj2007-01-038-190/+380
* Added automatic build of generator; added dependency check on source XML file...Kim van der Riet2007-01-022-5/+18
* Removed check run check from ant build file.Kim van der Riet2007-01-021-1/+0
* Added ant build file for the generator with compile (default) and clean targets.Kim van der Riet2007-01-021-0/+35
* QPID-233 : Patch from Rob Godfrey - fix to lock.unlock() bugRobert Greig2007-01-011-1/+1
* QPID-232 Added the service request/reply testRobert Greig2007-01-014-0/+556
* Reduced logging level to debug to avoid performance sapping outputRobert Greig2006-12-291-10/+38
* QPID-232 Created a simple module and added the topic testRobert Greig2006-12-2915-0/+1166
* QPID-213Bhupendra Bhusman Bhardwaj2006-12-291-0/+106
* QPID-213Bhupendra Bhusman Bhardwaj2006-12-294-33/+217
* test queue and exchange names changed.Bhupendra Bhusman Bhardwaj2006-12-291-16/+20
* apply patch for QPID-231Stephen Vinoski2006-12-281-4/+0