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
/
src
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...
Kim van der Riet
2012-08-27
2
-52
/
+60
*
QPID-3858: Updated branch - merged from trunk r.1368650
Kim van der Riet
2012-08-03
212
-7574
/
+12648
*
QPID-3858: Updated branch - merged from trunk r.1333987
Kim van der Riet
2012-05-04
159
-2317
/
+10876
*
QPID-3855: only increment activeConsumerCount during registration if the subs...
Robert Gemmell
2012-02-19
1
-2
/
+5
*
NO-JIRA: stop catching Throwable, we generally shouldnt continue when faced w...
Robert Gemmell
2012-02-17
1
-1
/
+1
*
QPID-3850: add switch into default uncaught exception handler to prevent the ...
Robert Gemmell
2012-02-17
1
-3
/
+7
*
QPID-3844: allow queryMBeans to succeed without ACL checking, tools like JCon...
Robert Gemmell
2012-02-16
1
-3
/
+4
*
QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the ...
Robert Gemmell
2012-02-16
1
-2
/
+2
*
QPID-3848: relax the enforcement of exchange type checking during passive exc...
Robert Gemmell
2012-02-15
2
-2
/
+2
*
QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...
Keith Wall
2012-02-15
1
-29
/
+19
*
QPID-3842: Java Broker should report platform and memory size on startup
Keith Wall
2012-02-14
2
-3
/
+29
*
QPID-3837: Update message to use the string name of the type. Told you i shou...
Robert Gemmell
2012-02-14
1
-2
/
+2
*
QPID-3837: align the 0-10 exception message for an exchange redeclare attempt...
Robert Gemmell
2012-02-13
1
-2
/
+2
*
QPID-3829: use a seperate object for reference checking to stop the AMQMessag...
Robert Gemmell
2012-02-13
5
-31
/
+18
*
QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...
Ted Ross
2012-02-09
1
-0
/
+288
*
QPID-3823: ServerSession unblock(AMQQueue) can cause NPE when trying to remov...
Keith Wall
2012-02-09
4
-67
/
+85
*
QPID-3821: Uncaught exception thrown in QueueRunner.run() could cause QueueRu...
Keith Wall
2012-02-09
2
-21
/
+30
*
QPID-3809: Java Broker killed by java.net.SocketException: Broken pipe (kille...
Keith Wall
2012-02-07
1
-6
/
+18
*
QPID-3816: add client version to connection open logging
Robert Gemmell
2012-02-06
4
-9
/
+10
*
QPID-3756: Reorder Java Broker's connection close process so that ConnectionC...
Keith Wall
2012-02-06
1
-4
/
+9
*
QPID-3815: remove duplicate setting of the NetworkConnection, this was alread...
Robert Gemmell
2012-02-06
1
-1
/
+0
*
NO-JIRA: remove factory method only used by test
Robert Gemmell
2012-02-06
1
-6
/
+0
*
QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...
Robert Gemmell
2012-02-05
9
-73
/
+48
*
QPID-3812: ExceptionListenerTest sporadically fails on java-mms-0.10
Keith Wall
2012-02-05
1
-5
/
+9
*
QPID-3813: allow configuring the default version reply to an unsupported prot...
Robert Gemmell
2012-02-04
4
-23
/
+74
*
QPID-3805: Remove allow-all/deny-all security plugins from Java Broker.
Keith Wall
2012-02-02
4
-206
/
+5
*
QPID-3802: Broker command line processing --help (-h) and --version (-v) no l...
Keith Wall
2012-02-02
2
-52
/
+77
*
QPID-3801 : [Java] Move JMS Selector code into common
Robert Godfrey
2012-02-02
16
-2844
/
+104
*
QPID-3800: add the ability to disable particular protocol versions broker-wid...
Robert Gemmell
2012-02-02
3
-13
/
+44
*
QPID-3789 : Fix AbstractPasswordFilePrincipalDatabase to remove possibility o...
Robert Godfrey
2012-02-02
1
-6
/
+13
*
QPID-3789 : [Java Broker] Remove duplication between two password file databa...
Robert Godfrey
2012-02-01
6
-902
/
+585
*
QPID-3780 : guard against the possibility that the HWM is older than the queu...
Robert Godfrey
2012-02-01
1
-1
/
+1
*
QPID-3780 : guard against the possibility that the HWM is older than the queu...
Robert Godfrey
2012-02-01
1
-0
/
+8
*
QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...
Robert Godfrey
2012-01-31
1
-155
/
+1
*
QPID-3789 : [Java] Remove duplication of output converters and optimise start...
Robert Godfrey
2012-01-30
7
-912
/
+58
*
QPID-3789 : [Java] Remove dead code and empty directories
Robert Godfrey
2012-01-30
10
-472
/
+3
*
QPID-3789 : [Java] Remove dead code and empty directories
Robert Godfrey
2012-01-30
5
-783
/
+0
*
QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...
Keith Wall
2012-01-29
2
-4
/
+16
*
QPID-3789 : [Java] code tidyups
Robert Godfrey
2012-01-29
72
-732
/
+300
*
QPID-3788: Remove remaining MINA configuration keys (and those from other ret...
Keith Wall
2012-01-28
1
-14
/
+2
*
NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...
Robert Godfrey
2012-01-27
49
-204
/
+486
*
NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...
Robert Godfrey
2012-01-27
8
-7
/
+41
*
NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...
Robert Godfrey
2012-01-27
287
-1184
/
+1281
*
QPID-3559: AMQQueueMBean: Switched timestamp formatting to static FastDateFo...
Keith Wall
2012-01-26
1
-18
/
+11
*
QPID-946, QPID-2379 : code review - move statements inside try block
Robert Godfrey
2012-01-26
1
-3
/
+3
*
QPID-3780 : [Java Broker] reduce scavenge overhead on large queues
Robert Godfrey
2012-01-25
1
-18
/
+26
*
QPID-3774 : allow out of order completion of persistent enqueues / dequeues (...
Robert Godfrey
2012-01-21
19
-37
/
+144
*
QPID-3774 : allow out of order completion of persistent enqueues / dequeues
Robert Godfrey
2012-01-20
6
-41
/
+484
*
QPID-3756: ManagedConnectionMBeanTest.testChannels occasionally fails on 0-10...
Keith Wall
2012-01-18
1
-19
/
+31
*
QPID-3720 : Fix issue with default group assignment pointed out by Robbie
Robert Godfrey
2012-01-16
1
-2
/
+2
[next]