summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-096-7/+76
* Adding virtual destructors.Rajith Muditha Attapattu2010-04-091-0/+3
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-093-26/+42
* removed Message.toRafael H. Schloming2010-04-094-16/+5
* clean up pipes from driver side in case nobody is waiting for the errorRafael H. Schloming2010-04-091-2/+7
* cleanup waiter pipes on errorRafael H. Schloming2010-04-092-0/+21
* removed duplicates assertion from testReconnectRafael H. Schloming2010-04-091-1/+2
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-0912-134/+183
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-0911-59/+290
* This adds test cases for QPID-2488Rajith Muditha Attapattu2010-04-081-0/+75
* Committing the patch attached to QPID-2488Rajith Muditha Attapattu2010-04-085-1/+232
* Install remainder of required Boost headers and Boost .libs for Windows insta...Stephen D. Huston2010-04-081-19/+34
* QPID-2487: always save the origin, even if queue is already boundKenneth Anthony Giusti2010-04-084-1/+18
* Removed QPID_COMMON_EXTERN from inlined constructor.Stephen D. Huston2010-04-081-1/+1
* Renamed qpid_recv to qpid_receive.Alan Conway2010-04-083-9/+7
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-0820-50/+62
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-082-36/+47
* Remove some clunky accessors for AbsTime on Windows and replace by making Con...Andrew Stitcher2010-04-083-9/+2
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-085-10/+17
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-083-11/+14
* Now discusses mapping to 0-10, and uses drain and spout to show how Sender an...Jonathan Robie2010-04-071-74/+318
* Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.Alan Conway2010-04-072-2/+4
* Use read-write lock to imporve Logger concurrency.Alan Conway2010-04-072-3/+4
* Fix ambiguous --report option in qpid_send, qpid_recv.Alan Conway2010-04-072-9/+9
* Fix compiler warnings "virtual function but no virtual destructor".Alan Conway2010-04-073-0/+8
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-076-19/+319
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-073-1/+10
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-079-39/+35
* removed testReconnect's redelivered assertionsRafael H. Schloming2010-04-071-4/+5
* Fixed qpid-stat failure in cluster caseTed Ross2010-04-071-1/+1
* Be sure not to back off the beginning of rules in loadDecisionData(). Resolve...Stephen D. Huston2010-04-061-130/+139
* fixed resource leak when close throws an errorRafael H. Schloming2010-04-061-4/+6
* QPID-664: added method to release messagesGordon Sim2010-04-066-1/+47
* Remove non-portable @staticmethod from qpid/datatypes.pyAlan Conway2010-04-062-9/+7
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-062-2/+60
* Added qpid-cluster-store tool to examine & modify cluster store status.Alan Conway2010-04-063-0/+80
* verify broker UUID read from config fileKenneth Anthony Giusti2010-04-061-1/+5
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-0614-17/+36
* use set from compatRafael H. Schloming2010-04-061-0/+1
* QPID-2361: actually write out the required default virtualhost propertyRobert Gemmell2010-04-061-0/+1
* Documentation for High Level API.Jonathan Robie2010-04-061-0/+770
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-052-0/+9
* Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ...Andrew Stitcher2010-04-022-2/+1
* Add missing QPID_CLIENT_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-011-4/+12
* make reconnect test always use plain transportRafael H. Schloming2010-04-011-2/+1
* added option to disable reconnect logging; fixed reconnect test to not loop f...Rafael H. Schloming2010-04-014-17/+21
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-016-12/+99
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-012-4/+4
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-019-110/+134
* Add missing QPID_COMMON_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-012-5/+8