summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-1341 from JonathanCarl C. Trieloff2008-10-154-354/+0
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-154-46/+18
* Correction of lock scope to make sure ordering from exchange to queue isCarl C. Trieloff2008-10-146-15/+28
* Update to periodic purge of expired messages: check the dequeue rate to avoid...Gordon Sim2008-10-144-10/+123
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-133-8/+8
* Optimisation for testing expiration and disabling of setting timestamp until ...Gordon Sim2008-10-131-3/+6
* Reduce the scope over which lock is held during purge of expired messages.Gordon Sim2008-10-131-8/+12
* QPID-1351Carl C. Trieloff2008-10-136-14/+53
* Periodically purge expired messages from queuesGordon Sim2008-10-136-1/+135
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-136-18/+30
* QPID-1306Carl C. Trieloff2008-10-111-1/+2
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-105-32/+62
* Identify transports by nameGordon Sim2008-10-103-23/+28
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-108-10/+56
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-103-3/+24
* QPID-1306Carl C. Trieloff2008-10-091-2/+7
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-10/+12
* Minor indentation fixesGordon Sim2008-10-092-60/+63
* Made expireTime an optional property of session (mgmt)Ted Ross2008-10-081-0/+1
* QPID-1306Carl C. Trieloff2008-10-082-20/+55
* QPID-1327 - Event support for ManagementTed Ross2008-10-073-117/+156
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-078-12/+21
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-073-4/+4
* Abstract native file-locking and directory detection/creation to portable cla...Stephen D. Huston2008-10-071-20/+3
* Cluster join & brain-dumps working.Alan Conway2008-10-031-0/+1
* Resolve QPID-1309Stephen D. Huston2008-10-021-4/+5
* Handle case where first message in 'ring queue' would exceed limit.Gordon Sim2008-09-301-0/+7
* This is for QPID-1297.Rajith Muditha Attapattu2008-09-305-15/+35
* QPID-1306Carl C. Trieloff2008-09-301-11/+3
* QPID-1306Carl C. Trieloff2008-09-306-43/+122
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-267-15/+13
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-256-20/+54
* Fixed incorrect exception message.Alan Conway2008-09-251-3/+2
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-25/+9
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-242-1/+7
* Corrected a careless mistake I made on an earlier commit.Gordon Sim2008-09-241-1/+1
* QPID-1290 - Patch from William HenryTed Ross2008-09-234-3/+54
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-222-0/+12
* Keep same default policy as before.Gordon Sim2008-09-221-1/+1
* Removed redundant code.Alan Conway2008-09-225-86/+1
* Refactoring of queue/queue-policy:Gordon Sim2008-09-218-121/+347
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-212-11/+28
* Clean up unused members/testsAlan Conway2008-09-193-4/+0
* Dump shared state to new cluster members.Alan Conway2008-09-181-2/+3
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-1524-72/+88
* - removed cluster methods in mgnt, will add them to a new cluster object inCarl C. Trieloff2008-09-152-4/+5
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-2/+0
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-1015-28/+23
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-108-69/+114
* Fixed fedora-9 build problemTed Ross2008-09-091-1/+1