summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust to new location of state_saver in Boost 1.40; fixes QPID-2090Stephen D. Huston2009-09-091-2/+9
* Replace write lock with read lock in QueueRegistry::eachQueue.Alan Conway2009-09-091-1/+1
* ( mgoulish checking in changes for gsim )Michael Goulish2009-09-091-6/+10
* Remove extra ::Variant from translate() signatureStephen D. Huston2009-09-081-1/+1
* Fixed code that pushes a buffer into the read queue if closed for writeAndrew Stitcher2009-09-081-1/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-0715-30/+232
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-0713-159/+875
* Unify namespace usage, avoid using qpid::client because it confuses arg in bo...Stephen D. Huston2009-09-041-18/+18
* QPID-2080 - crash when attempting to modify an exchange's alternateTed Ross2009-09-041-2/+4
* QPID-2045 - crash when destroying a federation link with a dynamic bridgeTed Ross2009-09-032-3/+10
* QPID-2050 - leak of bridge objectsTed Ross2009-09-022-1/+14
* Change Async buffer returning logic to only watch reads when necessaryAndrew Stitcher2009-09-021-3/+21
* Fixed a race condition whereby the connection thread sometimes read the value ofTed Ross2009-09-021-1/+1
* QPID-2064 - add python bindings for qmf (c++)Ted Ross2009-09-022-2/+2
* More QMF implementation:Ted Ross2009-09-025-373/+369
* QPID-2078: cluster disallows the connection.close management method, so skip ...Gordon Sim2009-09-021-0/+1
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-014-6/+6
* Remove some warnings picked up by MSVC compilerAndrew Stitcher2009-09-011-2/+2
* 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-315-9/+103
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-317-181/+181
* Added protocol module for codepoint definitions and header handling.Ted Ross2009-08-318-174/+509
* Major work in the QMF engine.Ted Ross2009-08-2811-121/+758
* Fix MessagingSessionTests name (was missing trailing 's'Stephen D. Huston2009-08-261-1/+1
* Hide internal message ID behind APIGordon Sim2009-08-268-268/+353
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-253-5/+11
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2537-3/+4291
* 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
* Revert 807114Aidan Skinner2009-08-242-792/+1
* Use co -r instead of URL@REVAidan Skinner2009-08-242-1/+792
* Implemented the new QMF ConnectionSettings and incorporated into the bindings.Ted Ross2009-08-218-30/+421
* Use more friendly time setting for the Timer warningsAndrew Stitcher2009-08-211-2/+3
* 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-202-11/+13
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-201-0/+5
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-205-8/+159
* Fix for previous qmf change to carry on building with cmakeAndrew Stitcher2009-08-191-2/+2
* Introduce the public includes for the QMF interfaces.Ted Ross2009-08-195-106/+110
* 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