summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* merged from M2 (r521792:522567) QPID-408 QPID-421 QPID-428Bhupendra Bhusman Bhardwaj2007-03-2718-178/+555
* Updated perftests from M2Robert Greig2007-03-236-559/+472
* QPID-418 : Add ability to save user preferences to Java Management ConsoleBhupendra Bhusman Bhardwaj2007-03-224-66/+385
* added cygwin check to correct the path if running on cygwinBhupendra Bhusman Bhardwaj2007-03-221-0/+10
* Cleaned up signatures: safer to return string than const string&.Alan Conway2007-03-213-78/+56
* Removed unused files and #includes.Alan Conway2007-03-214-470/+6
* Refactored client side for dual-mode Channel supporting either 0-9 Message or...Alan Conway2007-03-2119-74/+831
* Modifications to allow messages produced by the message class to be persisted...Gordon Sim2007-03-217-24/+510
* Exception thrown should be JMException, because management application don't ...Bhupendra Bhusman Bhardwaj2007-03-211-2/+2
* QPID-420 Adding clientID, AuthorizedId and client version on management consoleBhupendra Bhusman Bhardwaj2007-03-213-4/+40
* removed python/tests: replaced by tests_0-8/tests_0-9Alan Conway2007-03-219-2112/+0
* Renamed cpp-0-9 to cppAlan Conway2007-03-21359-0/+0
* * cpp: svn removed, will rename cpp-0-9Alan Conway2007-03-21261-38681/+0
* * python/qpid/*.py:: apply 0-9 changes missed by merge.Alan Conway2007-03-214-11/+22
* * cpp-0-9: svn copy of 0-9 branch cpp, will rename to cpp on next update.Alan Conway2007-03-21370-6/+69732
* Merged revisions 520415 via svnmerge from Robert Greig2007-03-2011-77/+636
* * python/cpp_failing_0-8.txt,java_failing_0-8.txt: updated to current failuresAlan Conway2007-03-193-0/+0
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-1910-75/+243
* Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047...Alan Conway2007-03-193-22/+70
* Changed tests.* to tests_0-8.*.Alan Conway2007-03-191-2/+2
* Merged revisions 504590 via svnmerge from Alan Conway2007-03-196-14/+256
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-194-27/+54
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-195-48/+155
* Add java_failing_0-1.txt for current Java failures against python/tests_0-8.Alan Conway2007-03-191-0/+2
* Merged revisions 501143 via svnmerge from Alan Conway2007-03-192-2/+415
* * python/qpid/client.py (Client.__init__): Use "/" as default vhost.Alan Conway2007-03-192-20/+3
* Merged revisions 501025 via svnmerge from Alan Conway2007-03-191-1/+1
* Merged revisions 519933 via svnmerge from Robert Greig2007-03-191-10/+10
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-03-199-150/+56
* Removed idea config file mistakenly committed.Robert Greig2007-03-191-469/+0
* * python/qpid/testlib.py:Alan Conway2007-03-172-16/+36
* Merged revisions 500305 via svnmerge from Alan Conway2007-03-1611-131/+140
* * python/tests_0-8/*: copy of python/tests to preserve 0-8 version of tests.Alan Conway2007-03-169-4/+1481
* Merged revisions 497277 via svnmerge from Alan Conway2007-03-161-1/+4
* Merged revisions 496593 via svnmerge from Alan Conway2007-03-1611-215/+424
* Added timeout to be passed on command line.Bhupendra Bhusman Bhardwaj2007-03-162-10/+46
* Correctly moved amqplain and plain sasl implementationsMartin Ritchie2007-03-166-0/+474
* QPID-70 InVM Authentication QPID-419 Access Control QPID-423 Authentication p...Martin Ritchie2007-03-1655-1054/+1924
* Added close before ack test for QPID-397Robert Greig2007-03-152-0/+153
* - DeliveryManager.getMessage is reimplmented because the ConcurrentLinkedMess...Bhupendra Bhusman Bhardwaj2007-03-153-35/+68
* Short pause to help ensure connection.close comes after last message ack, add...Robert Greig2007-03-155-14/+29
* QPID-415Bhupendra Bhusman Bhardwaj2007-03-153-1/+39
* QPID-170Bhupendra Bhusman Bhardwaj2007-03-151-1/+1
* Commit of interop test stuff prior to M2 branch.Robert Greig2007-03-158-116/+898
* Added sourceforge snapshot repository for badgerset junit-toolkitMartin Ritchie2007-03-141-0/+10
* MBean test moved to broker module because it relates very closely to the Broker.Bhupendra Bhusman Bhardwaj2007-03-141-0/+0
* QPID-411 : ClearQueue functionality of AMQQueue doesn't reset the queue depthBhupendra Bhusman Bhardwaj2007-03-133-16/+33
* Fixed bug where non durable queues would be attempted to be deleted from the ...Martin Ritchie2007-03-131-14/+19
* QPID-408 Queue Depth should be reduced when message is polled from the queue.Bhupendra Bhusman Bhardwaj2007-03-133-1/+423
* Skeleton of interop testing code added.Robert Greig2007-03-1311-7/+1155