summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added property-selector to the console getObjects functionTed Ross2008-09-264-69/+65
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-256-20/+54
* Added an attribute federationLink to the Connection object.Rajith Muditha Attapattu2008-09-251-0/+1
* This is a fix for the java client for QPID-943.Rajith Muditha Attapattu2008-09-253-0/+10
* This is a fix for the problem identified in QPID-943.Rajith Muditha Attapattu2008-09-254-19/+68
* Fixed incorrect exception message.Alan Conway2008-09-251-3/+2
* QPID-1292 - Patch from William HenryTed Ross2008-09-251-5/+62
* Added ScopedSuppressLogging, used to suppress expected error messages in tests.Alan Conway2008-09-258-57/+69
* QPID-1293: Added missing config file Arnaud Simon2008-09-251-0/+10
* Enabled management, add cluster shutdown command.Alan Conway2008-09-2512-122/+95
* QPID-1293: Added an IRtdServer based Excel AddIn that allows receiving messag...Arnaud Simon2008-09-258-0/+496
* Added event handling, did some code cleanup and fixed some small bugsTed Ross2008-09-243-118/+327
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-2422-154/+316
* Remove unneeded import statementTed Ross2008-09-241-1/+0
* QPID-1291 - William Henry's python test (plus some test harness updates)Ted Ross2008-09-242-2/+106
* Corrected a careless mistake I made on an earlier commit.Gordon Sim2008-09-241-1/+1
* Removed the state lock from the RdmaIO codeAndrew Stitcher2008-09-233-96/+129
* QPID-1290 - Patch from William HenryTed Ross2008-09-235-3/+61
* Batch writing of outgoing messages (up to one buffers worth)Gordon Sim2008-09-231-4/+5
* Additional policy testGordon Sim2008-09-231-0/+23
* Add initialization for properties not in the constructor argumentsTed Ross2008-09-222-3/+10
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-229-30/+68
* Keep same default policy as before.Gordon Sim2008-09-221-1/+1
* Added needed includes for generated Arg*.h filesTed Ross2008-09-221-0/+2
* Cleaned up display and parsing of class names for qpid-toolTed Ross2008-09-221-18/+26
* Removed redundant code.Alan Conway2008-09-226-87/+1
* Refactoring of queue/queue-policy:Gordon Sim2008-09-2110-155/+461
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-2121-117/+262
* Support floats and doubles in field tables.Gordon Sim2008-09-195-1/+95
* One more fix for qpid-routeTed Ross2008-09-191-5/+5
* QPID-1288 - Added error handling and remote agent support to the console API....Ted Ross2008-09-193-360/+387
* Cleaned up qmf agent example codeTed Ross2008-09-192-7/+7
* correction to last commitCarl C. Trieloff2008-09-191-2/+2
* - fix 'all' user rules to match if not in user db.Carl C. Trieloff2008-09-192-0/+5
* Return success indicator for getTable/getArray, cleanup implementation a little.Gordon Sim2008-09-193-23/+20
* Added ability to have '@' char in ACL nameKim van der Riet2008-09-191-1/+1
* QPID-1286: Change test and variable names as per review.Aidan Skinner2008-09-191-13/+13
* QPID-1286: Change test and variable names as per review.Aidan Skinner2008-09-192-82/+78
* RDMA bugfixes:Andrew Stitcher2008-09-194-31/+54
* QPID-1286: use transactions to make sure all messages are in there before sta...Aidan Skinner2008-09-191-2/+4
* Added support for nested field tables & arrays within a field table.Gordon Sim2008-09-195-55/+170
* Clean up unused members/testsAlan Conway2008-09-196-127/+8
* QPID-1286: make timeout a constantAidan Skinner2008-09-191-12/+15
* QPID-1288 - Removed test codeTed Ross2008-09-181-9/+7
* QPID-1288 - New (and greatly improved) API for management console accessTed Ross2008-09-181-0/+953
* Dump shared state to new cluster members.Alan Conway2008-09-1818-147/+270
* Modified return codes for txtest: returns 1 if check fails; 2 if exception is...Kim van der Riet2008-09-181-4/+6
* QPID-1286: add missing classAidan Skinner2008-09-181-0/+192
* QPID-1287: Allow boolean <priority> element in virtual host file. Add test fo...Aidan Skinner2008-09-182-2/+115
* QPID-1286: make sure priority queues don't mess with deleted subscriptionsAidan Skinner2008-09-184-76/+406