summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-181-0/+6
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-171-2/+5
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-179-19/+28
* QPID-3252: flush msgs when sync requested.Kenneth Anthony Giusti2011-05-112-12/+68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-5/+0
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID-3244: fix windows buildKenneth Anthony Giusti2011-05-041-1/+1
* QPID-3244: C++ broker should release flow control for a queue when it is dele...Kenneth Anthony Giusti2011-05-032-1/+16
* QPID-3243: correctly use --max-queue-count value to compute flow limit.Kenneth Anthony Giusti2011-05-031-3/+9
* QPID-3235: clustered qpidd broker fails ocassionly the cluster_tests.ShortTes...Alan Conway2011-04-293-29/+35
* QPID-3076: fix compilation for older version of boost library.Kenneth Anthony Giusti2011-04-281-3/+4
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-285-70/+152
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-261-3/+6
* QPID-3217: Exchanges with IVE option cause cluster inconsistencies in updateesAlan Conway2011-04-191-1/+5
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-191-1/+1
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-194-14/+19
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-181-7/+53
* Revert "QPID-3208: Exchanges make best effort to route messages if there is a...Alan Conway2011-04-151-56/+3
* QPID-3204: Add logging for queue threshold eventsGordon Sim2011-04-151-0/+1
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-151-3/+56
* QPID-3201: locking in NullMessageStore to protect set of prepared xidsGordon Sim2011-04-122-0/+6
* QPID-3197: prevent async command completer from accessing session's connectio...Kenneth Anthony Giusti2011-04-112-3/+26
* QPID-3170: correct deletion of federation routes when keys match.Kenneth Anthony Giusti2011-04-086-50/+77
* QPID-3191: A fix for the performance problem which replaces the QueueListener...Kim van der Riet2011-04-083-18/+29
* QPID-3174: remove further unnecessary enqueueComplete() calls [enqueueAsync()...Gordon Sim2011-04-044-11/+1
* QPID-3174: remove unnecessary enqueueComplete() callsKenneth Anthony Giusti2011-04-011-3/+3
* QPID-3180: fix ring queues for the case where max size is 0 (implying infinit...Gordon Sim2011-04-011-1/+1
* QPID-3168: fix queue flow control --help textKenneth Anthony Giusti2011-03-241-2/+2
* QPID-3138 some cosmetic cleanup & correction for IVECarl C. Trieloff2011-03-142-24/+34
* QPID-3136: Add option to disable defaults for queue threshold alertsGordon Sim2011-03-115-12/+15
* QPID-3138 Topic exchange perf improvementCarl C. Trieloff2011-03-112-4/+29
* QPID-3132: Prevent threshold events triggering directly further threshold eventsGordon Sim2011-03-093-3/+59
* QPID-3073: fix to allow older versions of boost to compile.Kenneth Anthony Giusti2011-03-082-4/+4
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-085-174/+169
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-03-072-31/+31
* QPID-3120: Consult alternate exchange on reroute if neededGordon Sim2011-03-071-2/+1
* QPID-3117Michael Goulish2011-03-041-1/+1
* QPID-3107: If queue's alternate-exchange can't route message, try that exchan...Gordon Sim2011-03-034-3/+13
* QPID-3081: add statistic for queue flow control transitionsKenneth Anthony Giusti2011-03-021-1/+3
* QPID-529: Added aliases for arguments that are more uniform with others in c+...Gordon Sim2011-03-022-26/+56
* QPID-2630: ensure that exclusive, auto-deleted queues are freed up on early d...Gordon Sim2011-03-013-13/+4
* QPID-3087: Fix linking on windows (unit test now uses create() rather than co...Gordon Sim2011-02-281-1/+1
* NO-JIRA: remove some dead code, rename internal method for clarityGordon Sim2011-02-283-5/+10
* QPID-3087: Fixes to store interaction changesGordon Sim2011-02-285-21/+44
* QPID-3087: fix for windows compilerGordon Sim2011-02-281-1/+1
* QPID-3087: fail rather than ignoring attempts to declare queues with bad argu...Gordon Sim2011-02-254-8/+10
* QPID-2324: Raise 404 on cancellation if no such subscription exists.Gordon Sim2011-02-253-4/+9
* QPID-2326: correct exception code for unknown exchange typeGordon Sim2011-02-251-1/+1
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-242-13/+20
* QPID-3015: cleanup and additional test of acl enforcementGordon Sim2011-02-232-4/+4