summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-1/+5
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-2/+2
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-2/+2
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-2/+2
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-021-1/+1
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-171-1/+2
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-0/+3
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-111-0/+6
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-4/+7
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-1/+1
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-0/+17
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-241-1/+4
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+2
* Send client property indicating that client supportsAndrew Stitcher2009-02-021-1/+0
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-1/+1
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-1/+1
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-1/+6
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-1/+2
* 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