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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modified Content to make get methods to be non-consuming through use of light...
Kim van der Riet
2007-01-23
2
-5
/
+5
*
Added session close convinience methods to broker ProtocolSession, modified h...
Kim van der Riet
2007-01-22
8
-172
/
+125
*
Improvements to debugging messages from Request/ResponseManager. Added timed ...
Kim van der Riet
2007-01-22
3
-8
/
+42
*
Introduced channel close methods into AMQMinaProtocolSession.java; Refactored...
Kim van der Riet
2007-01-19
38
-257
/
+251
*
route on destination rather than exchange
Rafael H. Schloming
2007-01-19
2
-4
/
+4
*
Solved multithreading issue in RequestManager where responses would arrive be...
Kim van der Riet
2007-01-19
2
-5
/
+5
*
Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ...
Kim van der Riet
2007-01-18
4
-5
/
+16
*
made message-transfer return a result, switched over message delivery to use ...
Rafael H. Schloming
2007-01-18
2
-29
/
+29
*
Completed broker MessageQosHandler
Kim van der Riet
2007-01-18
1
-1
/
+6
*
Cleared all the cluster compile errors. This now opens the way to testing...
Kim van der Riet
2007-01-18
1
-0
/
+5
*
filled out consume and transfer handlers
Rafael H. Schloming
2007-01-18
6
-77
/
+280
*
fixed a braino in ConnectionStartOk
Rafael H. Schloming
2007-01-16
1
-2
/
+2
*
fixed broker compile errors
Rafael H. Schloming
2007-01-16
32
-386
/
+385
*
Changed the RequestManager to use AMQMethodListener instead of the old AMQRes...
Kim van der Riet
2007-01-15
2
-18
/
+8
*
Added a request/response id to the MethodEvent class that is used to dispatch...
Kim van der Riet
2007-01-15
2
-17
/
+30
*
Changed static method AMQMethodBody.createAMQFrame() to createMessageBody() f...
Kim van der Riet
2007-01-15
2
-90
/
+42
*
Request and Respone managers now use the new common AMQMethodListener class
Kim van der Riet
2007-01-15
1
-20
/
+0
*
Merged the refactor to a common AMQMethodListener class on trunk, plus the ra...
Kim van der Riet
2007-01-15
3
-69
/
+26
*
Refactored to create a common AMQMethodEvent class; Added clinet Method* hand...
Kim van der Riet
2007-01-12
41
-200
/
+241
*
Created new common interfaces to support the RequestResponseManager on both c...
Kim van der Riet
2007-01-10
1
-6
/
+9
*
First version of RequestResponseHandler for an idea of how the RequestRespons...
Kim van der Riet
2007-01-10
1
-37
/
+36
*
New broker Messafe class handelrs added, removed old Basic* handlers; New fra...
Kim van der Riet
2007-01-09
23
-448
/
+759
*
Updated hardwired version occurrences in java from major=8 minor=0 to major=0...
Kim van der Riet
2007-01-05
25
-71
/
+71
*
Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l...
Kim van der Riet
2007-01-05
1
-7
/
+4
*
QPID-233 : Patch from Rob Godfrey - fix to lock.unlock() bug
Robert Greig
2007-01-01
1
-1
/
+1
*
Reduced logging level to debug to avoid performance sapping output
Robert Greig
2006-12-29
1
-10
/
+38
*
MBean created as a separate class
Bhupendra Bhusman Bhardwaj
2006-12-28
2
-167
/
+201
*
QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTable
Robert Greig
2006-12-22
3
-56
/
+136
*
AMQP version using new generator - Part 1. In these changes, all places where...
Kim van der Riet
2006-12-22
26
-73
/
+274
*
QPID-188
Bhupendra Bhusman Bhardwaj
2006-12-21
4
-32
/
+15
*
QPID-101
Martin Ritchie
2006-12-20
6
-49
/
+243
*
QPID-21 outstanding issues:
Martin Ritchie
2006-12-20
6
-40
/
+126
*
QPID-222
Martin Ritchie
2006-12-19
1
-1
/
+3
*
Maven output clean up.
Martin Ritchie
2006-12-19
1
-2
/
+7
*
QPID-216
Martin Ritchie
2006-12-19
10
-68
/
+112
*
QPID-188
Bhupendra Bhusman Bhardwaj
2006-12-19
1
-0
/
+1
*
QPID-21
Martin Ritchie
2006-12-19
31
-44
/
+3831
*
clean up warnings about unused variables
Stephen Vinoski
2006-12-18
3
-4
/
+3
*
QPID-212 QPID-214 Patch supplied by Rob Godfrey
Robert Greig
2006-12-18
2
-9
/
+15
*
null check added for null header properties
Bhupendra Bhusman Bhardwaj
2006-12-18
1
-7
/
+14
*
QPID-211 : Patch supplied by Rob Godfrey - Perform null check against routing...
Robert Greig
2006-12-18
1
-1
/
+1
*
remove unused imports
Stephen Vinoski
2006-12-18
6
-10
/
+0
*
QPID-183 Patch supplied by Rob Godfrey. Major changes to durable topic subscr...
Robert Greig
2006-12-15
7
-17
/
+302
*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@487299...
Bhupendra Bhusman Bhardwaj
2006-12-14
2
-6
/
+7
*
QPID-190
Bhupendra Bhusman Bhardwaj
2006-12-14
4
-539
/
+734
*
Added comments about possible RejectedExecutionException that may occur when ...
Martin Ritchie
2006-12-13
2
-2
/
+12
*
QPID-95 : Patch supplied by Rob Godfrey - throws correct exception when encou...
Robert Greig
2006-12-12
1
-1
/
+12
*
FieldTable change.
Martin Ritchie
2006-12-05
2
-2
/
+4
*
QPID-148
Martin Ritchie
2006-12-04
1
-0
/
+5
*
QPID-129
Bhupendra Bhusman Bhardwaj
2006-11-27
11
-586
/
+403
[next]