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
/
java
/
broker
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-458 Fix to make the CSDM check if a message is taken when deliverying to...
Martin Ritchie
2007-04-18
1
-4
/
+8
*
QPID-457 Fixed rollback inTran problem with test case Missed the actual file ...
Martin Ritchie
2007-04-18
1
-0
/
+1
*
QPID-457 Fixed rollback inTran problem with test case
Martin Ritchie
2007-04-18
1
-1
/
+1
*
QPID-454 Message 'taken' notion is per message. REVERTED as it just wasn't ri...
Martin Ritchie
2007-04-18
1
-28
/
+21
*
AMQUserManagementMBean.java - calling relaod within viewUsers method.
Bhupendra Bhusman Bhardwaj
2007-04-18
2
-2
/
+4
*
QPID-454 Message 'taken' notion is per message. But should be per message per...
Martin Ritchie
2007-04-17
5
-44
/
+67
*
QPID-352 Changes
Marnie McCormack
2007-04-12
1
-0
/
+9
*
QPID-446
Martin Ritchie
2007-04-12
2
-0
/
+8
*
refining the mbean operations
Bhupendra Bhusman Bhardwaj
2007-04-12
2
-6
/
+4
*
QPID-446 Removed hashing of presented password in Base64MD5PasswordFilePrinci...
Martin Ritchie
2007-04-12
1
-14
/
+1
*
QPID-446 Update to send userList to JMX Management console.
Martin Ritchie
2007-04-12
6
-186
/
+484
*
QPID-446 Update to write accessRights file and correctly write Base64 MD5 Has...
Martin Ritchie
2007-04-12
6
-29
/
+133
*
QpiQPID-446 Update to ensure qpid.password file is correctly written in saveP...
Martin Ritchie
2007-04-11
1
-2
/
+48
*
Fixed Bug in convertPassword where data wasn't correctly updated PropertiesPr...
Martin Ritchie
2007-04-11
1
-1
/
+1
*
QPID-446 Update to contain jmx config settings.
Martin Ritchie
2007-04-11
1
-0
/
+4
*
QPID-446
Martin Ritchie
2007-04-11
10
-57
/
+175
*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@52750...
Bhupendra Bhusman Bhardwaj
2007-04-11
1
-2
/
+2
*
QPID-444 : added CRAM-MD5-HASHED mechanism for sasl
Bhupendra Bhusman Bhardwaj
2007-04-11
5
-22
/
+39
*
QPID-446 Missed the commit of JMXManagedObjectRegistry change on verifyPassw...
Martin Ritchie
2007-04-11
1
-10
/
+12
*
QPID-446 AMQUserManagementMBean Initial implementation of user management in...
Martin Ritchie
2007-04-11
6
-63
/
+558
*
QPID-446 Initial MBean framework.
Martin Ritchie
2007-04-10
2
-0
/
+171
*
QueueDeclareHandler.java - Added more detail to error messages. Such as retur...
Martin Ritchie
2007-04-10
1
-27
/
+25
*
Got rid of some uses of System.out instead of log4j logging.
Robert Greig
2007-04-09
2
-84
/
+139
*
Stopped throwing away exception causes.
Robert Greig
2007-04-09
9
-111
/
+187
*
Purged logging from exception constructors.
Robert Greig
2007-04-09
1
-2
/
+2
*
QPID-444 : added log statements and some config parameters.
Bhupendra Bhusman Bhardwaj
2007-04-09
5
-5
/
+7
*
Added bdbbackup script.
Robert Greig
2007-04-09
1
-0
/
+21
*
Updated so the FileAppender includes time stamps by default.. ConversionPatte...
Martin Ritchie
2007-04-09
1
-5
/
+3
*
QPID-414 - Initial script to run the passwd gen.
Martin Ritchie
2007-04-06
1
-0
/
+21
*
QPID-444 : adding jmxport, which is used when out of the box JMXAgent is not...
Bhupendra Bhusman Bhardwaj
2007-04-06
1
-0
/
+1
*
QPID-444 : Enabling the Qpid to use SASL. jmxmp can be plugged into for SAS...
Bhupendra Bhusman Bhardwaj
2007-04-06
8
-5
/
+476
*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@52611...
Robert Godfrey
2007-04-06
1
-12
/
+1
*
QPID-416 Update to Access control to allow simply read/write permissions per ...
Martin Ritchie
2007-04-06
11
-21
/
+165
*
QPID-416 Update to Access control to allow simply read/write permissions per ...
Martin Ritchie
2007-04-06
8
-21
/
+81
*
QPID-416 Provided simple update to Access Control via FileAccessManager to al...
Martin Ritchie
2007-04-05
3
-1
/
+172
*
QPID-443 : Fix to transactionality of message publishing
Robert Godfrey
2007-04-05
1
-1
/
+7
*
Updated scripts to work correctly under solaris and bash 2.0
Martin Ritchie
2007-04-05
2
-13
/
+14
*
Update to qpid stop scripts to properly check for existing broker instances a...
Martin Ritchie
2007-04-05
2
-17
/
+12
*
QPID-414 update to config.xml to give usage example.
Martin Ritchie
2007-04-05
1
-4
/
+5
*
QPID-440 - added comments in the code relating to this bug.
Martin Ritchie
2007-04-05
2
-0
/
+2
*
QPID-414 : Addition of CRAM-MD5-HASHED authentication. Same as CRAM-MD5 but t...
Martin Ritchie
2007-04-05
10
-35
/
+351
*
Added comments and logging to track down bug.
Robert Greig
2007-04-04
2
-15
/
+191
*
Added verify password method to PrincipalDatabase
Martin Ritchie
2007-04-02
5
-1
/
+98
*
Reversed accidental replacing of the word 'initialize' in comments to 'establ...
Robert Greig
2007-03-28
1
-89
/
+100
*
Test added for durability of messages under broker failure.
Robert Greig
2007-03-27
1
-1
/
+1
*
Added additional comments
Martin Ritchie
2007-03-27
1
-0
/
+2
*
fixed error where script wouldn't pickup running pids
Martin Ritchie
2007-03-27
1
-1
/
+1
*
Added echo of progress and reduced timeout
Martin Ritchie
2007-03-27
1
-2
/
+3
*
updated config files
Martin Ritchie
2007-03-27
3
-2
/
+253
*
QPID-421 displaying AMQMessage properties in user understandable format in M...
Bhupendra Bhusman Bhardwaj
2007-03-26
6
-16
/
+47
[next]