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 message confirm_mode when no ack is used
Arnaud Simon
2007-10-11
1
-1
/
+3
*
There was an interop issue.
Rajith Muditha Attapattu
2007-10-11
1
-6
/
+3
*
Updated for returning the message instead of null
Arnaud Simon
2007-10-10
1
-1
/
+1
*
Changed sendCancel to sedn a cancel and not a stop
Arnaud Simon
2007-10-10
1
-1
/
+1
*
Removed system.outs and replaced with log statements
Rajith Muditha Attapattu
2007-10-10
4
-23
/
+31
*
Fixed an error with the credit based flow control
Rajith Muditha Attapattu
2007-10-09
4
-11
/
+21
*
Added window mode as the flow mode when we unsuspend a channel provided a lis...
Rajith Muditha Attapattu
2007-10-09
1
-0
/
+1
*
Changed to use Window for asyn and credit mode for sync consume.
Rajith Muditha Attapattu
2007-10-08
6
-33
/
+97
*
fixed acknowledge for not acknowledging messages with a greater tag
Arnaud Simon
2007-10-08
1
-2
/
+6
*
fixed issue with transactions
Arnaud Simon
2007-10-08
5
-60
/
+55
*
fixed issue with temporary queues as the consumer was not closed when cancel ...
Arnaud Simon
2007-10-08
1
-0
/
+2
*
Changed for removing buffer copy
Arnaud Simon
2007-10-05
1
-6
/
+2
*
Changed buildReadBuffer for flipping the buffer when data is received in saml...
Arnaud Simon
2007-10-04
1
-0
/
+1
*
Changed to send message ack when required
Arnaud Simon
2007-10-04
3
-7
/
+26
*
Changed to use message.recover instead of message.release
Arnaud Simon
2007-10-03
2
-4
/
+23
*
Changed isqueueBound for handling null routing key
Arnaud Simon
2007-10-02
1
-6
/
+18
*
Changed acquire mode values (acording to spec)
Arnaud Simon
2007-10-02
1
-2
/
+2
*
Changed to use bindingquery
Arnaud Simon
2007-10-02
3
-7
/
+42
*
Changed sendClose so that not to send sync on a closed session
Arnaud Simon
2007-10-02
1
-2
/
+0
*
Changed to set topic names
Arnaud Simon
2007-10-01
1
-31
/
+44
*
Changed to use UUID for unique name generation
Arnaud Simon
2007-10-01
1
-7
/
+3
*
Changed for setting new name to destinations
Arnaud Simon
2007-10-01
1
-0
/
+5
*
Changed for setting message flow to already started message listeners
Arnaud Simon
2007-10-01
3
-5
/
+22
*
Changed onMessage to copy the incoming byteBuffer
Arnaud Simon
2007-10-01
1
-5
/
+5
*
added messageID to sent messages
Arnaud Simon
2007-09-28
1
-0
/
+1
*
changed delcareQueue to be protected so that to used 0_10 specific imp
Arnaud Simon
2007-09-28
1
-1
/
+1
*
fixed several 0_10 issues
Arnaud Simon
2007-09-28
4
-7
/
+48
*
Added a conveter to convert between FieldTable and Map<String,Object> for 0-10
Rajith Muditha Attapattu
2007-09-25
4
-8
/
+60
*
Changed the ExceptionListener to ClosedListerner that notifies a close event.
Rajith Muditha Attapattu
2007-09-25
10
-70
/
+80
*
Client.java: workaround for NPE + close underling connection. BasicInteropTes...
Rafael H. Schloming
2007-09-24
2
-9
/
+29
*
added field table encoding/decoding
Rafael H. Schloming
2007-09-24
2
-6
/
+6
*
added isolated test cases for interop with c++ broker
Rajith Muditha Attapattu
2007-09-21
1
-0
/
+126
*
merged the qpidity.url classes in to qpid.url and deleted qpidity.url
Rajith Muditha Attapattu
2007-09-19
9
-46
/
+46
*
changed method messageAcquire to test if the acquire range set is null
Arnaud Simon
2007-09-19
1
-1
/
+1
*
updated for using jms message for filtering incoming messages
Arnaud Simon
2007-09-19
1
-42
/
+54
*
renamed qpidity.jms to qpidity.njms and qpidity.client to qpidity.nclient
Arnaud Simon
2007-09-19
59
-0
/
+13674
*
deleted qpidity.jms and qpidity.client
Arnaud Simon
2007-09-19
59
-13674
/
+0
*
renamed qpidity.jms to qpidity.njms and qpidity.client to qpidity.nclient
Arnaud Simon
2007-09-19
9
-30
/
+28
*
added njms
Arnaud Simon
2007-09-19
42
-122
/
+114
*
added nclient
Arnaud Simon
2007-09-19
17
-45
/
+44
*
added message selector evaluation (for 0_10 only)
Arnaud Simon
2007-09-18
4
-30
/
+223
*
Added XA support (for 0_10 only)
Arnaud Simon
2007-09-18
10
-36
/
+930
*
added 0_10 replyTo support
Arnaud Simon
2007-09-18
6
-14
/
+46
*
added support querying an exchange and implemented dtx Session
Arnaud Simon
2007-09-18
3
-12
/
+24
*
fixed several bugs after running samples against 0_10
Arnaud Simon
2007-09-17
7
-21
/
+50
*
changed qpid session propagation
Arnaud Simon
2007-09-17
2
-11
/
+9
*
0_10 implementation
Arnaud Simon
2007-09-17
1
-8
/
+70
*
Updated ConnectionURL
Arnaud Simon
2007-09-17
4
-4
/
+46
*
Took out the URL parsing logic from the AMQConnectionURL and moved in two Par...
Rajith Muditha Attapattu
2007-09-14
10
-248
/
+802
*
* moved most of the classes in the org.apache.qpidity package to
Rafael H. Schloming
2007-09-13
26
-125
/
+125
[next]