summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-4820: fix incorrect AMQP 0-10 typecodesGordon Sim2013-05-081-3/+3
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-086-2/+40
* QPID-4819: ensure exclusive lock is released when link is detached (allowing ...Gordon Sim2013-05-081-0/+1
* QPID-4668: Correct use of delivery count (should be 0 on first delivery)Gordon Sim2013-05-083-5/+5
* QPID-4775: Fix core dumps in HA tests introduced in r1478418Alan Conway2013-05-031-2/+1
* QPID-4810: No TCP if SSL initialisation fails and TCP/SSL mux enabledAndrew Stitcher2013-05-021-34/+37
* NO-JIRA: Fix Windows build moreCharles E. Rolke2013-05-021-0/+1
* QPID-4792: convert between UUIDs and GUIDs as needed for Microsoft APIsClifford Jansen2013-05-021-13/+83
* QPID-4775: C++ Broker add ACL property checks for delete queue and exchange.Charles E. Rolke2013-05-021-9/+25
* QPID-4807: Add new broker option to disable listening on specific transport typeAndrew Stitcher2013-05-024-44/+50
* Resolve Windows compile error and warnings. NO-JIRAStephen D. Huston2013-05-021-2/+2
* QPID-4801: Changed the log message to be of type DEBUG.Darryl L. Pierce2013-05-011-1/+1
* QPID-4801: Show error when config file cannot be read.Darryl L. Pierce2013-05-011-0/+3
* NO-JIRA: Remove "FIXME" string inadvertently left in code.Alan Conway2013-05-011-1/+0
* QPID-4786: Only have one thread processing session queue at a timeGordon Sim2013-05-012-15/+59
* QPID-4767 [legacystore] QMF commands to create a persistent queue with an ill...Kim van der Riet2013-05-013-22/+46
* QPID-4339: Add include necessary under some versions of unixAndrew Stitcher2013-04-301-0/+1
* QPID-4793: Change test so that regex.h works on other unixesAndrew Stitcher2013-04-301-2/+2
* QPID-4339: some more export symbol directives needed for unit_test compilatio...Gordon Sim2013-04-301-5/+6
* QPID-4339: add export symbol directivesGordon Sim2013-04-301-9/+10
* QPID-4759 : make qpidd --help display sasl config dir default locationMichael Goulish2013-04-301-2/+1
* QPID-4339: fix for older compilers/c++ librariesGordon Sim2013-04-303-7/+9
* QPID-4759 : make both builds put sasl config file in sysconfdir/sasl2Michael Goulish2013-04-301-0/+1
* QPID-4339: fix for windows buildGordon Sim2013-04-291-0/+1
* QPID-4720: C++ Broker headers exchange tests not using run-time comaprisons.Charles E. Rolke2013-04-292-38/+6
* QPID-4339: simple paged queue implementationGordon Sim2013-04-2917-42/+847
* QPID-4787: HA brokers find self-address in brokers_url.Alan Conway2013-04-296-18/+46
* QPID-4631: C++ Broker federated links are protected by ACL policy.Charles E. Rolke2013-04-292-7/+16
* NO-JIRA: Remove spurious header file from qpid/cpp/src/qpid/broker/Bridge.cpp.Alan Conway2013-04-291-1/+0
* QPID-4651: C++ Broker add --log-disable optionCharles E. Rolke2013-04-264-42/+218
* QPID-4780: Bug 889552 - HA broker deadlock after loss of primary broker.Alan Conway2013-04-263-29/+37
* QPID-3828: When sending large messages loss of connection is not detected eve...Andrew Stitcher2013-04-251-1/+1
* QPID-4764: tweaks to locking in receiver and session to avoid deadlockGordon Sim2013-04-252-5/+8
* NO-JIRA: Fix compilation warnings introduced by r1469661.Alan Conway2013-04-231-5/+5
* QPID-4765: "Incorrect parameter validation for legacystore wcache-page-size a...Kim van der Riet2013-04-221-30/+18
* QPID-4759 : backed out change -- can't hard-code Cyrus SASL default. bad for...Michael Goulish2013-04-201-1/+0
* QPID-4759 : make --help output show default value for --sasl-configMichael Goulish2013-04-201-0/+1
* QPID-4757: C++ Broker report sasldb failures more clearly when problem may be...Charles E. Rolke2013-04-191-0/+7
* QPID-4748: Consistent handling of durations - apply changes to Windows platformCharles E. Rolke2013-04-191-1/+25
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-1910-42/+61
* QPID-4734: Expand ignoring warnings to all patchlevels of gcc 4.4Andrew Stitcher2013-04-181-1/+1
* QPID-3689: Change tcp nodelay to be the defaultAndrew Stitcher2013-04-172-2/+2
* QPID-4736: Demote journal log messages from warn to infoCharles E. Rolke2013-04-171-2/+2
* QPID-3921: Move code from Statement.h to Statement.cppAndrew Stitcher2013-04-161-1/+58
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Ken Giusti2013-04-117-48/+93
* QPID-4735: ACL file size/count upper limit checks incorrectCharles E. Rolke2013-04-102-73/+34
* QPID-4734: Release builds fail on GCC 4.4.7 / Boost 1.41Andrew Stitcher2013-04-101-0/+5
* QPID-4727:C++ Broker ACL keyword to reference default exchange.Charles E. Rolke2013-04-083-3/+15
* QPID-4717 - Added missing call to statisticsUpdated for Exchanges.Ted Ross2013-04-051-0/+2
* QPID-4718: set exclusive owner on subscription queueGordon Sim2013-04-051-0/+1