summaryrefslogtreecommitdiff
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-30136-1575/+3623
* Methods (both styles) and Session-scope get queries now working for both V1 a...Ted Ross2010-03-305-135/+306
* 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
* Python console: cancel pending queries immediately upon loss of agent connect...Ted Ross2010-03-271-1/+60
* merged top level dirTed Ross2010-03-270-0/+0
* Merged the trunk back into the branch.Ted Ross2010-03-2747-493/+1707
* Fixed a bug preventing reception of unsolicited messages from the broker.Ted Ross2010-03-261-8/+5
* For qmf-gen:Ted Ross2010-03-266-57/+200
* 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-2614-299/+767
* Fixed bugs related to query-by-objectIdTed Ross2010-03-263-4/+22
* Updating qmf branch with latest updates:Ted Ross2010-03-267-423/+727
* Checkpointing updates for the Python console.Ted Ross2010-03-237-140/+407
* 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-234-7/+16
* add exception msg generation on method call failureKenneth Anthony Giusti2010-03-232-23/+35
* remove testagent directoryKenneth Anthony Giusti2010-03-230-0/+0
* merge r919024:926606 trunk into this branchKenneth Anthony Giusti2010-03-23236-1763/+5013
* 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-193-68/+236
* 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
* Create a clean branch for qmf develTed Ross2010-03-040-0/+0
* Increase timeout for python cluster tests, was timing out prematurely in some...Alan Conway2010-03-041-3/+3
* Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail.Alan Conway2010-03-041-0/+1
* added priority and ttl message propertiesRafael H. Schloming2010-03-043-2/+17
* QPID-2379: defer getShadow property to ConnectionConfig objects instead of ha...Robert Gemmell2010-03-045-3/+18
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-0421-27/+50
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-0412-10/+66
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-0411-14/+92
* QPID-2379: increase the QMF management update interval from 10ms to 10secRobert Gemmell2010-03-041-1/+1
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-044-10/+111