summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Removed the long dead apr codeAndrew Stitcher2012-02-2211-801/+0
* QPID-3864: 0.16 release tasksAndrew Stitcher2012-02-221-0/+38
* QPID-3603: HA logging improvements.Alan Conway2012-02-225-6/+14
* QPID-3603: Test HA replication of LVQ, priority and ring queues.Alan Conway2012-02-221-3/+0
* QPID-3862: Static Trace points for System tap / DtraceAndrew Stitcher2012-02-212-2/+93
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-208-176/+205
* more fixes for compilation under fedora 18, new gccNuno Santos2012-02-172-0/+2
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-176-1192/+1191
* NO-JIRA: Remove out-of-date generated header in HaBroker.hAlan Conway2012-02-171-1/+0
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-1764-723/+3011
* missing casts and include to be able to compile under fedora 18Nuno Santos2012-02-162-2/+3
* QPID-3841: improve batching of outbound messagesKen Giusti2012-02-151-1/+6
* NO-JIRA: Fix Logger::instance to work with older versions of boost.Alan Conway2012-02-141-0/+10
* QPID-3839: Allow browsers to accept messagesGordon Sim2012-02-141-1/+1
* QPID-3638 - Fixed boost usage problem.Ted Ross2012-02-131-2/+2
* NO-JIRA - Fixed missing return type on Windows stub.Ted Ross2012-02-101-1/+1
* QPID-3773: generate a unique queue name for the internal bridge queues.Ken Giusti2012-02-101-2/+2
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-0914-15/+264
* QPID-3621 cmake build changes for solaris and solaris specific code changesClifford Jansen2012-02-093-6/+17
* QPID-3620 time conversion fix for sparc architectureClifford Jansen2012-02-091-4/+11
* QPID-3571 PosixPoller implementationClifford Jansen2012-02-091-0/+793
* QPID-3804: do not skip released grouped messagesKen Giusti2012-02-021-1/+1
* QPID-3481 - After queue deletion, route re-queued messages to the alternate e...Ted Ross2012-02-021-9/+20
* QPID-3787 - Fixed shutdown crash in SslPlugin, Fixed problem with sasl_mux test.Ted Ross2012-01-271-1/+4
* Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet...Alan Conway2012-01-205-12/+7
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-3/+3
* QPID-3603: Added public broker::Connection::isLink function.Alan Conway2012-01-182-17/+19
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-183-9/+7
* QPID-3603: Act on bridge cancellations before creationsAlan Conway2012-01-181-7/+9
* QPID-3603: Fix spurious "exchange not found" error and debug messages.Alan Conway2012-01-184-66/+58
* QPID-3603: Consistent find/get functions for Queue and Exchange registries.Alan Conway2012-01-184-5/+33
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-01-185-7/+12
* QPID-3603: Ensure listeners are notified of available messages even when a co...Alan Conway2012-01-181-7/+6
* QPID-3603: Break infinite "detached" loop between federated brokers.Alan Conway2012-01-181-2/+4
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-186-13/+20
* QPID-3630: remove additional code in client.Ken Giusti2012-01-133-93/+2
* QPID-3630: remove deprecated rate limiting featureKen Giusti2012-01-138-221/+0
* QPID-3755 - Concurrent queue bind on the same queue results in crashTed Ross2012-01-132-3/+18
* QPID-3438Michael Goulish2012-01-054-10/+1
* QPID-3492: Fix quoted values as well as unquoted values; added a test caseGordon Sim2012-01-031-7/+8
* QPID-3438Michael Goulish2011-12-166-3/+27
* added explicit cast, required by some compiler versions, namely on s390 archNuno Santos2011-12-121-1/+1
* QPID-3669: Configuration option for path to watchdog executable.Alan Conway2011-12-081-6/+8
* QPID-3666: replace both the index and the value when updating duplicate objectsKen Giusti2011-12-071-1/+5
* QPID-3652 Fix cluster authenticationCharles E. Rolke2011-12-071-3/+3
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-0613-24/+341
* QPID-3648: fix cleanup of remote agent on broker shutdown.Ken Giusti2011-11-291-0/+4
* QPID-3629: Changed management of credit windowGordon Sim2011-11-238-57/+281
* NO-JIRA - Fixed the handling of functions with ignored return values.Ted Ross2011-11-222-6/+6
* QPID-3180: Further fix to the size checking logic for ring queuesGordon Sim2011-11-181-1/+1