summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved Proxy generation to rubygen.Alan Conway2007-08-0912-297/+59
* Removed new Frame & MethodHolder classes from build.Alan Conway2007-08-082-11/+1
* NullMessageStore log levels changed from warning to info.Alan Conway2007-08-082-12/+12
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-085-8/+55
* Fixed include guard.Alan Conway2007-08-081-3/+3
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-0714-13/+653
* r899@fuschia: andrew | 2007-08-07 00:30:24 +0100Andrew Stitcher2007-08-061-24/+37
* correct rate calcCarl C. Trieloff2007-08-061-2/+2
* Send flush after get request. Fixes perftest.Gordon Sim2007-08-062-1/+4
* Channel dispatcher needs ti be joined on destruction.Gordon Sim2007-08-063-22/+12
* Connector should join with receiver thread on destructionGordon Sim2007-08-061-1/+5
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-064-10/+7
* Added first cut of generated client interface.Gordon Sim2007-08-0523-311/+732
* Improved rubygen.mk rule.Alan Conway2007-08-051-2/+1
* * amqpgen.rb: fix sytax error.Alan Conway2007-08-052-18/+32
* Added index() to classes & methods.Alan Conway2007-08-031-3/+9
* Generate boost::variants for each class. Not yet used on trunk.Alan Conway2007-08-025-10/+40
* Some restructuring of the client code: Gordon Sim2007-08-0237-1082/+1914
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-024-7/+9
* r852@fuschia: andrew | 2007-08-02 16:58:33 +0100Andrew Stitcher2007-08-021-2/+7
* Fix typo in changelogAlan Conway2007-08-011-1/+1
* Fix typo in changelogAlan Conway2007-08-011-1/+1
* Propagate --disable-cluster to spec fileAlan Conway2007-08-012-8/+14
* Recoded writing code so that it doesn't allocate framing::Buffer on the heapAndrew Stitcher2007-08-011-33/+27
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-0112-88/+185
* * configure.ac: --disable-cluster flag.Alan Conway2007-08-012-10/+19
* Ruby code generator for C++.Alan Conway2007-07-316-0/+610
* oprofile scriptCarl C. Trieloff2007-07-311-0/+18
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-07-314-10/+52
* src/qpid/framing/Visitor.h:Alan Conway2007-07-312-35/+55
* * Fix crash on shutdown due to underlying poller being shutdown twiceAndrew Stitcher2007-07-311-0/+4
* Added Vistor.h to distributed sources in order to pass 'make distcheck'Gordon Sim2007-07-311-0/+1
* Template visitor pattern for Handlers.Alan Conway2007-07-303-0/+133
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-3010-872/+18
* Extract Recoverable interface from MessageStore interface.Alan Conway2007-07-282-20/+23
* Updated openais instructions.Alan Conway2007-07-271-3/+21
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-2711-195/+46
* Drop SessionFrame, UUID is not required and more efficient to transmit plainAlan Conway2007-07-274-35/+21
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-2726-1862/+691
* Use execution layer to acknowledge messages. Gordon Sim2007-07-2728-328/+404
* Remove unused file.Alan Conway2007-07-271-161/+0
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-273-121/+42
* Fix for code gen issues (again!)Alan Conway2007-07-261-0/+3
* * README: Instructions for openais install.Alan Conway2007-07-2613-785/+130
* Fix code generation rule to use timestamp file.Alan Conway2007-07-251-3/+3
* Fix code generation rule so generator runs only once even if multiple generat...Alan Conway2007-07-251-1/+4
* * Summary:Alan Conway2007-07-2416-79/+149
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-2433-677/+218
* Disable Cluster test.Alan Conway2007-07-231-1/+1
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-2311-79/+108