index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
qmf
/
console.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...
Rafael H. Schloming
2010-02-14
1
-1972
/
+0
*
removed imports so that the old spec doesn't need to be parsed
Rafael H. Schloming
2010-01-21
1
-1
/
+1
*
QPID-2318
Ted Ross
2010-01-05
1
-0
/
+2
*
QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5
Ted Ross
2009-12-11
1
-26
/
+5
*
fix handling of localhost ipv6 address when using getaddrinfo
Nuno Santos
2009-11-18
1
-1
/
+0
*
replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...
Nuno Santos
2009-11-12
1
-1
/
+1
*
replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...
Nuno Santos
2009-11-12
1
-2
/
+2
*
Added full SASL authentication and security layer for the Python client.
Ted Ross
2009-11-11
1
-7
/
+15
*
fixed qmf console
Rafael H. Schloming
2009-08-11
1
-14
/
+14
*
QPID-1973 - Calling session.objects fails to return objects in certain cases
Ted Ross
2009-07-17
1
-0
/
+6
*
Fixed the formatting of error messages written in the connection exception ha...
Ted Ross
2009-06-29
1
-2
/
+2
*
Added --timeout options to cli tools.
Ted Ross
2009-06-26
1
-9
/
+18
*
QPID-1920 - bug fix patch from Bryan Kearney
Ted Ross
2009-06-19
1
-6
/
+7
*
QPID-1786 - Committed qmf patches from Bryan Kearney
Ted Ross
2009-06-11
1
-230
/
+513
*
invoke agent-related callbacks upon broker connect/disconnect
Nuno Santos
2009-05-28
1
-0
/
+7
*
QPID-1702 QPID-1706
Ted Ross
2009-03-27
1
-13
/
+47
*
use longs for large hex constant literals, this avoids scary looking warnings...
Rafael H. Schloming
2009-03-25
1
-4
/
+4
*
fixed uuid decoding errors due to read_uuid semantics change
Rafael H. Schloming
2009-03-06
1
-3
/
+3
*
Replace os.uname with platform.uname to enable this to work on Windows
Stephen D. Huston
2009-02-24
1
-1
/
+2
*
QPID-1669 - Added client connection management to qpid-cluster.
Ted Ross
2009-02-19
1
-1
/
+3
*
Fixed regression that breaks the default username behavior
Ted Ross
2009-02-12
1
-2
/
+2
*
Remove unicode when dealing with usernames and passwords in URLs.
Ted Ross
2009-02-12
1
-2
/
+2
*
Added Object.isDeleted(), Object.update()
Ted Ross
2009-02-02
1
-4
/
+19
*
Added missing import statement
Ted Ross
2009-01-08
1
-0
/
+1
*
Fixed problems with object representation functions.
Ted Ross
2008-12-16
1
-4
/
+6
*
Suppress spurious object updates when "rcvObjects" is false.
Ted Ross
2008-12-15
1
-1
/
+1
*
QPID-1512 - Catch only connection-related exceptions in qmf console
Ted Ross
2008-12-03
1
-4
/
+11
*
Gets of specific object-ids should only involve the agent(s) that own
Ted Ross
2008-12-01
1
-4
/
+11
*
Fixed a logic bug in a try/finally
Ted Ross
2008-12-01
1
-1
/
+1
*
Replaced nonexistent type "double" with "float". In python, float
Ted Ross
2008-12-01
1
-1
/
+1
*
Fixed a performance regression caused by the management code.
Ted Ross
2008-12-01
1
-1
/
+1
*
QPID-1483 - Connection handling in the Python QMF console API
Ted Ross
2008-11-24
1
-38
/
+126
*
Added __hash__ and __eq__ methods to ObjectId.
Ted Ross
2008-11-24
1
-0
/
+6
*
Removed hooks for message credits. This will be implemented correctly later.
Ted Ross
2008-11-24
1
-10
/
+5
*
Fixed several problems related to qmf update timestamps:
Ted Ross
2008-11-21
1
-11
/
+15
*
Add ability to construct a ClassKey from it's __repr__ string.
Ted Ross
2008-11-21
1
-6
/
+23
*
code cleanup on qmf console API
Ted Ross
2008-11-21
1
-58
/
+85
*
QPID-1464 - Moved qmf console API out of python/qpid and into python/qmf
Ted Ross
2008-11-20
1
-0
/
+1472