summaryrefslogtreecommitdiff
path: root/cpp/bindings
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: agent label in wrapped (python, ruby) qmf agent was not transmitted t...Ted Ross2010-07-223-3/+3
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-07-193-1/+20
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-07-1914-23/+245
* QPID-2708 - Patch from Chuck RolkeTed Ross2010-07-011-2/+2
* QPID-2706 Patch from Chuck RolkeTed Ross2010-06-291-0/+13
* QPID-2706 Patch from Chuck RolkeTed Ross2010-06-298-20/+7
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-251-6/+74
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-2523-378/+498
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-2417-1/+779
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-1536-92/+1879
* QPID-2589 Cleanup pass to address function naming, capitalization rules, chan...Ted Ross2010-06-0930-686/+689
* QPID-2589 - Build DLLs and EXEs usable on both 32 and 64-bit architectures.Ted Ross2010-06-0310-15/+181
* QPID-2628 - Patch from Chuck RolkeTed Ross2010-05-2843-651/+2978
* QMF: add bindEvent api to allow filtering of unsolicted events.Kenneth Anthony Giusti2010-05-212-1/+29
* Added setEncoding call to strings encoded from maps and lists. Encoding is "...Ted Ross2010-05-211-0/+1
* QPID-2589Ted Ross2010-05-149-0/+431
* QPID-2589 - Patch from Chuck Rolke that exposes structured message content (m...Ted Ross2010-05-142-1/+528
* QPID-2589 - Applied patch from Chuck Rolke.Ted Ross2010-05-1029-0/+2451
* qmf: add class accessors for event schema - parity with class schemaKenneth Anthony Giusti2010-05-102-0/+23
* QMF: add attribute read access to ConnectionSettings ruby classKenneth Anthony Giusti2010-05-031-2/+16
* QPID-2556: add tests for maps and lists in method args and events.Kenneth Anthony Giusti2010-04-274-15/+163
* QPID-2556: fix conversion of signed integers in maps and lists.Kenneth Anthony Giusti2010-04-274-64/+58
* QPID-2546: implement event support for ruby wrapper. Python pending...Kenneth Anthony Giusti2010-04-233-3/+45
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-1/+1
* add support for QMF TYPE_LIST in engine, ruby and python wrappersKenneth Anthony Giusti2010-03-306-10/+94
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-141-1/+3
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-122-4/+2
* QPID-2355: fix include path order in binding makefilesKenneth Anthony Giusti2010-01-252-2/+2
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-136-10/+295
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-057-197/+350
* QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields i...Ted Ross2009-12-045-10/+33
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it...Ted Ross2009-11-125-797/+0
* Disabled user-id test from the pure python console. This needs to be re-desi...Ted Ross2009-11-111-1/+1
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-115-0/+797
* Added limited backtracing for exceptions raised in console callbacks.Ted Ross2009-11-101-2/+7
* QMF fixes:Ted Ross2009-11-031-2/+2
* Removed spurious assertion from python test agentTed Ross2009-10-261-1/+0
* Removed references to broker and agent bank from API, replaced with theTed Ross2009-10-234-99/+107
* QPID-2156 - Add thread shutdown to python QMF bindings, additional logging, n...Ted Ross2009-10-231-41/+99
* QPID-2126 - Sync the python QMF bindings to the current Ruby QMF bindings imp...Ted Ross2009-10-202-175/+837
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-152-0/+26
* Added select for object queries (Ruby).Ted Ross2009-10-152-8/+51
* QMF Fixes in Ruby Console:Ted Ross2009-10-022-9/+36
* QMF Fixes:Ted Ross2009-10-024-8/+23
* QMF Engine updates:Ted Ross2009-09-292-6/+50
* QMF updates:Ted Ross2009-09-257-47/+83
* Fixes to the QMF Ruby API - added missing methods and reduced use of "get_" c...Ted Ross2009-09-234-27/+56
* QMF updates:Ted Ross2009-09-222-9/+80
* Properly report test failures in Ruby testsTed Ross2009-09-211-0/+4
* Fixed a Ruby convention problem (camel-case vs. underscores)Ted Ross2009-09-212-5/+13