summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Undo over-hasty commitAlan Conway2007-08-201-1/+1
* get() returns 0 if Blob is empty.Alan Conway2007-08-201-1/+1
* r1036@fuschia: andrew | 2007-08-20 01:41:12 +0100Andrew Stitcher2007-08-201-1/+1
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-184-16/+29
* Fix memory leak in client_test, caused by bug in Blob.h.Alan Conway2007-08-171-9/+12
* - few more clean-ups for async message store.Carl C. Trieloff2007-08-173-1/+3
* Fix cluster code for heap reuduction commit.Alan Conway2007-08-172-2/+2
* fix for new heap modelCarl C. Trieloff2007-08-171-1/+1
* - corrected getMessageCount() for async messagesCarl C. Trieloff2007-08-171-1/+8
* - Fix for asyncIO for storeCarl C. Trieloff2007-08-162-2/+7
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-1667-877/+719
* Minor cleanup.Gordon Sim2007-08-161-1/+0
* Bug fix for client shutdown.Gordon Sim2007-08-161-15/+14
* - async message fix in dequeueCarl C. Trieloff2007-08-151-1/+2
* async IO for broker storeCarl C. Trieloff2007-08-1510-12/+122
* Altered old client channel to use new generated session interface (primarily ...Gordon Sim2007-08-154-112/+46
* 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-1420-158/+33
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-1424-751/+14
* Removed some unused files.Gordon Sim2007-08-147-425/+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-1022-169/+574
* 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
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-095-34/+82
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-0/+1
* NullMessageStore log levels changed from warning to info.Alan Conway2007-08-081-10/+10
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-083-7/+8
* Fixed include guard.Alan Conway2007-08-081-3/+3
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-077-0/+458
* 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-0515-274/+568
* Some restructuring of the client code: Gordon Sim2007-08-0231-1059/+1872
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-024-7/+9
* Recoded writing code so that it doesn't allocate framing::Buffer on the heapAndrew Stitcher2007-08-011-33/+27
* src/qpid/framing/Visitor.h:Alan Conway2007-07-311-27/+47
* * Fix crash on shutdown due to underlying poller being shutdown twiceAndrew Stitcher2007-07-311-0/+4
* Template visitor pattern for Handlers.Alan Conway2007-07-301-0/+71
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-307-813/+0
* 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-2710-193/+46
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-2724-1853/+681