summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-3002: Added explicit casts required by some compiler versionsGordon Sim2011-02-151-2/+2
* QPID-3002: Added virtual destructor for new interface; Removed some more acci...Gordon Sim2011-02-152-114/+1
* QPID-3002: Configurable threshold alerts for queuesGordon Sim2011-02-1510-39/+442
* QPID-529: Brought forward definition of struct fir deque impl on windowsGordon Sim2011-02-141-0/+1
* QPID-529: Include integer definitions to fix windows build.Gordon Sim2011-02-141-0/+1
* QPID-3053: Enable broadcast via QMFv2 by default; add option to allow broadca...Gordon Sim2011-02-142-3/+6
* QPID-529: Added missing includeGordon Sim2011-02-101-0/+1
* QPID-529: Fixed errors generated by different compiler versionsGordon Sim2011-02-101-1/+1
* QPID-529: Priority queue implementationGordon Sim2011-02-1016-259/+1349
* QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_updateAlan Conway2011-02-083-10/+25
* Reverts r1068042.Jonathan Robie2011-02-081-58/+50
* Ensures that messages acquired, but not acked, are released before a queue is...Jonathan Robie2011-02-071-50/+58
* QPID-3033 Bug 674183 - Segmentation fault while processing session.attachAlan Conway2011-02-021-1/+4
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-012-2/+11
* QPID-3007: Don't record management statistics in cluster-unsafe contexts.Alan Conway2011-02-011-2/+4
* Fix for RHBZ656385: "Data store can become corrupt with small store file size...Kim van der Riet2011-01-281-1/+2
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-184-9/+26
* QPID-3006: remove incorrect and unnecessary authorisation checkGordon Sim2011-01-172-14/+0
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-136-39/+57
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-112-6/+67
* In broker::ConectionHandler, use the security settings, if any, Michael Goulish2010-12-162-11/+8
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-102-2/+45
* Comment explaining the nodict flag.Michael Goulish2010-12-071-0/+8
* This patch was posted in JIRA QPID-2949.Michael Goulish2010-11-302-6/+10
* Fix to r1028346: no point in throwing exception after queue has already been ...Gordon Sim2010-11-101-5/+11
* Fixes broker issues when max_count or max_size are invalid.Jonathan Robie2010-10-282-7/+20
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-2710-320/+56
* QPID-2897 repair missing DLL import/export controlsCharles E. Rolke2010-10-261-7/+7
* This code's purpose was only to print out the sasl version into the logsMichael Goulish2010-10-261-5/+1
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-253-16/+24
* QPID-2897: modify TopicExchange for better performance with respect to large ...Kenneth Anthony Giusti2010-10-242-129/+548
* Make the "SASL enabled" log message also print out the SASL version number. ...Michael Goulish2010-10-221-1/+5
* Strings that identify federation operations.Jonathan Robie2010-10-211-0/+38
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-207-61/+39
* SASLizing Interbroker LinksMichael Goulish2010-10-208-10/+192
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-192-2/+6
* Introduce broker::Cluster interface.Alan Conway2010-10-1810-51/+303
* Code cleanup in broker directory.Alan Conway2010-10-1439-443/+462
* Converted four files from DOS format to Unix format to match all of the otherTed Ross2010-10-111-302/+302
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-081-1/+1
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-041-1/+2
* Fixes two bugs for ring queue policies that involve size. Jonathan Robie2010-10-012-20/+44
* Ensure that a rejected message is also dequeued.Jonathan Robie2010-09-281-0/+2
* Renamed the MessageStore interface truncateInit parameter to a more generic n...Kim van der Riet2010-09-211-7/+9
* Give timer tasks a name for logging purposes.Alan Conway2010-08-266-7/+7
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-114-21/+30
* Disable non-0 session timeouts.Alan Conway2010-08-032-0/+7
* Give queue cleaner task an explicit nameGordon Sim2010-08-021-1/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-023-7/+16