summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-131-0/+5
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-4/+1
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-1/+1
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-251-0/+1
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-11/+22
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-2/+2
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-11/+0
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-0/+1
* Enable dequeue for prototype clusterAlan Conway2008-07-171-1/+3
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-12/+16
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-4/+2
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-2/+2
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-0/+9
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-2/+3
* QPID-1087Ted Ross2008-05-211-22/+14
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+3
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-1/+1
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-2/+0
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-30/+2
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-1/+26
* Remove Socket param from Connection constructor, pass a string id instead.Alan Conway2008-01-301-1/+1
* Parse out the userid and password from the response; a small step on the road...Gordon Sim2008-01-301-0/+4
* patch-715 (tross)Carl C. Trieloff2008-01-021-2/+14
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-0/+5
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-1/+0
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-4/+2
* Split broker::Session into:Alan Conway2007-09-211-2/+1
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-2/+2
* Eliminate ChannelAdapter from broker code.Alan Conway2007-09-181-1/+0
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-0/+1
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-4/+4
* * Summary:Alan Conway2007-08-311-9/+7
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-2/+5
* removed un-used codeCarl C. Trieloff2007-08-231-1/+0
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-2/+2
* refactoring: Gordon Sim2007-07-091-8/+5
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-2/+0
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-1/+1
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+108