summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Moved Proxy generation to rubygen.Alan Conway2007-08-093-33/+27
* 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-0710-6/+569
* 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-0518-304/+585
* Improved rubygen.mk rule.Alan Conway2007-08-051-2/+1
* 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
* 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-015-50/+73
* oprofile scriptCarl C. Trieloff2007-07-311-0/+18
* 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-308-851/+12
* Extract Recoverable interface from MessageStore interface.Alan Conway2007-07-282-20/+23
* * 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-2725-313/+395
* 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
* * README: Instructions for openais install.Alan Conway2007-07-2611-741/+83
* 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-2431-676/+202
* Disable Cluster test.Alan Conway2007-07-231-1/+1
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-2311-79/+108
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-2319-99/+196
* * src/tests/start_broker, stop_broker:Alan Conway2007-07-192-2/+5
* * Summary:Alan Conway2007-07-1918-181/+368
* Added vg_tests to EXTRA_DIST.Alan Conway2007-07-191-1/+1
* * src/tests/start_broker, stop_broker: Use valgrind on broker.Alan Conway2007-07-197-25/+50
* Fix memory error that was crashing broker.Alan Conway2007-07-191-1/+5
* Added difference operator to the sequence numberGordon Sim2007-07-193-5/+83
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-1931-374/+525
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-194-202/+197
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-187-20/+39
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-173-40/+45
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-1719-193/+506
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-168-15/+448