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
/
client
/
src
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ...
Kim van der Riet
2007-01-18
2
-5
/
+3
*
Client: added request and response managers for channel 0
Kim van der Riet
2007-01-18
1
-0
/
+11
*
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
1
-53
/
+48
*
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
11
-150
/
+240
*
Removed the generics from the client handlers
Rajith Muditha Attapattu
2007-01-16
10
-21
/
+21
*
Merged the refactor to a common AMQMethodListener class on trunk, plus the ra...
Kim van der Riet
2007-01-15
6
-60
/
+66
*
Refactored to create a common AMQMethodEvent class; Added clinet Method* hand...
Kim van der Riet
2007-01-12
29
-187
/
+510
*
new class to hold message headers
Rajith Muditha Attapattu
2007-01-12
1
-0
/
+633
*
Compilation fixes. The idea is to substitute the Basic methods with the new M...
Rajith Muditha Attapattu
2007-01-10
13
-217
/
+266
*
Created new common interfaces to support the RequestResponseManager on both c...
Kim van der Riet
2007-01-10
1
-1
/
+2
*
Updated hardwired version occurrences in java from major=8 minor=0 to major=0...
Kim van der Riet
2007-01-05
10
-56
/
+56
*
apply patch for QPID-231
Stephen Vinoski
2006-12-28
1
-4
/
+0
*
QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTable
Robert Greig
2006-12-22
2
-5
/
+1
*
AMQP version using new generator - Part 1. In these changes, all places where...
Kim van der Riet
2006-12-22
10
-43
/
+226
*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489644...
Robert Greig
2006-12-22
4
-700
/
+1146
*
QPID-227
Bhupendra Bhusman Bhardwaj
2006-12-21
2
-4
/
+3
*
QPID-225
Martin Ritchie
2006-12-20
1
-1
/
+14
*
QPID-101
Martin Ritchie
2006-12-20
6
-26
/
+306
*
QPID-223
Martin Ritchie
2006-12-20
6
-34
/
+59
*
QPID-216
Martin Ritchie
2006-12-19
2
-10
/
+13
*
QPID-21
Martin Ritchie
2006-12-19
6
-38
/
+103
*
QPID-215 : Patch supplied by Rob Godfrey - Implement custom JMSX properties
Robert Greig
2006-12-19
6
-46
/
+163
*
clean up warnings about unused variables
Stephen Vinoski
2006-12-18
1
-8
/
+0
*
QPID-212 QPID-214 Patch supplied by Rob Godfrey
Robert Greig
2006-12-18
2
-4
/
+41
*
QPID-209 Fix to clear unacked message list on recover()
Robert Greig
2006-12-18
2
-17
/
+23
*
QPID-209 : Patch supplied by Rob Godfrey - Fix acknowledge so it only acknowl...
Robert Greig
2006-12-18
3
-30
/
+67
*
remove unused imports
Stephen Vinoski
2006-12-18
14
-21
/
+0
*
QPID-207 : Patch supplied by Rob Godfrey - fix implementation of acknowledge ...
Robert Greig
2006-12-16
4
-5
/
+72
*
QPID-206 : Fix byte buffer reseting in AbstractJMSMessage
Robert Greig
2006-12-16
3
-11
/
+23
*
QPID-205 : Do not allow subscription to temporary topics created on a differe...
Robert Greig
2006-12-16
5
-74
/
+169
*
QPID-204 : Implement TemporaryTopic.delete
Robert Greig
2006-12-16
3
-10
/
+16
*
QPID-202 : Implement TemporaryQueue.delete
Robert Greig
2006-12-16
3
-20
/
+80
*
QPID-202 : Fix so not to throw NullPointerException when using unidentified s...
Robert Greig
2006-12-16
1
-31
/
+36
*
QPID-195 : Fix to JMSObjectMessage so that setObject(null) rteurns the messag...
Robert Greig
2006-12-16
1
-2
/
+4
*
This contains a fix for QPID-200
Rajith Muditha Attapattu
2006-12-15
2
-4
/
+6
*
reinstating the fix for QPID-191 that was wiped out as a result of another fix
Rajith Muditha Attapattu
2006-12-15
1
-1
/
+10
*
QPID-194 Patch supplied by Rob Godfrey.
Robert Greig
2006-12-15
2
-18
/
+26
*
QPID-183 Patch supplied by Rob Godfrey. Major changes to durable topic subscr...
Robert Greig
2006-12-15
8
-51
/
+280
*
QPID-182
Martin Ritchie
2006-12-15
1
-12
/
+2
*
QPID-181 QPID-180
Martin Ritchie
2006-12-15
2
-208
/
+87
[next]