summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change warning C4996 from level 1 to level 4. This is the "warning C4996: 'st...Stephen D. Huston2010-06-172-1/+9
* Fixed numbering for sections - now includes chapter.Jonathan Robie2010-06-171-3/+3
* QPID-2663: rate limit heartbeat processing, set minimum heartbeat intervalKenneth Anthony Giusti2010-06-171-60/+85
* Allow libraries to be independently versioned in the autotools build.Alan Conway2010-06-179-41/+52
* QPID-2665: Remove BROKER from object types for pluginsRobert Gemmell2010-06-174-16/+1
* QPID-2654: Add Actor logging to the ACL pluginRobert Gemmell2010-06-1710-15/+275
* QPID-2662: Use actual SocketAddress instead of the String representationRobert Gemmell2010-06-1713-85/+68
* QPID-2673: dont hold a disposition change listener for messages when accept-m...Robert Gemmell2010-06-172-3/+10
* reset reconnect delay after successful connectRafael H. Schloming2010-06-171-0/+1
* don't always set the sync bit on sendRafael H. Schloming2010-06-162-8/+31
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-166-37/+53
* Added Chuck Rolke's C++ .NET material from https://issues.apache.org/jira/bro...Jonathan Robie2010-06-161-9/+109
* remove assertion for condition that is in fact valid (the callback could have...Gordon Sim2010-06-161-2/+0
* performance tweaks for receive: added configurable threshold for issuing cred...Rafael H. Schloming2010-06-162-5/+21
* Nix a compile warning on Windows about converting int to bool.Stephen D. Huston2010-06-161-1/+1
* ~Jonathan Robie2010-06-155-287/+0
* Removing files that end with ~Jonathan Robie2010-06-154-439/+4
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-1536-92/+1879
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-156-4/+29
* fix for python 2.3Rafael H. Schloming2010-06-151-1/+3
* This change is a partial fix for the problem of long cluster failovers. This...Michael Goulish2010-06-151-1/+3
* added back values method for backwards compatibilityRafael H. Schloming2010-06-151-2/+7
* Added "Book" templates for creating separate books with subsets of the materi...Jonathan Robie2010-06-144-0/+267
* Added qpid-cpp-benchmark to EXTRA_DIST.Alan Conway2010-06-141-0/+1
* QPID-2667 - Documentation update from Chuck RolkeTed Ross2010-06-141-8/+9
* Update for changes to names of qpid-send and qpid-receive.Alan Conway2010-06-141-2/+2
* Allow entry into notifyPendingWrite() if already stopped as it is too hardAndrew Stitcher2010-06-141-2/+2
* Move QueuePair member in Rdma::AsynchIO to ensure that it get destroyed beforeAndrew Stitcher2010-06-142-4/+6
* Ensure that we can't shutdown in the middle of writing a bufferAndrew Stitcher2010-06-141-0/+1
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-147-63/+60
* Try to avoid getting into a state where we can't send credit because weAndrew Stitcher2010-06-141-1/+10
* Added asserts to ensure that we catch it if xmitCredit isn't saneAndrew Stitcher2010-06-141-0/+7
* Allow stopping even if we've got outstanding write buffers.Andrew Stitcher2010-06-141-1/+1
* In Rdma::AsynchIO::stop():Andrew Stitcher2010-06-142-6/+19
* Only set the draining flag when we delay calling the drained callback.Andrew Stitcher2010-06-141-2/+1
* Trivial code simplificationAndrew Stitcher2010-06-141-3/+1
* Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()Andrew Stitcher2010-06-142-3/+3
* Rename tests qpid_* to qpid-* for consistency.Alan Conway2010-06-148-47/+42
* QPID-2652 : Update client build.xml to use local property for genration, this...Martin Ritchie2010-06-141-6/+5
* Update SAMQQT to use an initialised Direct exchange rather than make its own.Martin Ritchie2010-06-141-1/+4
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-1421-98/+335
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-1445-586/+2854
* Update LogMessage Generation to be based on a the existance of a _logmessages...Martin Ritchie2010-06-147-94/+104
* Fixed a bug in which QMF error return codes were being sent back as 7 - Excep...Ted Ross2010-06-111-20/+12
* Fix ordering problem with of dependencies of make check.Alan Conway2010-06-111-1/+2
* QPID-2663: scale and performance optimizations.Kenneth Anthony Giusti2010-06-111-119/+233
* Multiple fixes to source files.Jonathan Robie2010-06-1116-44/+48
* QPID-2666: Fix for init script problem where config file has "log-to-file" se...Kim van der Riet2010-06-111-1/+1
* QPID-664: Avoid allocation for void VariantGordon Sim2010-06-111-26/+29
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-114-5/+16