summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3603: Added public broker::Connection::isLink function.qpid-3603Alan Conway2012-01-181-16/+16
* QPID-3603: Automatic wiring replication for HA.Alan Conway2011-11-181-12/+14
* QPID-3553: prevent multiple connection-tune-ok controls from leaving dangling...Gordon Sim2011-11-031-4/+8
* QPID-3033: Segmentation fault while processing session.attachAlan Conway2011-08-181-10/+1
* QPID-3288: "[C++] Broker sets federation link tag as empty string () when no ...Kim van der Riet2011-06-061-3/+3
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-03-071-0/+3
* QPID-2630: ensure that exclusive, auto-deleted queues are freed up on early d...Gordon Sim2011-03-011-8/+0
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-241-11/+15
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-2/+1
* QPID-3033 Bug 674183 - Segmentation fault while processing session.attachAlan Conway2011-02-021-1/+4
* QPID-3007: Don't record management statistics in cluster-unsafe contexts.Alan Conway2011-02-011-2/+4
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-111-4/+43
* SASLizing Interbroker LinksMichael Goulish2010-10-201-0/+32
* Code cleanup in broker directory.Alan Conway2010-10-141-1/+2
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-2/+2
* Make management+cluster test more aggressive.Alan Conway2010-06-231-1/+2
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-10/+20
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-091-1/+11
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-2/+1
* Cluster + SecurityMichael Goulish2010-05-141-1/+6
* Fix QPID-2435. This patch removes the "publishNow" feature from the broker a...Ted Ross2010-03-051-1/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-2/+4
* Consistent connection names across a cluster.Alan Conway2010-02-051-3/+3
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+4
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-2/+0
* QPID-2188 , support for maxConnections, limit is set to brokerCarl C. Trieloff2009-11-171-0/+3
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-1/+2
* Added immediate-publish for new connections and agents. This solves a race c...Ted Ross2009-10-221-1/+1
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...Gordon Sim2009-09-011-2/+4
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-32/+19
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-19/+32
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-32/+19
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-021-6/+9
* Once we're aborting the connection due to traffic timeout make sureAndrew Stitcher2009-06-231-1/+6
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-171-21/+33
* Don't start the broker Connection heartbeat timers if theAndrew Stitcher2009-06-111-1/+1
* Stop timers on receiving Connection::closed() from lower levelsAndrew Stitcher2009-06-111-0/+4
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-111-1/+2
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-081-0/+3
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-15/+53
* 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-1/+2
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-241-5/+9
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-3/+4
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-2/+44
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-0/+5
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-131-5/+12
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-8/+7
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-061-0/+2