summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/tests/ruby_console_test.rb
Commit message (Expand)AuthorAgeFilesLines
* In qmfengine, if a method call or method response requires a buffer larger th...Ted Ross2011-01-131-0/+37
* QPID-2916: fix QMF test that was sending a sstr > 255 bytes long.Kenneth Anthony Giusti2010-10-291-1/+1
* QPID-2880: allow boolean values in method call map/list arguments.Kenneth Anthony Giusti2010-09-221-2/+3
* Bugfix: agent label in wrapped (python, ruby) qmf agent was not transmitted t...Ted Ross2010-07-221-1/+1
* QPID-2556: add tests for maps and lists in method args and events.Kenneth Anthony Giusti2010-04-271-0/+58
* QPID-2556: fix conversion of signed integers in maps and lists.Kenneth Anthony Giusti2010-04-271-38/+17
* QPID-2546: implement event support for ruby wrapper. Python pending...Kenneth Anthony Giusti2010-04-231-0/+33
* add support for QMF TYPE_LIST in engine, ruby and python wrappersKenneth Anthony Giusti2010-03-301-0/+17
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-051-0/+38
* QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields i...Ted Ross2009-12-041-2/+14
* Removed references to broker and agent bank from API, replaced with theTed Ross2009-10-231-0/+13
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-151-0/+15
* QMF Fixes:Ted Ross2009-10-021-0/+10
* QMF updates:Ted Ross2009-09-251-21/+14
* Fixes to the QMF Ruby API - added missing methods and reduced use of "get_" c...Ted Ross2009-09-231-9/+9
* QMF updates:Ted Ross2009-09-221-3/+57
* Fixed a Ruby convention problem (camel-case vs. underscores)Ted Ross2009-09-211-2/+2
* Added Ruby test infrastructure and Console tests in RubyTed Ross2009-09-211-0/+137