summaryrefslogtreecommitdiff
path: root/cpp/bindings
Commit message (Expand)AuthorAgeFilesLines
* Fix session-shutdown-after-failure so it does not cause a segfault.Ted Ross2010-10-071-4/+7
* Renamed swig-generated Ruby binding for QMF2 from "qmf2" to "cqmf2" to match theTed Ross2010-09-233-10/+547
* QPID-2880: allow boolean values in method call map/list arguments.Kenneth Anthony Giusti2010-09-222-5/+6
* QMFv2 Additions:Ted Ross2010-09-212-6/+20
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-3030-68/+1867
* QPID-2798 - C++ Messaging Client .NET binding fails to clone managed objects ...Ted Ross2010-08-2016-255/+145
* QPID-2792 - Added C++ example agent.Ted Ross2010-08-134-2/+228
* QPID-2793 - Python and Ruby bindings for the C++ QMFv2 APITed Ross2010-08-1212-21/+1183
* Added some missing typecasts and type-check clauses.Ted Ross2010-08-121-1/+4
* Re-enabled the wrapping of the messaging API with fixes for earlier versionsTed Ross2010-08-043-8/+9
* QPID-2765 - WinSdk does not have the .NET Binding examplesTed Ross2010-07-304-16/+495
* QPID-2777Ted Ross2010-07-302-4/+0
* QPID-2777 - Additional bindings for the C++ messaging API (Python, Ruby)Ted Ross2010-07-298-0/+940
* 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