summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-185-16/+31
* Fix memory leak in client_test, caused by bug in Blob.h.Alan Conway2007-08-172-10/+13
* - 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-175-20/+12
* * Respect the GENERATE automake conditional in generated rubygen.mkAlan Conway2007-08-171-1/+3
* * Fixes for code generation.Alan Conway2007-08-177-147/+72
* fix for new heap modelCarl C. Trieloff2007-08-171-1/+1
* - corrected getMessageCount() for async messagesCarl C. Trieloff2007-08-172-1/+24
* - Fix for asyncIO for storeCarl C. Trieloff2007-08-163-5/+18
* rubygen/templates/Session.rb: apply fixes that were mistakenly made to the ge...Alan Conway2007-08-161-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-1695-1185/+934
* 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-152-1/+27
* 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-155-117/+63
* Build with -O3 -DNDEBUG for rpm release.Alan Conway2007-08-151-1/+1
* Removed perftest.Alan Conway2007-08-151-1/+0
* Removed perftest from Makefile.amAlan Conway2007-08-151-1/+1
* * perftest/topic_publisher.cpp, topic_listener.cpp:Alan Conway2007-08-156-320/+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-1430-309/+102
* 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
* Fix unused argument warning.Alan Conway2007-08-101-1/+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-096-88/+135
* 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
* Fix for make rpmbuild issue: Configure forces rebuild of src/Makefile by touc...Alan Conway2007-08-092-2/+3
* * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6.Alan Conway2007-08-092-6/+20
* Avoid clash with built-in ruby function Object.methods():nAlan Conway2007-08-098-38/+38
* Fixed distcheckGordon Sim2007-08-091-1/+1
* 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