summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Add required include (absence believed to cause failures on some platforms)Gordon Sim2009-08-261-0/+1
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-255-663/+12
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2565-4/+6693
* Added management visibility into the alternate exchange and auto-delete attri...Ted Ross2009-08-253-3/+40
* Fix misleading log messages.Alan Conway2009-08-242-2/+2
* Fixed Ruby typemaps so 64-bit values are handled correctly on 32-bit architec...Ted Ross2009-08-241-8/+11
* Added QMF tests for method invocation and numeric types.Ted Ross2009-08-244-14/+210
* Revert 807114Aidan Skinner2009-08-243-792/+2
* Use co -r instead of URL@REVAidan Skinner2009-08-243-2/+792
* Added QPID_COMMON_EXPORT to convertIfRequired to satisfy Windows build.Stephen D. Huston2009-08-221-1/+1
* Implemented the new QMF ConnectionSettings and incorporated into the bindings.Ted Ross2009-08-2114-52/+475
* Use more friendly time setting for the Timer warningsAndrew Stitcher2009-08-211-2/+3
* Added documentation for AMQP 0-10 URL format.Jonathan Robie2009-08-211-0/+14
* Remove using namespace boost - not needed and causes confusion with uint8_t f...Stephen D. Huston2009-08-201-1/+0
* Add new file qpid/framing/List.cppStephen D. Huston2009-08-201-0/+1
* Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in ...Stephen D. Huston2009-08-203-12/+14
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-202-2/+8
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-208-11/+357
* Fix for previous qmf change to carry on building with cmakeAndrew Stitcher2009-08-191-2/+2
* Fixed doxygen generation for the C++ APIsTed Ross2009-08-196-2/+17
* Introduce the public includes for the QMF interfaces.Ted Ross2009-08-1913-120/+786
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-193-4/+12
* Improved the cleanup-check at the end of every federation testTed Ross2009-08-191-35/+21
* QPID-2053: Allow queue names to be controlled for perftest (this allows multi...Gordon Sim2009-08-181-22/+31
* Removed TSS variables that tracked I/O counts; not used. Part of fix for QPID...Stephen D. Huston2009-08-141-17/+0
* Initialize the update interval to a reasonable valueTed Ross2009-08-141-1/+1
* Added documentation to watchdog plugin.Alan Conway2009-08-142-0/+25
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-144-28/+17
* QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchangeTed Ross2009-08-133-10/+159
* Check for null pointer in ~QueueCleaner.Alan Conway2009-08-131-1/+1
* QPID-2048: Handle connection fail while attempting to close.Gordon Sim2009-08-133-4/+21
* Add missing file to distribution listGordon Sim2009-08-131-0/+1
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-124-17/+28
* Removed spurious code in AMQFrame::~AMQFrame.Alan Conway2009-08-121-1/+1
* Optimized handling of accepts and completions.Alan Conway2009-08-125-25/+95
* Moved python cluster tests to new python test runnerKim van der Riet2009-08-123-28/+107
* Fixed a bug where Ruby/C number conversions failed on 32-bit architectures.Ted Ross2009-08-122-16/+16
* Minor whitespace adjustment.Gordon Sim2009-08-121-1/+1
* QPID-2046: * perform destroy() on the links own io thread, not on that of the...Gordon Sim2009-08-122-10/+22
* Add test script to distribution listGordon Sim2009-08-121-0/+1
* fixed the cpp/python test integrationRafael H. Schloming2009-08-119-207/+79
* Removed unneeded Makefile from configure.acTed Ross2009-08-111-1/+0
* Cleaned up the makefiles in the QMF bindings area.Ted Ross2009-08-1110-13/+293
* Add new test script to distribution list.Gordon Sim2009-08-111-0/+1
* Reinstate reliable_replication_testAndrew Stitcher2009-08-111-2/+1
* Add tests to check for correct Poller DISCONNECT behaviourAndrew Stitcher2009-08-111-24/+43
* Ensure that a PollerHandle that has had a disconnected event can neverAndrew Stitcher2009-08-111-1/+4
* Fix for re-entering DispatchHandle::processEvent more than once on disconnectionAndrew Stitcher2009-08-112-4/+3
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-106-33/+235
* Removed unused filesAndrew Stitcher2009-08-079-308/+1