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
/
cpp
/
src
/
qpid
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct lifecycle for pollablequeue dispatch handle
Carl C. Trieloff
2009-01-21
1
-1
/
+1
*
Re-issue 736381 with a literal.
Ted Ross
2009-01-21
1
-4
/
+1
*
Moved minimum frameMax constant into public
Ted Ross
2009-01-21
1
-3
/
+3
*
Enforce a minimum frame-max to avoid really bad things that can happen
Ted Ross
2009-01-21
1
-3
/
+4
*
QPID-1567: Added ability for federation links to failover to other specified ...
Gordon Sim
2009-01-21
10
-9
/
+227
*
Additional latency measurement points.
Alan Conway
2009-01-21
7
-7
/
+11
*
Latency measurements, compiled out of production code.
Alan Conway
2009-01-20
7
-16
/
+192
*
QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...
Gordon Sim
2009-01-20
20
-108
/
+242
*
Fix tests broken by r735776: check payload pointer before use.
Gordon Sim
2009-01-20
1
-1
/
+1
*
Put messages into LVQ FIFO if no key is specified.
Carl C. Trieloff
2009-01-19
1
-7
/
+7
*
cluster refactor: separate out dispatch strategy, implement poller and thread...
Alan Conway
2009-01-16
4
-52
/
+19
*
cluster refactor: separate out dispatch strategy, implement poller and thread...
Alan Conway
2009-01-16
4
-0
/
+222
*
QPID-1588 - Fixed bug in asynchronous API operations.
Ted Ross
2009-01-16
1
-1
/
+1
*
QPID-1589 - Added equality/inequality operators to qpid::console::ObjectId.
Ted Ross
2009-01-16
2
-0
/
+45
*
Separate cluster::EventHeader to allow non-copy events.
Alan Conway
2009-01-16
3
-27
/
+51
*
QPID-1567: clean shutdown of event queue
Gordon Sim
2009-01-16
1
-0
/
+1
*
Minor typo fixes
Ted Ross
2009-01-15
1
-1
/
+1
*
QPID-1567: Initial support for asynchronous queue state replication
Gordon Sim
2009-01-15
14
-5
/
+654
*
Minor formatting fixes and typo correction.
Gordon Sim
2009-01-15
3
-7
/
+7
*
Include CPG error code in message.
Alan Conway
2009-01-14
1
-16
/
+19
*
Move dispatcher code from iocpDispatcher.cpp (no longer needed) to IocpPoller...
Stephen D. Huston
2009-01-13
2
-57
/
+15
*
Revise allocator per patch in QPID-1458; Fixes QPID-1458
Stephen D. Huston
2009-01-13
1
-2
/
+19
*
Implement heartbeat timeout on client:
Andrew Stitcher
2009-01-13
9
-20
/
+83
*
Send heartbeat from broker to client
Andrew Stitcher
2009-01-13
8
-9
/
+85
*
Small tidy up
Andrew Stitcher
2009-01-13
1
-1
/
+2
*
Created new Timer code in qpid::sys
Andrew Stitcher
2009-01-13
2
-0
/
+229
*
Start to fix Timer to improve encapsulation and then fix
Andrew Stitcher
2009-01-13
4
-3
/
+12
*
Adding missing include
Stephen D. Huston
2009-01-12
1
-0
/
+1
*
Add support for AsynchIO::RequestCallback processing
Stephen D. Huston
2009-01-12
4
-11
/
+65
*
Allow any remaining events in PollableQueue to be processed after Poller thre...
Gordon Sim
2009-01-12
1
-4
/
+22
*
Fix --cluster-mast-max: errors in last commit.
Alan Conway
2009-01-09
7
-21
/
+24
*
Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.
Alan Conway
2009-01-09
6
-17
/
+57
*
Fix for compatibility with latest corosync.
Alan Conway
2009-01-08
1
-7
/
+8
*
Fix to build on latest corosync versions.
Alan Conway
2009-01-08
2
-14
/
+14
*
cluster: handle multicast errors.
Alan Conway
2009-01-08
4
-7
/
+11
*
QPID-976: Prompt for password if it is required and not specified through set...
Gordon Sim
2009-01-08
1
-7
/
+21
*
QPID-976: Patch from Ted Ross (tross@redhat.com). Remove the handling of empt...
Gordon Sim
2009-01-08
1
-28
/
+1
*
Tidied up a number of TODO items
Andrew Stitcher
2009-01-08
7
-15
/
+11
*
Namespace and IntegerTypes.h tweaks to build on Windows Visual C++
Stephen D. Huston
2009-01-07
9
-7
/
+13
*
Resolve some compile errors on Windows qmfconsole
Stephen D. Huston
2009-01-07
4
-10
/
+11
*
Adapt to recent changes/additions
Stephen D. Huston
2009-01-07
2
-9
/
+21
*
Ensure that if no store is loaded we don't flow to disk, but revert to reject...
Gordon Sim
2009-01-07
3
-4
/
+21
*
This is related to QPID-1558.
Rajith Muditha Attapattu
2009-01-07
2
-2
/
+15
*
Consistent #if defined for header selectino.
Alan Conway
2009-01-07
1
-3
/
+3
*
QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...
Gordon Sim
2009-01-07
2
-3
/
+26
*
Fix for windows build: add implementations of the getSecurityLayer()
Gordon Sim
2009-01-07
1
-0
/
+15
*
Work on the low level IO code:
Andrew Stitcher
2009-01-06
10
-60
/
+269
*
cluster/OutputInterceptor.cpp: added locking around use of ClusterOutputinter...
Alan Conway
2009-01-06
1
-3
/
+14
*
Added missing include file for ::memcpy
Ted Ross
2009-01-06
1
-0
/
+1
*
* Cyrus SASL intgeration for c++ client
Gordon Sim
2009-01-06
29
-260
/
+1355
[next]