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
/
qpid
/
java
/
client
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
QPID-832 : Fix eol-style
Robert Godfrey
2008-04-24
19
-3205
/
+3205
*
QPID-832 merge M2.x
Aidan Skinner
2008-04-24
91
-1480
/
+4355
*
QPID-939 Added "ID:" to message ID
Arnaud Simon
2008-04-21
1
-1
/
+1
*
QPID-936: added missing session close op
Arnaud Simon
2008-04-18
1
-1
/
+1
*
QPID-798 Make property per connection and/or system wide; change name to SYNC...
Arnaud Simon
2008-04-18
4
-2
/
+26
*
QPID-796 Made connection URL property + use session level method
Arnaud Simon
2008-04-17
5
-11
/
+47
*
QPID-919 Changed AMQBrokerDetails to throw an URL exception when the port num...
Arnaud Simon
2008-04-17
1
-0
/
+7
*
QPID-901: don't depend on constant values matching up when converting between...
Rafael H. Schloming
2008-04-16
1
-1
/
+13
*
QPID-901: add back ExceptionHelper.java to fix the build
Rafael H. Schloming
2008-04-16
1
-0
/
+60
*
QPID-901: updates to the java client to use the 0-10 final spec instead of th...
Rafael H. Schloming
2008-04-16
64
-12538
/
+389
*
QPID-897: this test was intermittently timing out when messages are not prefe...
Arnaud Simon
2008-04-16
1
-1
/
+1
*
QPID-928 Added a pause period for letting the finalyzer a chance to notify al...
Arnaud Simon
2008-04-16
1
-0
/
+7
*
QPID-798 Added boolean property fully_sync when true a sync is sent after a p...
Arnaud Simon
2008-04-04
1
-3
/
+10
*
QPID-796: Added ability to enable/disable message prefetching. Prefetching is...
Arnaud Simon
2008-04-04
3
-34
/
+135
*
QPID-897 this test was intermittently failing because of too short timeouts. ...
Arnaud Simon
2008-04-03
1
-6
/
+6
*
QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...
Arnaud Simon
2008-04-02
8
-88
/
+100
*
Qpid-860: changed running test condition
Arnaud Simon
2008-03-26
1
-2
/
+2
*
Qpid-860: provides support for specifying a list of test to be excluded
Arnaud Simon
2008-03-26
1
-2
/
+77
*
Revision 636791 says: "Added constant to represent the AMQP versions, as prev...
Arnaud Simon
2008-03-18
1
-1
/
+2
*
Removed redundant code (see QPID-838). As this is a major 0.10 change tck has...
Arnaud Simon
2008-03-07
2
-92
/
+10
*
This is a very simple fix for QPID-837 (this code will be changed once the me...
Arnaud Simon
2008-03-07
1
-1
/
+1
*
Added resource cleaning (mainly connection close); see QPID-824
Arnaud Simon
2008-03-06
10
-9
/
+25
*
Stop the dispatcher thread before closing the session so it does not acquire ...
Arnaud Simon
2008-03-04
1
-0
/
+4
*
un-commented testNoLocal as it should be added to the exclude list until the ...
Arnaud Simon
2008-03-04
1
-2
/
+2
*
added an assert to verify that no threads are leaked on connection open/close...
Rafael H. Schloming
2008-03-03
2
-1
/
+30
*
Qpid-823: Dispatcher thread should be closed after consumers have been closed.
Arnaud Simon
2008-02-29
1
-5
/
+5
*
Rollback 632067 and 632072
Arnaud Simon
2008-02-29
48
-95
/
+151
*
See Qpid-817
Arnaud Simon
2008-02-28
47
-149
/
+93
*
See Qpid-817
Arnaud Simon
2008-02-28
1
-2
/
+2
*
See Qpid-817
Arnaud Simon
2008-02-28
1
-4
/
+3
*
Fixed the toString method to avoid printing both a routingkey and bindingkey ...
Rajith Muditha Attapattu
2008-02-27
1
-8
/
+8
*
Added another test to check for URISyntaxException when both routingkey and b...
Rajith Muditha Attapattu
2008-02-27
1
-1
/
+27
*
added a test case for the multiple binding key case
Rajith Muditha Attapattu
2008-02-27
1
-10
/
+25
*
This contains the ground work for QPID-803.
Rajith Muditha Attapattu
2008-02-27
10
-83
/
+240
*
Changed checkPreConditions for accessing directly to _messageSelector
Arnaud Simon
2008-02-25
3
-3
/
+82
*
modified test harness to clean up data dir when broker crashes
Rafael H. Schloming
2008-02-21
1
-22
/
+62
*
added message releasing when messag listener is set
Arnaud Simon
2008-02-21
1
-1
/
+10
*
added consumer2.close as messages may be delivered to this not used consumer
Arnaud Simon
2008-02-21
1
-0
/
+1
*
changed for runing only with an 0.8 broker (this is testing 0.8 connection)
Arnaud Simon
2008-02-21
1
-118
/
+128
*
changed for creating durable queue for a durable subscriber
Arnaud Simon
2008-02-21
1
-1
/
+1
*
changed for notifying message arrival when the header does not have a payload
Arnaud Simon
2008-02-21
1
-0
/
+5
*
added init after broker shutdown and changed receiveNowait to receive(1000)
Arnaud Simon
2008-02-20
2
-63
/
+80
*
protect the _currentException variable with its own lock, this avoids deadloc...
Rafael H. Schloming
2008-02-15
1
-9
/
+13
*
recompute internal 0-10 message for reused messages
Rafael H. Schloming
2008-02-14
2
-12
/
+6
*
rethrow exception rather than ignoring it
Rafael H. Schloming
2008-02-14
1
-0
/
+1
*
set initial cause
Rafael H. Schloming
2008-02-14
1
-0
/
+1
*
Fix for Qpid-793
Rajith Muditha Attapattu
2008-02-14
1
-4
/
+6
*
This is a fix for QPID-791
Rajith Muditha Attapattu
2008-02-14
1
-4
/
+1
*
modified it to show the selector test bug
Rajith Muditha Attapattu
2008-02-13
1
-3
/
+28
*
applied patch from rajith to fix reply-to
Rafael H. Schloming
2008-02-12
1
-0
/
+8
[prev]
[next]