summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-308 Configurable timeout on blockForFrame.Martin Ritchie2007-01-221-5/+5
* performance Ping tests modified for scalability test. Now tests with multiple...Bhupendra Bhusman Bhardwaj2007-01-225-36/+174
* modified the mbean and mbean test for any failure in creating TabularData(for...Bhupendra Bhusman Bhardwaj2007-01-222-2/+8
* QPID-310 Propagated JMS Exception to client.Martin Ritchie2007-01-228-108/+265
* Stopped tests forking so we can get a stack trace from hung processesMartin Ritchie2007-01-221-1/+1
* Fixed creation of error message for unknown channel.Gordon Sim2007-01-221-1/+4
* (Patch submitted by Rupert Smith) Fix broken distribution by rolling back ass...Robert Greig2007-01-222-2/+3
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-222-0/+158
* Added class to ping itself and a junit test for it.Bhupendra Bhusman Bhardwaj2007-01-193-53/+184
* QPID-309 fix for incorrect filemodes as pointed out by SteveMarnie McCormack2007-01-192-24/+12
* Removed mandatory 6 second sleep! replaced with a countdown latch that will w...Martin Ritchie2007-01-191-4/+17
* JMSException logged as error Marnie McCormack2007-01-191-1/+1
* JMSException logged as errorMarnie McCormack2007-01-191-1/+1
* Upgraded logging for JMSException to error as we always want to know afaikMarnie McCormack2007-01-191-1/+1
* QPID-275 : Patch supplied by Rob Godfrey - Update list of expected failures i...Robert Greig2007-01-191-14/+0
* Corrected file modes from 493 to 473, problem detected after move to 2.2-SNAP...Marnie McCormack2007-01-192-12/+12
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-1938-900/+592
* refactored the constructor to allow subclasses use the super constructorBhupendra Bhusman Bhardwaj2007-01-191-17/+50
* (Pacth by Rupert Smith) Fixed mistake in PingPongProducer, it was creating it...Robert Greig2007-01-184-28/+37
* (Build fix - Rupert Smith)Robert Greig2007-01-181-21/+32
* Added the non-standard 'binary' type to the field table implementation to sup...Gordon Sim2007-01-182-0/+13
* (Patch submitted by Rupert Smith)Robert Greig2007-01-1813-513/+970
* Locked Channel::close() due to race.Gordon Sim2007-01-181-7/+13
* * uses LONG_STRING in place of WIDE_STRING for properties set through FieldTa...Gordon Sim2007-01-185-22/+12
* Modified handling of reason for closing in peer to work around race between w...Gordon Sim2007-01-184-3/+7
* Close connection when connection.close is sent to client.Gordon Sim2007-01-182-1/+3
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496996...Bhupendra Bhusman Bhardwaj2007-01-171-3/+2
* added timer for callbackHandler to wait for next message before exitingBhupendra Bhusman Bhardwaj2007-01-171-33/+116
* Added .NET generator class to the code generator, and added mechanism to invo...Kim van der Riet2007-01-163-8/+366
* Fix to broken build due to missing file.Robert Greig2007-01-163-10/+54
* QPID-245 reverted interop changes for the sake of JMS compliance.Robert Greig2007-01-163-21/+24
* (Patch submitted by Rupert Smith) Refactored the test ping classes to share c...Robert Greig2007-01-1611-263/+1321
* Added folders.Robert Greig2007-01-160-0/+0
* Tests under this directory are actually ping testsBhupendra Bhusman Bhardwaj2007-01-164-0/+0
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496682...Bhupendra Bhusman Bhardwaj2007-01-163-4/+10
* Fixed QPID-296 Header guards may not be compliant with C++ standardKim van der Riet2007-01-167-16/+16
* Some basic additional error logging of framing errors. Gordon Sim2007-01-162-4/+13
* QPID-245 Field table now uses long str type for binary type - temporary inter...Robert Greig2007-01-161-2/+4
* QPID-300Martin Ritchie2007-01-161-2/+9
* QPID-299 Messages not being correctly requeued when transacted session closedRobert Greig2007-01-162-1/+86
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496649...Bhupendra Bhusman Bhardwaj2007-01-161-37/+0
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496648...Bhupendra Bhusman Bhardwaj2007-01-161-0/+37
* QPID-293Martin Ritchie2007-01-167-146/+784
* QPID-245 Field table now uses long str type for ascii string - temporary inte...Robert Greig2007-01-161-2/+3
* QPID-245 Field table now uses short strings only for interop, pending full pr...Robert Greig2007-01-161-6/+8
* QPID-245 Changed client properties to short strings for interop with C++ broker.Robert Greig2007-01-151-4/+4
* (Patch submitted by Rupert Smith) QPID-297Robert Greig2007-01-155-28/+53
* QPID-295Bhupendra Bhusman Bhardwaj2007-01-152-12/+35
* 2006-12-08 Jim Meyering <meyering@redhat.com>Alan Conway2007-01-154-6/+7
* QPID-294 : Patch supplied by Rob Godfrey - Fix race condition on client conne...Robert Greig2007-01-153-10/+40