summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-3040: Prevent race between receipt and release of messages causing inter...Gordon Sim2011-02-141-1/+1
* 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-1019-259/+1363
* Remove out-dated comment.Alan Conway2011-02-091-3/+3
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-093-35/+44
* Added design note comment to qpid/cpp/src/qpid/cluster/ClusterTimer.cppAlan Conway2011-02-091-1/+20
* 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