summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* yum correctionCarl C. Trieloff2008-02-081-1/+1
* cpp/examples/direct, fanout: Converted listener.cpp to SubscriptionManager.Alan Conway2008-02-0829-228/+192
* whitespace cleanupRafael H. Schloming2008-02-081-34/+34
* made xa tests run, and made QpidTestCase more robustRafael H. Schloming2008-02-084-19/+31
* Added verify scripts to run mixed python/cpp examples.Alan Conway2008-02-0818-22/+234
* Refactored verify scripts, added verify for python Examples.Alan Conway2008-02-0827-120/+252
* simplied QpidTestCase's interface for running non vm brokers and set up build...Rafael H. Schloming2008-02-089-127/+123
* Clean shutdown of broker: Moved signal unsafe code from Broker::shutdownAlan Conway2008-02-076-16/+17
* Removed signal-unsafe code from shutdown handler. Alan Conway2008-02-071-3/+15
* create missing dirNuno Santos2008-02-071-2/+3
* Disable QPID_DATA_DIR for verify tests.Alan Conway2008-02-071-1/+1
* qpidc.spec.in: Build --without-cpg, no point adding the dependency till clusterAlan Conway2008-02-071-1/+1
* added test for exception listener; fixed NPERafael H. Schloming2008-02-075-26/+123
* Quote unprintable control characters in log output.Alan Conway2008-02-072-1/+49
* fixed log level defaultsRafael H. Schloming2008-02-061-2/+2
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-780Alan Conway2008-02-068-3/+135
* Removed the System.outs from the code.Rajith Muditha Attapattu2008-02-061-4/+0
* Added code to pass in the throwable to the closedListener so that it can be i...Rajith Muditha Attapattu2008-02-0611-21/+48
* added close notificationRafael H. Schloming2008-02-067-17/+91
* Replaced --enable-cluster option with --with-cpg to enable/disable CPG.Alan Conway2008-02-064-26/+30
* Added close logic for releasing pre-fetched messages, see QPID-778Arnaud Simon2008-02-063-3/+42
* Changed for using Window mode see QPID-778Arnaud Simon2008-02-062-29/+2
* Changed session mode to AUTO_ACK so mesages are removed from broker between t...Arnaud Simon2008-02-062-11/+11
* QPID-777 and QPID-778Arnaud Simon2008-02-067-234/+266