summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* Merged Alan's cluster changes from trunk.qmf-devel0.7aTed Ross2010-03-3016-463/+66
* Fixed namespaces for Variant.Ted Ross2010-03-301-2/+2
* Merged the trunk back into the QMF branch.Ted Ross2010-03-3087-681/+1012
* Methods (both styles) and Session-scope get queries now working for both V1 a...Ted Ross2010-03-304-15/+27
* intercept mgmt msgs based on qmf versionKenneth Anthony Giusti2010-03-294-32/+69
* broker agent qmf2 heartbeat and naming supportKenneth Anthony Giusti2010-03-293-15/+97
* Merged the trunk back into the branch.Ted Ross2010-03-2719-425/+526
* For qmf-gen:Ted Ross2010-03-265-27/+41
* qmf v1 tests passKenneth Anthony Giusti2010-03-264-31/+53
* fix v2 list code genKenneth Anthony Giusti2010-03-263-32/+31
* remove second uint64 from object idKenneth Anthony Giusti2010-03-262-4/+28
* dual qmf-mode broker agentKenneth Anthony Giusti2010-03-2613-298/+766
* Fixed bugs related to query-by-objectIdTed Ross2010-03-262-2/+2
* Updating qmf branch with latest updates:Ted Ross2010-03-266-156/+139
* Checkpointing updates for the Python console.Ted Ross2010-03-236-13/+25
* bugfix: use null string when no correlation id neededKenneth Anthony Giusti2010-03-231-6/+6
* merge r926606:926753 from trunk - trunk passes cluster testsKenneth Anthony Giusti2010-03-232-4/+7
* add exception msg generation on method call failureKenneth Anthony Giusti2010-03-232-23/+35
* merge r919024:926606 trunk into this branchKenneth Anthony Giusti2010-03-23146-886/+2109
* Added agent name and epoch to the ObjectIdKenneth Anthony Giusti2010-03-223-20/+38
* get query req handlingKenneth Anthony Giusti2010-03-224-113/+231
* modify addObject() APIKenneth Anthony Giusti2010-03-198-66/+94
* Added functioning agent discovery, heartbeat, and age-out to C++ agent and Py...Ted Ross2010-03-192-52/+67
* authorize agent method callKenneth Anthony Giusti2010-03-191-45/+150
* agent side method request handlingKenneth Anthony Giusti2010-03-183-50/+188
* revert to original schema encodingKenneth Anthony Giusti2010-03-188-63/+60
* checkpoint prior to schema revertKenneth Anthony Giusti2010-03-182-29/+68
* Added the proper message content-type so clients can properly interpret sent ...Ted Ross2010-03-173-6/+13
* compiles... added TODO notesKenneth Anthony Giusti2010-03-172-0/+25
* checkpoint: more syntax fixesKenneth Anthony Giusti2010-03-173-83/+162
* Fixed encoding for map-properties.Ted Ross2010-03-174-2/+11
* Added agent-naming, agent-heartbeat.Ted Ross2010-03-175-56/+66
* checkpointKenneth Anthony Giusti2010-03-175-144/+361
* Added type conversions for the broker's use of the QMF-generated headers.Ted Ross2010-03-168-9/+66
* code gen changesKenneth Anthony Giusti2010-03-1612-265/+309
* Added map encode/decode support for qmf code generationKenneth Anthony Giusti2010-03-1513-31/+497
* Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail.Alan Conway2010-03-041-0/+1
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* Increase test_watchdog interval to avoid spurious test failures.Alan Conway2010-03-031-2/+2
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Extended cluster_tests.test_management exposes a bug.Alan Conway2010-03-032-23/+75
* Added tests/testagent, a simple QMF agent for use in tests.Alan Conway2010-03-035-0/+323
* QPID-2386: added username (if available) to log entry for failed authentication.Gordon Sim2010-03-031-19/+22
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-0318-90/+138
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-032-3/+16
* QPID-2426: Check for empty name in address when resolvingGordon Sim2010-03-031-0/+3
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
* Small Hack to allow Windows to compile without error until the qmfv2 changes ...Andrew Stitcher2010-02-261-1/+4
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-265-0/+67
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-264-3/+10