summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4558: Selectors for C++ broker - don't use boost::make_shared<>()Andrew Stitcher2013-03-071-2/+1
* QPID-4630: HA fix inconsistent header file paths in legacystore.Alan Conway2013-03-073-7/+7
* QPID-4630: HA Fix starting from persistent store.Alan Conway2013-03-077-32/+42
* QPID-4630: HA enable store tests if legacystore is built.Alan Conway2013-03-074-3/+8
* QPID-4558: Selectors for C++ broker - fixes windows builds and 32-bit buildsCharles E. Rolke2013-03-074-16/+25
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-061-6/+2
* QPID-4629 Improve validation of received frames.Andrew Stitcher2013-03-054-25/+39
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-051-8/+7
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-0411-231/+867
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-047-2/+59
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-0411-5/+1166
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-047-2/+192
* NO-JIRA: Changed subject filter to use described value now proton bug should ...Andrew Stitcher2013-03-041-5/+4
* QPID-4604: C++ Broker queue limits controlled by ACL file. Patch from Ernie A...Charles E. Rolke2013-03-018-131/+343
* QPID-4582: Legacystore self test fail. Remove them from the test buildCharles E. Rolke2013-03-011-1/+1
* QPID-4615: Allow unix qpidd to pass in existing socket fds on cmdline.Andrew Stitcher2013-03-016-6/+107
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-0112-814/+732
* QPID-4607: C++ Broker connection limit counting failsCharles E. Rolke2013-02-273-71/+86
* QPID-4601: HA backup broker shuts down after redeclaring exchangeAlan Conway2013-02-262-1/+16
* QPID-4603: Teach qpid-send to send bool/int/float properties as well as stringsAndrew Stitcher2013-02-261-1/+1
* QPID-4600: New HA regularly shutting down active nodeAlan Conway2013-02-252-1/+6
* Revert "Bug 891689 - New HA regularly shutting down active node"Alan Conway2013-02-252-6/+1
* Bug 891689 - New HA regularly shutting down active nodeAlan Conway2013-02-252-1/+6
* NO-JIRA: HA loggging: include status in log messages that refer to a BrokerInfoAlan Conway2013-02-256-22/+17
* QPID-4588: Moved the swig descriptors to the include/qpid directory.Darryl L. Pierce2013-02-195-4/+4
* QPID-4587: Improve the quality of the Perl examples.Darryl L. Pierce2013-02-188-134/+229
* QPID-4588: Updated the Perl language bindings.Darryl L. Pierce2013-02-181-1/+1
* QPID-4588: Updated the Ruby language bindings.Darryl L. Pierce2013-02-182-2/+2
* QPID-4588: Updated the Python bindings.Darryl L. Pierce2013-02-182-2/+2
* QPID-4588: Fix all Swig descriptors to look in qpid and qmf subdirs.Darryl L. Pierce2013-02-181-5/+5
* QPID-4581: Perl message content are automatically encoded.Darryl L. Pierce2013-02-157-16/+52
* QPID-3833: convert int properties to strings if requestedGordon Sim2013-02-151-1/+7
* QPID-4116: Allow the path to qpid-send and qpid-receive programs to be specif...Gordon Sim2013-02-151-3/+7
* NO-JIRA: Rationalised unit test buildAndrew Stitcher2013-02-141-37/+48
* NO-JIRA: Removed unnecessary extra message filter checkAndrew Stitcher2013-02-141-1/+1
* QPID-4580: Added a README file for Perl.Darryl L. Pierce2013-02-131-0/+15
* QPID-4580: Provides perldoc documentation to the Perl bindings.Darryl L. Pierce2013-02-139-40/+1530
* NO-JIRA: Fixes a few typos in the Ruby documentation.Darryl L. Pierce2013-02-135-12/+15
* QPID-4054: C++ Broker connection limits specified per-userCharles E. Rolke2013-02-127-2/+131
* QPID-4544: Perl bindings now support UTF8 encodingDarryl L. Pierce2013-02-122-1/+15
* QPID-4579: Fixes building Qpid under the latest GCC (4.8.0).Darryl L. Pierce2013-02-121-19/+24
* QPID-4575 Visual Studio 2012 - Add VS2012 to cmake shell script.Charles E. Rolke2013-02-111-16/+25
* QPID-4575: Visual Studio 2012 - Update boost version list to latest release.Charles E. Rolke2013-02-111-1/+1
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-0910-96/+566
* QPID-4575 Visual Studio 2012 requires exported destructorCharles E. Rolke2013-02-082-0/+4
* QPID-4555: HA Replace QueueSettings::declaredExclusive with isTemporary.Alan Conway2013-02-084-6/+5
* QPID-4567: Removed errors from qpid_messaging.rb.Darryl L. Pierce2013-02-081-1/+0
* QPID-4555: HA Add QueueSettings::declaredExclusive for exclusive queues.Alan Conway2013-02-075-3/+8
* QPID-4555: HA Primary sets explicit qpid.replicate in Queue and Exchange argu...Alan Conway2013-02-0711-101/+109
* QPID-4555: HA Check for backup ready when new backup joins.Alan Conway2013-02-073-3/+9