summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-3168: fix queue flow control --help textKenneth Anthony Giusti2011-03-241-2/+2
* NO-JIRA - ACL Modules "reload" method now returns OK status if there was no e...Ted Ross2011-03-231-1/+4
* QPID-3147: Misconfigured tracing/logging can lead to hung threads in logging ...Alan Conway2011-03-213-5/+62
* NO-JIRA: Fix qpidd late/overran warnings.Alan Conway2011-03-182-9/+13
* NO-JIRA: Refactor RefCountedBuffer to be simpler and more flexible.Alan Conway2011-03-155-77/+93
* QPID-3144: Remove "loaded module" info log message.Alan Conway2011-03-141-2/+1
* 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-094-3/+61
* 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: Fix linking on windowsGordon Sim2011-03-081-2/+2
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-03-074-35/+55
* QPID-2216: bump up log levelGordon Sim2011-03-071-1/+1
* QPID-3120: Consult alternate exchange on reroute if neededGordon Sim2011-03-071-2/+1
* QPID-3115: Recognise sasl_mechanisms (plural) and support a space separate li...Gordon Sim2011-03-072-17/+35
* QPID-3117Michael Goulish2011-03-041-1/+1
* QPID-3115: Recognise '_' as alternative to '-'. Throw Exception for unrecogni...Gordon Sim2011-03-041-70/+54
* QPID-3107: If queue's alternate-exchange can't route message, try that exchan...Gordon Sim2011-03-034-3/+13
* QPID-3105: Alternate-Exchange configuration not communicated between nodes in...Alan Conway2011-03-021-0/+4
* QPID-3081: add statistic for queue flow control transitionsKenneth Anthony Giusti2011-03-021-1/+3
* QPID-3102: Only send ttl if non-zeroGordon Sim2011-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-3100: reduce number of initial buffers created per connectionGordon Sim2011-03-021-1/+1
* NO-JIRA: Remove misleading log messages in cluster/UpdateDataExchange.cppAlan Conway2011-03-012-11/+1
* 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-285-13/+11
* QPID-3089: make getTypeName() a public methodGordon Sim2011-02-281-2/+1
* 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-2999: set redelivered on replayGordon Sim2011-02-251-1/+2
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-245-41/+59
* QPID-3015: cleanup and additional test of acl enforcementGordon Sim2011-02-233-5/+17
* QPID-3051: Ensure credit window is moved correctly even if it contains reject...Gordon Sim2011-02-212-13/+18
* QPID-2935: export symbols needed for linking unit tests on windowsGordon Sim2011-02-211-4/+4
* QPID-3015: restore export of symbol needed for linking unit tests on windowsGordon Sim2011-02-211-1/+1
* QPID-3002: Fix warning on windows regarding struct/class inconsistencies in d...Gordon Sim2011-02-211-1/+1
* QPID-3015: Rename string constants to avoid clashes on windowsGordon Sim2011-02-211-8/+8
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-1924-324/+1086
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-188-197/+615
* QPID-3000: Added optional delay for auto-deletionGordon Sim2011-02-152-3/+74
* 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-1511-40/+443
* QPID-529: Brought forward definition of struct fir deque impl on windowsGordon Sim2011-02-141-0/+1