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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This contain fixes for compilation errors in the systests package
Rajith Muditha Attapattu
2007-01-24
8
-103
/
+273
*
Fix for TextMessageTest failure
Kim van der Riet
2007-01-24
1
-7
/
+61
*
Filled in MessageRecoverHandler.
Rafael H. Schloming
2007-01-24
1
-3
/
+18
*
Content.writePayload now handles a null byte buffer
Rafael H. Schloming
2007-01-24
1
-2
/
+6
*
fixed NPE in AMQMessage, _taken was not being initialized from some construct...
Rafael H. Schloming
2007-01-24
1
-2
/
+1
*
Fixed problem with missing type field in Message.transport. Used JMSHeaders i...
Kim van der Riet
2007-01-24
5
-61
/
+82
*
fixed headers exchange, filled in more stubs
Rafael H. Schloming
2007-01-23
3
-10
/
+32
*
added missing ByteBuffer.duplicate()
Rafael H. Schloming
2007-01-23
1
-1
/
+1
*
fixed compile error
Rafael H. Schloming
2007-01-23
1
-1
/
+1
*
removed leftover printlns
Rafael H. Schloming
2007-01-23
1
-2
/
+0
*
removed XXX from resend, centralized message deliver, cleaned up exception ha...
Rafael H. Schloming
2007-01-23
10
-186
/
+215
*
Modified Content to make get methods to be non-consuming through use of light...
Kim van der Riet
2007-01-23
7
-34
/
+46
*
Synchronized the toString method in the Content class
Rajith Muditha Attapattu
2007-01-22
3
-3
/
+30
*
Added session close convinience methods to broker ProtocolSession, modified h...
Kim van der Riet
2007-01-22
10
-177
/
+153
*
Addded toString() to Content to aid in debugging
Kim van der Riet
2007-01-22
1
-0
/
+5
*
Improvements to debugging messages from Request/ResponseManager. Added timed ...
Kim van der Riet
2007-01-22
6
-25
/
+73
*
replaced Hashtable with ConcurrentHashMap to solve intermittant ConcurrentMod...
Rafael H. Schloming
2007-01-19
2
-7
/
+7
*
Put the exchange name into destination
Rafael H. Schloming
2007-01-19
1
-2
/
+2
*
Introduced channel close methods into AMQMinaProtocolSession.java; Refactored...
Kim van der Riet
2007-01-19
52
-330
/
+311
*
route on destination rather than exchange
Rafael H. Schloming
2007-01-19
2
-4
/
+4
*
added logic to handle the Reference case when transfering large messages
Rajith Muditha Attapattu
2007-01-19
1
-64
/
+102
*
Solved multithreading issue in RequestManager where responses would arrive be...
Kim van der Riet
2007-01-19
5
-9
/
+15
*
fixed 2 compilation erros
Rajith Muditha Attapattu
2007-01-18
2
-2
/
+2
*
implemented the logic for MessageTransfer and MessageAppend
Rajith Muditha Attapattu
2007-01-18
9
-90
/
+105
*
Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ...
Kim van der Riet
2007-01-18
7
-28
/
+42
*
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
*
Fixed minor bug in AMQResponseBody.toString()
Kim van der Riet
2007-01-18
1
-1
/
+1
*
Client: added request and response managers for channel 0
Kim van der Riet
2007-01-18
1
-0
/
+11
*
Cleared all the cluster compile errors. This now opens the way to testing...
Kim van der Riet
2007-01-18
17
-88
/
+107
*
filled out consume and transfer handlers
Rafael H. Schloming
2007-01-18
8
-79
/
+286
*
Last of client compile errors and exceptions
Kim van der Riet
2007-01-17
3
-14
/
+25
*
Solved remaining compile problems in client except for missing line in Unproc...
Kim van der Riet
2007-01-17
4
-43
/
+74
*
fixed the compilation errors in the message classes and changed to use Messag...
Rajith Muditha Attapattu
2007-01-17
17
-84
/
+87
*
The method signatures are changed to use the new MessageHeaders and Content c...
Rajith Muditha Attapattu
2007-01-17
1
-4
/
+3
*
This contains modifications to create messages using the new MessageHeaders a...
Rajith Muditha Attapattu
2007-01-17
1
-12
/
+10
*
Conversion of client/BasicMessageProducer to new Message class
Kim van der Riet
2007-01-17
2
-54
/
+62
*
Fixed typo in client/AMQSession.java from last checkin
Kim van der Riet
2007-01-17
1
-1
/
+1
*
added error handling and resolved compilation errors
Rajith Muditha Attapattu
2007-01-17
1
-20
/
+45
*
added error handling and resolved compilation errors
Rajith Muditha Attapattu
2007-01-17
2
-3
/
+3
*
Filled in the MessageTransferMethodHandler and added a few fields to the Mess...
Rajith Muditha Attapattu
2007-01-17
7
-53
/
+87
*
Corrected typo
Kim van der Riet
2007-01-16
1
-1
/
+1
*
Created wiring to client RequestManagers and ResponseManagers, refactored all...
Kim van der Riet
2007-01-16
13
-154
/
+244
*
fixed several encoding/decoding bugs
Rafael H. Schloming
2007-01-16
5
-11
/
+10
*
fixed a braino in ConnectionStartOk
Rafael H. Schloming
2007-01-16
1
-2
/
+2
*
added request/response factories to AMQDataBlockDecoder
Rafael H. Schloming
2007-01-16
4
-2
/
+15
*
Removed the generics from the client handlers
Rajith Muditha Attapattu
2007-01-16
10
-21
/
+21
*
fixed broker compile errors
Rafael H. Schloming
2007-01-16
36
-397
/
+407
*
Changed the RequestManager to use AMQMethodListener instead of the old AMQRes...
Kim van der Riet
2007-01-15
6
-64
/
+35
*
Added a request/response id to the MethodEvent class that is used to dispatch...
Kim van der Riet
2007-01-15
4
-23
/
+43
[prev]
[next]