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-plugins
/
amqp-0-8-protocol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add logging
Robert Godfrey
2014-10-13
3
-1
/
+240
*
Fix the invalid channel proxy case
Robert Godfrey
2014-10-13
1
-6
/
+14
*
Migrate broker to new direct method dispatch mechanism
Robert Godfrey
2014-10-13
8
-2318
/
+255
*
Move connection methods into AMQProtocolEngine
Robert Godfrey
2014-10-12
5
-330
/
+491
*
Move channel methods into AMQChannel
Robert Godfrey
2014-10-12
4
-1499
/
+1406
*
Move channel methods
Robert Godfrey
2014-10-11
19
-2091
/
+2182
*
Merge from trunk
Robert Godfrey
2014-10-10
4
-2237
/
+3254
*
More refactoring
Robert Godfrey
2014-10-10
1
-9
/
+33
*
More refactoring
Robert Godfrey
2014-10-03
7
-21
/
+13
*
Remove (essentially) unusued state class, tidy up package structure
Robert Godfrey
2014-09-30
11
-126
/
+5
*
Remove handlers
Robert Godfrey
2014-09-30
49
-4367
/
+1967
*
Remove remaining protocol specific classes/interfaces
Robert Godfrey
2014-09-29
18
-30
/
+61
*
Merge method body implementation classes
Robert Godfrey
2014-09-29
9
-129
/
+71
*
Remove redundant interfaces
Robert Godfrey
2014-09-28
4
-13
/
+16
*
Remove duplicate method body implementations
Robert Godfrey
2014-09-28
40
-972
/
+551
*
QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...
Keith Wall
2014-09-15
1
-2
/
+2
*
QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...
Keith Wall
2014-09-12
1
-3
/
+10
*
QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...
Robert Godfrey
2014-08-30
5
-8
/
+27
*
QPID-6051: Allow exceptions from post commit actions to be handled in the cal...
Alex Rudyy
2014-08-28
1
-2
/
+7
*
QPID-6051: Fix handling of exceptions thrown from post commit or deferred act...
Alex Rudyy
2014-08-28
1
-4
/
+10
*
QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...
Robert Godfrey
2014-08-26
5
-73
/
+132
*
QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...
Robert Godfrey
2014-08-24
1
-2
/
+14
*
QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...
Robert Godfrey
2014-08-16
8
-58
/
+182
*
QPID-6002 : [Java Broker] NullPointerException when writing message discard l...
Robert Godfrey
2014-08-15
1
-7
/
+6
*
QPID-3978 : [Java Broker] Add unit test for UnacknowledgedMessageMap
Robert Godfrey
2014-08-14
1
-0
/
+84
*
QPID-3978 : [Java Broker] Fix bug in unacknowledged map where non locked (del...
Robert Godfrey
2014-08-14
1
-1
/
+1
*
QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocols
Robert Godfrey
2014-08-09
5
-23
/
+47
*
QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...
Robert Godfrey
2014-08-08
1
-3
/
+18
*
QPID-5746 : [Java Broker] enforce idle disconnect of AMQP 0-8/9/9-1 connections
Robert Godfrey
2014-08-08
1
-1
/
+10
*
QPID-5980: yet more javadoc fixups
Robert Gemmell
2014-08-08
3
-16
/
+11
*
QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...
Robert Godfrey
2014-08-08
3
-28
/
+33
*
QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...
Justin Ross
2014-08-07
1
-1
/
+1
*
QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...
Robert Godfrey
2014-08-06
2
-4
/
+26
*
QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...
Keith Wall
2014-08-03
1
-0
/
+8
*
QPID-5957: [Java Broker] Extend the Session model object to expose transactio...
Keith Wall
2014-08-03
1
-0
/
+28
*
QPID-5930 : [Java Broker] Minimize memory footprint for persistent messages
Robert Godfrey
2014-07-28
2
-16
/
+1
*
QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...
Robert Godfrey
2014-07-25
4
-26
/
+62
*
QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...
Robert Godfrey
2014-07-24
2
-7
/
+16
*
QPID-5802: [Java Broker] Introduce separate VirtualHost types
Keith Wall
2014-06-06
3
-12
/
+25
*
QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...
Keith Wall
2014-06-06
2
-13
/
+15
*
QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...
Keith Wall
2014-05-30
1
-4
/
+0
*
QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...
Keith Wall
2014-05-23
1
-8
/
+6
*
QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...
Robert Gemmell
2014-05-21
1
-33
/
+0
*
QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPED
Keith Wall
2014-05-20
1
-2
/
+2
*
QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.
Keith Wall
2014-05-16
1
-11
/
+5
*
QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...
Robert Godfrey
2014-04-30
2
-13
/
+13
*
QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...
Robert Gemmell
2014-04-29
1
-1
/
+1
*
QPID-5578 : Address Review comment from Keith Wall re: r1589912
Robert Godfrey
2014-04-28
1
-2
/
+2
*
QPID-5726 : [Java Broker] Use annotation processing to generate object factor...
Robert Godfrey
2014-04-28
11
-80
/
+39
*
QPID-5578 : Ensure correct error code is returned when a queue is declared wi...
Robert Godfrey
2014-04-25
1
-7
/
+7
[next]