summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid failed test where ruby-devel isn't installedAndrew Stitcher2009-09-011-0/+2
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-017-9/+7
* Remove some warnings picked up by MSVC compilerAndrew Stitcher2009-09-011-2/+2
* Some QPID_COMMON_EXTERNs missed from previous uuid commitAndrew Stitcher2009-09-011-3/+3
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...Gordon Sim2009-09-011-2/+4
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-316-24/+49
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-3113-203/+205
* Added protocol module for codepoint definitions and header handling.Ted Ross2009-08-3110-176/+512
* Major work in the QMF engine.Ted Ross2009-08-2817-163/+1096
* Fix MessagingSessionTests name (was missing trailing 's'Stephen D. Huston2009-08-261-1/+1
* Purely cosmetic changes, no functional change.Ted Ross2009-08-261-449/+469
* Hide internal message ID behind APIGordon Sim2009-08-2610-274/+355
* 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