summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-2013-30/+66
* added xa destinationsArnaud Simon2008-02-201-0/+6
* added store propArnaud Simon2008-02-201-2/+11
* added init after broker shutdown and changed receiveNowait to receive(1000)Arnaud Simon2008-02-202-63/+80
* sys::RefCountedMap - reference-counted weak map of reference-counted objects.Alan Conway2008-02-193-172/+202
* STL-style intrsive linked lists, single (ISList) and double (IList)Alan Conway2008-02-197-336/+710
* fixed svn:eol-styleRafael H. Schloming2008-02-190-0/+0
* added AMQP 0-10 finalRafael H. Schloming2008-02-192-0/+6898
* Fixed race condition in the examples: when a listener program printsAlan Conway2008-02-188-39/+72
* Fix problem with verify script in ../../bin.Alan Conway2008-02-181-1/+2
* Added sleep to verify script to avoid startup races.Alan Conway2008-02-182-2/+6
* bumped spec releaseRafael H. Schloming2008-02-181-1/+4
* Requests to release a message that has not been acquired should be ignored.Gordon Sim2008-02-182-1/+43
* svn:ignore properties.Alan Conway2008-02-150-0/+0
* Updated c++ and python fanout examples and verify scripts.Alan Conway2008-02-1515-212/+202
* protect the _currentException variable with its own lock, this avoids deadloc...Rafael H. Schloming2008-02-151-9/+13
* bumped spec releaseRafael H. Schloming2008-02-141-1/+4
* Fixed bug in browsing that failed to deal correctly with 'gaps' in message se...Gordon Sim2008-02-142-7/+57
* recompute internal 0-10 message for reused messagesRafael H. Schloming2008-02-142-12/+6
* print message text directlyRafael H. Schloming2008-02-141-1/+1
* rethrow exception rather than ignoring itRafael H. Schloming2008-02-141-0/+1
* set initial causeRafael H. Schloming2008-02-141-0/+1
* Fix for Qpid-793Rajith Muditha Attapattu2008-02-141-4/+6
* This is a fix for QPID-791Rajith Muditha Attapattu2008-02-141-4/+1
* fixed logging of message DataRafael H. Schloming2008-02-131-1/+0
* modified it to show the selector test bugRajith Muditha Attapattu2008-02-131-3/+28
* updated runSample.sh from jrobieRafael H. Schloming2008-02-131-3/+3
* added client/example to the buildRafael H. Schloming2008-02-133-1/+31
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-138-14/+85
* applied patch from rajith to fix reply-toRafael H. Schloming2008-02-121-0/+8
* Patches from Ted Ross:Alan Conway2008-02-122-5/+7
* added a test for message send followed by immediate connection close; fixed c...Rafael H. Schloming2008-02-122-0/+110
* added default getConnection()Rafael H. Schloming2008-02-121-0/+5
* synchronize access to lastWrite futureRafael H. Schloming2008-02-121-4/+11
* increased the test timeoutRafael H. Schloming2008-02-121-1/+1
* Fix verify error in Makefile.amAlan Conway2008-02-122-2/+5
* Add -g to build flags to get debug info.Alan Conway2008-02-121-3/+6
* Create a tar file of verify scripts suitable for untarring into and installed...Alan Conway2008-02-123-7/+12
* Quote all non-printable ASCII characters (not just control characters)Alan Conway2008-02-122-14/+15
* Create /var/lib/qpidd correctly.Alan Conway2008-02-121-5/+8
* Fixed typoGordon Sim2008-02-121-1/+1
* Explicitly reset shared pointer; brokers destructor not called if started thr...Gordon Sim2008-02-121-1/+2
* added help text for the clean-results targetRafael H. Schloming2008-02-121-0/+7
* Remove dependency on sys::Socket for management ID of connections.Alan Conway2008-02-114-8/+14
* Fix errors in verify scripts.Alan Conway2008-02-114-9/+9
* fixed computation of ranged acks, fix needed for failing RecoverTestRafael H. Schloming2008-02-111-5/+6
* bumped release for Beta 3Rafael H. Schloming2008-02-111-1/+3
* Added a test (currently disabled) that highlights a deadlock in the client wh...Gordon Sim2008-02-111-8/+40
* Check valid listener (or handler) exist and log error if not. See QPID-783.Gordon Sim2008-02-111-4/+11
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-782Alan Conway2008-02-084-9/+24