summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-4027 Added a toString method to the Message class by using the swigRajith Muditha Attapattu2012-06-101-10/+0
* QPID-4027 Experimental cpp binding. Adding the swig and support files.Rajith Muditha Attapattu2012-05-291-0/+10
* QPID-3603: HA support for stand-alone replication.Alan Conway2012-02-296-48/+175
* QPID-3832: Fix linking on windowsGordon Sim2012-02-291-1/+2
* QPID-3832: Restore transport option for connection (as default for urls that ...Gordon Sim2012-02-294-6/+21
* QPID-3871 - Added --mgmt-publish switch to the C++ brokerTed Ross2012-02-295-23/+55
* Forgot to add this when checking in changes for QPID-3870.Stephen D. Huston2012-02-271-0/+78
* QPID-3603: Improved command-based qpid-ha tool and ha config option names.Alan Conway2012-02-248-38/+71
* Generate a correct test_env.ps1 for Windows test runs; modify the python-invo...Stephen D. Huston2012-02-247-21/+19
* NO-JIRA: Fix broken distcheck - ha_tests.py not being skipped.Alan Conway2012-02-233-5/+13
* QPID-2894 - Added ACL stats to qpid-stat and a reload-file action to qpid-con...Ted Ross2012-02-231-29/+33
* NO-JIRA: Fix error on windows "An operation was attempted on something that i...Alan Conway2012-02-221-3/+5
* NO-JIRA: Removed the long dead apr codeAndrew Stitcher2012-02-2211-801/+0
* QPID-3864: 0.16 release tasksAndrew Stitcher2012-02-223-0/+40
* QPID-3603: HA logging improvements.Alan Conway2012-02-226-7/+20
* QPID-3603: Test HA replication of LVQ, priority and ring queues.Alan Conway2012-02-222-7/+122
* QPID-3851 - Unified common CLI options for qpid-config and qpid-stat.Ted Ross2012-02-2214-143/+113
* QPID-3571: A generic Posix poller implementationAndrew Stitcher2012-02-212-7/+33
* QPID-3864: Clean up the dist lists. Thanks to Andrew Stitcher for the patch.Justin Ross2012-02-211-1/+0
* QPID-3862: Static Trace points for System tap / DtraceAndrew Stitcher2012-02-215-2/+105
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-209-176/+247
* more fixes for compilation under fedora 18, new gccNuno Santos2012-02-173-1/+3
* QPID-3603: Add HA tests to automake and cmake.Alan Conway2012-02-172-1/+3
* 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 - Added missing files to CMakeLists.txtTed Ross2012-02-171-0/+2
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-1777-806/+3568
* missing casts and include to be able to compile under fedora 18Nuno Santos2012-02-162-2/+3
* QPID-3841: improve batching of outbound messagesKenneth Anthony 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.Kenneth Anthony Giusti2012-02-101-2/+2
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-0916-15/+268
* QPID-3621 cmake build changes for solaris and solaris specific code changesClifford Allan Jansen2012-02-097-24/+46
* QPID-3620 time conversion fix for sparc architectureClifford Allan Jansen2012-02-091-4/+11
* QPID-3571 PosixPoller implementationClifford Allan Jansen2012-02-091-0/+793
* QPID-3804: do not skip released grouped messagesKenneth Anthony 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-272-4/+7
* 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-184-9/+8
* 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