summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated QpidURL scheme Arnaud Simon2007-08-204-349/+411
* r1036@fuschia: andrew | 2007-08-20 01:41:12 +0100Andrew Stitcher2007-08-202-2/+2
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-185-16/+31
* wrote a parser for the new URL formatRajith Muditha Attapattu2007-08-175-16/+442
* 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
* added jndi Arnaud Simon2007-08-1712-121/+1126
* added destination URL handling Arnaud Simon2007-08-175-3/+444
* - 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
* Added connection factory supportArnaud Simon2007-08-1620-131/+978
* Minor cleanup.Gordon Sim2007-08-161-1/+0
* updated javadocArnaud Simon2007-08-161-1/+1
* updated javadocArnaud Simon2007-08-161-131/+218
* Bug fix for client shutdown.Gordon Sim2007-08-161-15/+14
* Added initial ConnectionFactory support to JMSRajith Muditha Attapattu2007-08-1513-15/+258
* - 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
* Added foreign message support Arnaud Simon2007-08-1511-43/+349
* Added clearData() and getTransferId() to the Message interfaceRajith Muditha Attapattu2007-08-159-13/+122
* 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
* Updated message creation methods. Arnaud Simon2007-08-141-18/+69
* Undoing change to asyncio as incomplete writes aren't handled.Gordon Sim2007-08-142-76/+27
* added error code supportRajith Muditha Attapattu2007-08-1310-31/+138
* Fix assertions that cause make -DNDEBUG to fail.Alan Conway2007-08-131-4/+2
* Added support for message handling.Rajith Muditha Attapattu2007-08-137-129/+277
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@565401 13f7...Arnaud Simon2007-08-133-12/+7
* added constructorsArnaud Simon2007-08-1310-16/+226
* updated JMS messagesArnaud Simon2007-08-131-0/+26
* updated JMS messagesArnaud Simon2007-08-1328-4564/+3510
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-1011-28/+139