summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-183-65/+75
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-186-11/+324
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-1710-40/+40
* Fix for race between flush and delivery.Gordon Sim2007-09-171-0/+6
* convert dequeue to counter for asyncCarl C. Trieloff2007-09-142-8/+38
* recover support for async storesCarl C. Trieloff2007-09-143-1/+25
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-148-58/+269
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-1327-179/+224
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-1217-46/+347
* * python/qpid/codec.pyAndrew Stitcher2007-09-123-21/+54
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-117-86/+112
* Support for keyword args in session interfaceGordon Sim2007-09-104-36/+101
* memory clean up fixCarl C. Trieloff2007-09-101-1/+2
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-1021-106/+330
* 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-0641-265/+865
* * Tidy up framing::Buffer classAndrew Stitcher2007-09-062-47/+4
* - removed profiler from configureCarl C. Trieloff2007-09-051-3/+0
* applied Nuno's patchCarl C. Trieloff2007-09-052-1/+5
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-0313-60/+281
* Fix for QPID-561Gordon Sim2007-09-032-11/+3
* Removed BrokerChannel.cpp, .h: replaced by Session.cpp, .hAlan Conway2007-08-312-705/+0
* * Summary:Alan Conway2007-08-3126-428/+1117
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-3115-193/+309
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-3111-79/+96
* Fixed bug where stale iterator is used.Gordon Sim2007-08-311-4/+5
* Fix compile errors in generated code.Alan Conway2007-08-302-4/+5
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-3014-152/+136
* * configure.ac: Disabled cluster build temporarily while fixing build problems.Alan Conway2007-08-302-1/+5
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-2917-199/+294
* Remove Java from code generation check.Alan Conway2007-08-291-3/+1
* * rubygen/cppgen.rb: Use class Uuid for AMQP uuids.Alan Conway2007-08-292-5/+2
* Generate constants and reply exceptions from spec constants.Alan Conway2007-08-283-5/+50
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-28102-2636/+1867
* * Fix compile errors.Alan Conway2007-08-273-4/+8
* * Fix compile errors.Alan Conway2007-08-273-26/+31
* - perf clean up.Carl C. Trieloff2007-08-272-10/+9
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-279-31/+255
* * src/qpid/broker/SessionState.h: State of a session.Alan Conway2007-08-276-0/+242
* - cache the exchange on a given ChannelCarl C. Trieloff2007-08-272-5/+20
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-272-0/+90
* * rubygen/cppgen.rb: Use uint rather than u_int form for consistency.Alan Conway2007-08-273-14/+9
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-2714-313/+303
* * src/qpid/broker/Daemon.cpp: Additional logging.Alan Conway2007-08-244-30/+43
* removed un-used codeCarl C. Trieloff2007-08-232-7/+0
* * specs/amqp-transitional.0-10.xml: Removed ping and pong methods.Alan Conway2007-08-222-12/+12
* Reapply rev 568249 with the changes made to the generator this time, rather t...Gordon Sim2007-08-224-43/+19
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-215-102/+128
* Undo revision 568249, causing tests to hang.Alan Conway2007-08-213-17/+41