summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-111/+19
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-3/+1
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-2/+2
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-211-3/+3
* Fixes and automated tests for federation function.Gordon Sim2008-04-091-3/+8
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-7/+3
* Further updates to support final 0-10 specGordon Sim2008-03-041-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-18/+1
* Remove includes to files no longer generated.Gordon Sim2008-02-011-2/+0
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-20/+170
* Remove Socket param from Connection constructor, pass a string id instead.Alan Conway2008-01-301-2/+2
* Parse out the userid and password from the response; a small step on the road...Gordon Sim2008-01-301-0/+10
* patch-715 (tross)Carl C. Trieloff2008-01-021-3/+63
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* Handle exceptions while doing 'output' for the connection (i.e. message deliv...Gordon Sim2007-12-141-1/+8
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-0/+6
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-9/+10
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-2/+7
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-5/+2
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-111-3/+8
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-5/+4
* Split broker::Session into:Alan Conway2007-09-211-4/+3
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-3/+3
* * Summary:Alan Conway2007-08-311-16/+6
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-11/+15
* removed un-used codeCarl C. Trieloff2007-08-231-6/+0
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-271-1/+1
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-0/+1
* * Summary:Alan Conway2007-07-191-1/+4
* Fix memory error that was crashing broker.Alan Conway2007-07-191-1/+5
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-6/+7
* refactoring: Gordon Sim2007-07-091-30/+10
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-1/+0
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-2/+2
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-141-1/+3
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-2/+3
* Some dtx related updates.Gordon Sim2007-04-191-1/+1
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+128