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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ForkedBroker: child process exits on completion.
Alan Conway
2008-07-07
1
-1
/
+7
*
This is related to QPId-1161.
Rajith Muditha Attapattu
2008-07-07
12
-25
/
+289
*
Disable certain ConnectionTest tests since the 010 broker doesn't currently i...
Aidan Skinner
2008-07-07
1
-0
/
+3
*
QPID-474 forgot ASL header, oops
Aidan Skinner
2008-07-07
2
-0
/
+42
*
QPID-474 Make sure that our SASL servers actually, y'know, validate the password
Aidan Skinner
2008-07-07
6
-7
/
+204
*
Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.
Alan Conway
2008-07-07
2
-24
/
+7
*
configure.ac: check for cpg_local_get to exclude older CPG versions.
Alan Conway
2008-07-07
1
-5
/
+3
*
Temporarily reverting changes to signal handling; as checked in by r674107 it...
Gordon Sim
2008-07-07
1
-2
/
+18
*
This is related to QPID-1161.
Rajith Muditha Attapattu
2008-07-07
2
-2
/
+2
*
This is related to QPID-1161.
Rajith Muditha Attapattu
2008-07-07
5
-33
/
+50
*
The last checkin for this class was using a Java 1.6 specific method called i...
Rajith Muditha Attapattu
2008-07-07
1
-1
/
+1
*
Disabled cluster_test temporarily, it leaks processes.
Alan Conway
2008-07-04
1
-2
/
+4
*
Remove debugging cout accidentally left in.
Alan Conway
2008-07-04
1
-2
/
+0
*
Cluster prototype: handles client-initiated commands (not dequeues)
Alan Conway
2008-07-04
37
-218
/
+835
*
Addition of tools directory for various Qpid Java tools
Martin Ritchie
2008-07-04
2
-0
/
+227
*
QPID-940 : Forgot to exclude the test from the test run
Martin Ritchie
2008-07-04
3
-0
/
+8
*
QPID-871 - Added a ConnectionRegistry per Virtualhost to track the open conne...
Martin Ritchie
2008-07-04
16
-164
/
+902
*
Qpid-940 - ConnectionTest#testPasswordFailureConnection fails occasionally so...
Martin Ritchie
2008-07-04
2
-49
/
+73
*
QPID-1079: Remove all classes that were no longer referenced + updated FlowCo...
Arnaud Simon
2008-07-04
5
-231
/
+14
*
Allow default values for packed structs to be overridden (currently used for ...
Gordon Sim
2008-07-04
1
-1
/
+1
*
QPID-1157: Added perftests project
Arnaud Simon
2008-07-04
5
-0
/
+440
*
Only override default value for accept-mode field in message.transfer (not me...
Gordon Sim
2008-07-04
1
-2
/
+2
*
Removed SimpleACLTest from the build whilst we resolve the client exception h...
Martin Ritchie
2008-07-04
1
-1
/
+1
*
rubygen: Change default for client API accept-mode parameters to 1.
Alan Conway
2008-07-03
2
-2
/
+9
*
QPID-1160 - Use array-style delete for allocated array
Ted Ross
2008-07-03
1
-1
/
+1
*
QPID-962 Exception handling was... unpleasing... Fix up of patch from rhs
Aidan Skinner
2008-07-03
7
-57
/
+85
*
Revert "QPID-962 Exception handling was... unpleasing... Fix up of patch from...
Aidan Skinner
2008-07-02
5
-62
/
+55
*
Improved text and rasied severity of log entry when client sessions are delet...
Gordon Sim
2008-07-02
1
-1
/
+1
*
QPID-960 remember to rename class
Aidan Skinner
2008-07-02
1
-3
/
+3
*
QPID-960 copy delegate properly
Aidan Skinner
2008-07-02
1
-0
/
+234
*
QPID-960 make protocol negotiation work from 0-10 down to 0-9 and then 8-0
Aidan Skinner
2008-07-02
3
-235
/
+33
*
QPID-962 Exception handling was... unpleasing... Fix up of patch from rhs
Aidan Skinner
2008-07-02
5
-55
/
+62
*
Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...
Alan Conway
2008-07-01
9
-317
/
+118
*
QPID-887: name housekeeping thread properly.
Aidan Skinner
2008-07-01
1
-1
/
+2
*
QPID-1163: Moved message ack in pre-deliver method
Arnaud Simon
2008-07-01
2
-14
/
+15
*
QPID-1157: Updated scripts
Arnaud Simon
2008-07-01
5
-15
/
+11
*
QPID-1084 : Applying patch previously applied to M2.x
Robert Godfrey
2008-07-01
1
-9
/
+16
*
Added extra option (fixed time limit in rate mode) to latency test. Patch fro...
Gordon Sim
2008-07-01
1
-10
/
+27
*
QPID-1160 - Per-thread counters in management API to avoid locking
Ted Ross
2008-06-30
21
-188
/
+394
*
Cosmetic change: rename ID to be 'tag'
Ted Ross
2008-06-30
1
-6
/
+6
*
Switch to async mode for management communication
Ted Ross
2008-06-30
1
-0
/
+1
*
This commit is related to QPID-1161.
Rajith Muditha Attapattu
2008-06-30
19
-1
/
+1884
*
QPID-1157: Added cc example automation scripts
Arnaud Simon
2008-06-30
25
-34
/
+394
*
QPID-1159: remove @Override tags
Aidan Skinner
2008-06-30
1
-130
/
+109
*
Added comment to gitignore to explain previous additions
Martin Ritchie
2008-06-27
1
-0
/
+1
*
Updated the performance tests to ensure we use all the available test, added ...
Martin Ritchie
2008-06-27
5
-3
/
+34
*
Added qpid/java/release to ignore list
Martin Ritchie
2008-06-27
1
-0
/
+1
*
QPID-1157: Added CC scripts and config files
Arnaud Simon
2008-06-27
18
-0
/
+598
*
Fix exit status when VALIGRIND=
Alan Conway
2008-06-27
1
-1
/
+1
*
Plugin framework change: single PluginFactory creates per-target Plugin insta...
Alan Conway
2008-06-26
11
-165
/
+187
[next]