summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* * perftest/topic_publisher.cpp, topic_listener.cpp:Alan Conway2007-08-153-0/+312
* Add missing files to source lists for distcheck.Alan Conway2007-08-151-0/+1
* Add qpid/Msg.h to sourc lists.Alan Conway2007-08-141-0/+1
* Fix compile error.Alan Conway2007-08-141-1/+1
* Inlined functions that should be inline.Alan Conway2007-08-141-4/+7
* Simple inline message construction for exceptions.Alan Conway2007-08-141-2/+2
* Simple inline message construction for exceptions.Alan Conway2007-08-141-0/+58
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-1423-169/+36
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-1426-932/+14
* Removed some unused files.Gordon Sim2007-08-148-431/+0
* Undoing change to asyncio as incomplete writes aren't handled.Gordon Sim2007-08-142-76/+27
* Fix assertions that cause make -DNDEBUG to fail.Alan Conway2007-08-131-4/+2
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-1025-239/+750
* Ensure MethodHolderMaxSize.h is built at the right time.Alan Conway2007-08-101-2/+4
* Update CLEANFILES for distcheck.Alan Conway2007-08-101-0/+1
* 2007-08-09 <aconway@redhat.com>Alan Conway2007-08-102-1/+1
* Revert $(dirname $0) changes, break distclean/rpm builds.Alan Conway2007-08-101-7/+2
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-094-85/+63
* Blob: a crude kind of variant that avoids template hell.Alan Conway2007-08-091-0/+134
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-095-34/+82
* * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6.Alan Conway2007-08-091-2/+3
* Fixed distcheckGordon Sim2007-08-091-1/+1
* 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