summaryrefslogtreecommitdiff
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-311-0/+18
* QPID-2782: enhance the console's ability to selectively filter unsolicited ev...Ken Giusti2010-10-291-76/+235
* Add ASF licence to the git ignore filesRobert Gemmell2010-10-281-0/+19
* Added -fno-strict-aliasing for all of the swig-generated Python wrappers becauseTed Ross2010-10-131-1/+1
* QPID-2862: immediately cancel a pending getObjects or method call if the brok...Ken Giusti2010-09-271-12/+32
* QPID-2883: store events until schema response arrives.Ken Giusti2010-09-231-4/+50
* QPID-2883: call event handler when v2 events arrive.Ken Giusti2010-09-231-14/+44
* QMF: bugfix - ack message even if handler throws an exception.Ken Giusti2010-09-101-102/+112
* QMF: bugfix - heartbeats arriving on wrong queue.Ken Giusti2010-09-101-1/+6
* fixed usage of UUIDRafael H. Schloming2010-09-101-3/+3
* QPID-2846: release pending sequence numbers when cleaning up an agent.Ken Giusti2010-09-021-1/+5
* QMF: do not add wildcards to the agent filter list.Ken Giusti2010-08-301-1/+11
* QPID-2810: clean up the broker thread properly on shutdown.Ken Giusti2010-08-191-20/+76
* QPID-2663: prevent slow consoles from causing agent disconnects due to full t...Ken Giusti2010-08-181-28/+39
* QPID-2806: enable v2 heartbeats regardless of rcvHeartbeats callback setting.Ken Giusti2010-08-161-8/+7
* QMF: include exception handler callback in v1 topic listenerKen Giusti2010-08-101-1/+1
* Bugfix: Schema cache in console.py could get locked in the state whereTed Ross2010-08-021-1/+1
* QPID-2782: update qmf console binding api.Ken Giusti2010-08-011-37/+114
* QMF: bugfix - save the exception object generated on broker connection setup ...Ken Giusti2010-07-201-12/+4
* QMF: fix for r961919 - accept old style class keys without throwing an except...Ken Giusti2010-07-141-12/+18
* QMF: enable python console to pull schema info from agent.Ken Giusti2010-07-121-39/+164
* QMF: add api to get agent id, and new object id constructor that uses agent id.Ken Giusti2010-07-081-0/+7
* QPID-2663: fix parameter name misspelling [found by tross]Ken Giusti2010-06-281-2/+2
* Handle the case where older versions of the broker supply no delivery-propert...Ted Ross2010-06-241-1/+1
* QPID-2677: send agent locate req after binding to agent.ind.dataKen Giusti2010-06-171-2/+5
* QPID-2663: rate limit heartbeat processing, set minimum heartbeat intervalKen Giusti2010-06-171-60/+85
* QPID-2663: scale and performance optimizations.Ken Giusti2010-06-111-119/+233
* Update the current and deleted timestamps in the "mergeUpdate" method.Ted Ross2010-06-091-0/+2
* QMF: ignore errors when servicing messages over a closed session.Ken Giusti2010-06-081-10/+26
* Patch from Ted Ross to prevent sasl_decode overflowGordon Sim2010-05-281-5/+16
* Fixed the keywords for object timestamps. They were missing the initial unde...Ted Ross2010-05-211-3/+3
* QMF: provide event filter api for python consoleKen Giusti2010-05-201-6/+77
* Added missing method for ObjectId.Ted Ross2010-05-191-0/+5
* qpid-tool re-write:Ted Ross2010-05-191-9/+27
* QMF: allow consoles to filter agent heartbeats based on agent identification.Ken Giusti2010-05-181-1/+27
* If a data update arrives with partial data, don't set the missing data to Non...Ted Ross2010-05-181-2/+10
* set the session's default timeout to match the broker's defaultKen Giusti2010-05-181-0/+1
* Two fixes for qmf.console:Ted Ross2010-05-121-27/+45
* QMF: remove getName() object method - collides with existing method namesKen Giusti2010-05-051-4/+0
* Set daemon mode for the connection thread.Ted Ross2010-05-051-0/+2
* Code cleanup Ted Ross2010-04-231-4/+0
* Cluster management improvements:Ted Ross2010-04-231-37/+103
* qmf: python console - fix datestamps, add accessors for object name and agentKen Giusti2010-04-231-0/+12
* QPID-2261: resync with updated Connection api.Ken Giusti2010-04-229-265/+107
* add extra debug info in qmf v1 exception handlerKen Giusti2010-04-151-0/+2
* QPID-2261: update addressing, fix subscription refresh, remove old commentsKen Giusti2010-03-314-88/+46
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-305/+1412
* add support for QMF TYPE_LIST in engine, ruby and python wrappersKen Giusti2010-03-301-17/+2
* added LICENSE.txt and NOTICE.txtRafael H. Schloming2010-03-302-0/+223
* Minor improvements to brokertest.py.Alan Conway2010-03-221-0/+1