summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/BrokerAdapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-353/+0
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-10/+10
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-1/+1
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-1/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-3/+0
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* On rollback requeue (rather than resend).Gordon Sim2007-11-121-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-11/+10
* Hack for no-local when used with jms topicsGordon Sim2007-10-231-2/+2
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-151-1/+0
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-111-2/+6
* Split broker::Session into:Alan Conway2007-09-211-25/+23
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-66/+60
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-1/+1
* Implementation of execution.result on the client side Gordon Sim2007-09-061-1/+0
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-1/+1
* * Summary:Alan Conway2007-08-311-84/+56
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-15/+4
* - perf clean up.Carl C. Trieloff2007-08-271-9/+6
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-28/+29
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-13/+0
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-2/+6
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-6/+5
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-50/+53
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-25/+25
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-72/+72
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-181-1/+1
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-5/+10
* refactoring: Gordon Sim2007-07-091-50/+8
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-4/+1
* Updated AutoDelete, now only run when auto delete queues exist andCarl C. Trieloff2007-06-291-1/+1
* * Summary:Alan Conway2007-06-291-1/+1
* Fixes and tests:Gordon Sim2007-06-271-1/+0
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-271-0/+44
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-141-2/+7
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-061-1/+5
* Changes to support durable exchanges.Gordon Sim2007-05-171-8/+18
* Some dtx related updates.Gordon Sim2007-04-191-2/+3
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+388