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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-3401 Interim fixes to keep the tree compiling. Most of these
Rajith Muditha Attapattu
2012-05-14
4
-10
/
+14
*
QPID-3401 Refined the code that handled the creation of an Address
Rajith Muditha Attapattu
2012-05-14
1
-41
/
+43
*
QPID-3401 Added a constructor to take an Address object in addition to
Rajith Muditha Attapattu
2012-05-14
5
-0
/
+61
*
QPID-3401 Applying changes suggest by RobertGodfrey.
Rajith Muditha Attapattu
2012-05-11
4
-129
/
+131
*
QPID-3401 Fixed code convention issues. Marked fields private.
Rajith Muditha Attapattu
2012-05-10
2
-5
/
+5
*
QPID-3401 Added hashcode implementations for QpidQueue and QpidTopic
Rajith Muditha Attapattu
2012-05-10
2
-0
/
+19
*
QPID-3401 Node and Link objects are now immutable once they are
Rajith Muditha Attapattu
2012-05-10
3
-9
/
+13
*
QPID-3401 Marked the Address object read-only once it's processed and
Rajith Muditha Attapattu
2012-05-09
1
-0
/
+1
*
QPID-3401 Based on review comments, made the following changes.
Rajith Muditha Attapattu
2012-05-09
4
-236
/
+256
*
QPID-3401 Added equals, toString() implementations to Topic and Queue.
Rajith Muditha Attapattu
2012-04-05
6
-3
/
+68
*
QPID-3401 Added implementations for TemporaryQueue and TemporaryTopic.
Rajith Muditha Attapattu
2012-04-04
3
-0
/
+116
*
QPID-3401 The binding URL is parsed and information is adapted into the
Rajith Muditha Attapattu
2012-04-04
1
-6
/
+28
*
QPID-3401 Added code to extract information from an address string and
Rajith Muditha Attapattu
2012-04-04
4
-12
/
+50
*
QPID-3401 Added a final field "type" to abstract destination
Rajith Muditha Attapattu
2012-03-05
4
-15
/
+122
*
QPID-3401 Stubbing out Destination, Topic and Queue implementations.
Rajith Muditha Attapattu
2012-03-05
3
-0
/
+244
*
QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...
Robert Godfrey
2012-02-28
2
-0
/
+8
*
QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...
Robert Godfrey
2012-02-27
1
-0
/
+4
*
QPID-2020 : [Java Client] create[Durable]ConnectionConsumer should throw JMSE...
Robert Godfrey
2012-02-27
1
-4
/
+5
*
QPID-792 : [Java Client] Validate queue browser selector on client side, not ...
Robert Godfrey
2012-02-27
5
-34
/
+101
*
QPID-509 : [Java Client] Messages sent to topics should not default to mandatory
Robert Godfrey
2012-02-27
6
-129
/
+150
*
AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10
Robert Godfrey
2012-02-23
1
-7
/
+10
*
QPID-3095 : AMQBrokerDetails equals() and hashCode() methods do not adhere to...
Robert Godfrey
2012-02-20
1
-4
/
+4
*
QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...
Robert Godfrey
2012-02-20
2
-0
/
+57
*
QPID-3836 Modified the address handling code to pass the noLocal
Rajith Muditha Attapattu
2012-02-13
4
-10
/
+19
*
QPID-3817: remove unnecessary cast to AMQQueue from the QueueBrowser creation...
Robert Gemmell
2012-02-13
2
-3
/
+6
*
QPID-3830: remove stale reference to old examples README
Robert Gemmell
2012-02-13
1
-2
/
+0
*
QPID-3830: remove stale/confusing old 'examples' for the java client
Robert Gemmell
2012-02-13
27
-2874
/
+0
*
QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...
Robert Gemmell
2012-02-13
6
-16
/
+12
*
QPID-3440: add test to verify issue by ensuring that the reply-to Destination...
Robert Gemmell
2012-02-13
2
-14
/
+85
*
QPID-3819: ExhaustiveACLTests seen to timeout
Keith Wall
2012-02-09
1
-24
/
+1
*
QPID-3807: Improve thread safety of JMS Session dispatcher.
Keith Wall
2012-02-07
1
-21
/
+11
*
NO-JIRA: Remove unnecessary getters added by recent commit 1236867
Keith Wall
2012-02-07
1
-87
/
+0
*
NO-JIRA: Move members back to top of class where they belong
Keith Wall
2012-02-07
1
-181
/
+180
*
NO-JIRA: Remove redundant code from client and common trees.
Keith Wall
2012-02-06
3
-134
/
+0
*
QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...
Robert Gemmell
2012-02-05
2
-29
/
+16
*
QPID-3801 : [Java] Move JMS Selector code into common
Robert Godfrey
2012-02-02
20
-2635
/
+222
*
QPID-3784: move the system property key into ClientProperties
Robert Gemmell
2012-02-02
2
-7
/
+4
*
QPID-3784: introduce system property to run a dispatcher thread as damon/non-...
Robert Gemmell
2012-02-02
2
-1
/
+77
*
QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...
Robert Gemmell
2012-02-01
4
-14
/
+59
*
QPID-3789 : [Java Broker] Remove duplication between two password file databa...
Robert Godfrey
2012-02-01
3
-3
/
+0
*
QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...
Robert Godfrey
2012-01-31
5
-419
/
+199
*
QPID-3604 Moved the draining of consumer queues further down to be done
Rajith Muditha Attapattu
2012-01-31
1
-8
/
+6
*
QPID-3789 : [Java] Remove dead code and empty directories
Robert Godfrey
2012-01-30
3
-601
/
+0
*
QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...
Keith Wall
2012-01-29
1
-2
/
+2
*
QPID-3789 : [Java] fix regression caused by destination cache miss (by furthe...
Robert Godfrey
2012-01-29
2
-1
/
+7
*
QPID-3789 : [Java] code tidyups
Robert Godfrey
2012-01-29
52
-1640
/
+211
*
NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...
Robert Godfrey
2012-01-27
64
-665
/
+1065
*
NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...
Robert Godfrey
2012-01-27
5
-40
/
+141
*
NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...
Robert Godfrey
2012-01-27
149
-957
/
+807
*
QPID-3786 Setting queueName, exchange and routingKey from information
Rajith Muditha Attapattu
2012-01-26
1
-1
/
+15
[next]