summaryrefslogtreecommitdiff
path: root/python/qmf/console.py
Commit message (Expand)AuthorAgeFilesLines
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-141-1972/+0
* removed imports so that the old spec doesn't need to be parsedRafael H. Schloming2010-01-211-1/+1
* QPID-2318Ted Ross2010-01-051-0/+2
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-111-26/+5
* fix handling of localhost ipv6 address when using getaddrinfoNuno Santos2009-11-181-1/+0
* replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...Nuno Santos2009-11-121-1/+1
* replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...Nuno Santos2009-11-121-2/+2
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-7/+15
* fixed qmf consoleRafael H. Schloming2009-08-111-14/+14
* QPID-1973 - Calling session.objects fails to return objects in certain casesTed Ross2009-07-171-0/+6
* Fixed the formatting of error messages written in the connection exception ha...Ted Ross2009-06-291-2/+2
* Added --timeout options to cli tools.Ted Ross2009-06-261-9/+18
* QPID-1920 - bug fix patch from Bryan KearneyTed Ross2009-06-191-6/+7
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-111-230/+513
* invoke agent-related callbacks upon broker connect/disconnectNuno Santos2009-05-281-0/+7
* QPID-1702 QPID-1706Ted Ross2009-03-271-13/+47
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-4/+4
* fixed uuid decoding errors due to read_uuid semantics changeRafael H. Schloming2009-03-061-3/+3
* Replace os.uname with platform.uname to enable this to work on WindowsStephen D. Huston2009-02-241-1/+2
* QPID-1669 - Added client connection management to qpid-cluster.Ted Ross2009-02-191-1/+3
* Fixed regression that breaks the default username behaviorTed Ross2009-02-121-2/+2
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-121-2/+2
* Added Object.isDeleted(), Object.update()Ted Ross2009-02-021-4/+19
* Added missing import statementTed Ross2009-01-081-0/+1
* Fixed problems with object representation functions.Ted Ross2008-12-161-4/+6
* Suppress spurious object updates when "rcvObjects" is false.Ted Ross2008-12-151-1/+1
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-031-4/+11
* Gets of specific object-ids should only involve the agent(s) that ownTed Ross2008-12-011-4/+11
* Fixed a logic bug in a try/finallyTed Ross2008-12-011-1/+1
* Replaced nonexistent type "double" with "float". In python, floatTed Ross2008-12-011-1/+1
* Fixed a performance regression caused by the management code.Ted Ross2008-12-011-1/+1
* QPID-1483 - Connection handling in the Python QMF console APITed Ross2008-11-241-38/+126
* Added __hash__ and __eq__ methods to ObjectId.Ted Ross2008-11-241-0/+6
* Removed hooks for message credits. This will be implemented correctly later.Ted Ross2008-11-241-10/+5
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-211-11/+15
* Add ability to construct a ClassKey from it's __repr__ string.Ted Ross2008-11-211-6/+23
* code cleanup on qmf console APITed Ross2008-11-211-58/+85
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-201-0/+1472