summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* memory clean up fixCarl C. Trieloff2007-09-101-1/+2
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-1019-102/+311
* updates to be able to manage lifecycle of async storeCarl C. Trieloff2007-09-086-11/+11
* interface to hang external journal's per queue onto a PersistableQueueCarl C. Trieloff2007-09-061-1/+26
* Implementation of execution.result on the client side Gordon Sim2007-09-0634-218/+738
* * Tidy up framing::Buffer classAndrew Stitcher2007-09-062-47/+4
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-0312-59/+280
* Fix for QPID-561Gordon Sim2007-09-031-9/+1
* Removed BrokerChannel.cpp, .h: replaced by Session.cpp, .hAlan Conway2007-08-312-705/+0
* * Summary:Alan Conway2007-08-3120-356/+1039
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-319-125/+212
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-317-62/+77
* Fixed bug where stale iterator is used.Gordon Sim2007-08-311-4/+5
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-3010-138/+122
* * configure.ac: Disabled cluster build temporarily while fixing build problems.Alan Conway2007-08-301-1/+1
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-2915-192/+286
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2881-2033/+1526
* * Fix compile errors.Alan Conway2007-08-272-4/+6
* * Fix compile errors.Alan Conway2007-08-272-24/+31
* - perf clean up.Carl C. Trieloff2007-08-272-10/+9
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-275-24/+202
* * src/qpid/broker/SessionState.h: State of a session.Alan Conway2007-08-273-0/+174
* - cache the exchange on a given ChannelCarl C. Trieloff2007-08-272-5/+20
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+56
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-271-0/+1
* * src/qpid/broker/Daemon.cpp: Additional logging.Alan Conway2007-08-241-25/+38
* removed un-used codeCarl C. Trieloff2007-08-232-7/+0
* Reapply rev 568249 with the changes made to the generator this time, rather t...Gordon Sim2007-08-222-2/+17
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-214-94/+119
* Undo revision 568249, causing tests to hang.Alan Conway2007-08-212-17/+2
* Invocation now uses the visitor mechanismGordon Sim2007-08-212-2/+17
* - header correction for bufferCarl C. Trieloff2007-08-213-1/+22
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-2118-130/+302
* Fixed Blob bug causing test crashes/hangs.Alan Conway2007-08-204-24/+39
* 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