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
*
Remove extra ::Variant from translate() signature
Stephen D. Huston
2009-09-08
1
-1
/
+1
*
Fixed code that pushes a buffer into the read queue if closed for write
Andrew Stitcher
2009-09-08
1
-1
/
+1
*
QPID-664: Added automatic message replay on reconnection.
Gordon Sim
2009-09-07
12
-28
/
+226
*
QPID-664: Added automatic reconnection logic.
Gordon Sim
2009-09-07
10
-159
/
+687
*
QPID-2080 - crash when attempting to modify an exchange's alternate
Ted Ross
2009-09-04
1
-2
/
+4
*
QPID-2045 - crash when destroying a federation link with a dynamic bridge
Ted Ross
2009-09-03
1
-1
/
+3
*
QPID-2050 - leak of bridge objects
Ted Ross
2009-09-02
1
-1
/
+0
*
Change Async buffer returning logic to only watch reads when necessary
Andrew Stitcher
2009-09-02
1
-3
/
+21
*
Revisit fix for QPID-1737: (clash with Win32 symbol)
Andrew Stitcher
2009-09-01
4
-6
/
+6
*
QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...
Gordon Sim
2009-09-01
1
-2
/
+4
*
Working towards abstracting away the cross platform uuid mess:
Andrew Stitcher
2009-08-31
3
-0
/
+97
*
Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...
Stephen D. Huston
2009-08-31
6
-171
/
+171
*
Hide internal message ID behind API
Gordon Sim
2009-08-26
5
-268
/
+332
*
Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).
Ted Ross
2009-08-25
2
-4
/
+10
*
QPID-664: Initial checkin of high level messaging api for c++
Gordon Sim
2009-08-25
31
-0
/
+3732
*
Added management visibility into the alternate exchange and auto-delete attri...
Ted Ross
2009-08-25
2
-3
/
+18
*
Fix misleading log messages.
Alan Conway
2009-08-24
1
-1
/
+1
*
Use more friendly time setting for the Timer warnings
Andrew Stitcher
2009-08-21
1
-2
/
+3
*
Remove using namespace boost - not needed and causes confusion with uint8_t f...
Stephen D. Huston
2009-08-20
1
-1
/
+0
*
Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in ...
Stephen D. Huston
2009-08-20
2
-11
/
+13
*
Fixed distcheck target, broken by my last commit.
Gordon Sim
2009-08-20
1
-0
/
+5
*
Add List class to handle encoding of AMQP 0-10 list type.
Gordon Sim
2009-08-20
3
-7
/
+126
*
QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...
Gordon Sim
2009-08-19
3
-4
/
+12
*
Removed TSS variables that tracked I/O counts; not used. Part of fix for QPID...
Stephen D. Huston
2009-08-14
1
-17
/
+0
*
Initialize the update interval to a reasonable value
Ted Ross
2009-08-14
1
-1
/
+1
*
Added documentation to watchdog plugin.
Alan Conway
2009-08-14
2
-0
/
+25
*
Revert "Batch multiple events into a single CPG multicast."
Alan Conway
2009-08-14
4
-28
/
+17
*
QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchange
Ted Ross
2009-08-13
2
-10
/
+35
*
Check for null pointer in ~QueueCleaner.
Alan Conway
2009-08-13
1
-1
/
+1
*
QPID-2048: Handle connection fail while attempting to close.
Gordon Sim
2009-08-13
3
-4
/
+21
*
Batch multiple events into a single CPG multicast.
Alan Conway
2009-08-12
4
-17
/
+28
*
Removed spurious code in AMQFrame::~AMQFrame.
Alan Conway
2009-08-12
1
-1
/
+1
*
Optimized handling of accepts and completions.
Alan Conway
2009-08-12
5
-25
/
+95
*
Minor whitespace adjustment.
Gordon Sim
2009-08-12
1
-1
/
+1
*
QPID-2046: * perform destroy() on the links own io thread, not on that of the...
Gordon Sim
2009-08-12
2
-10
/
+22
*
Ensure that a PollerHandle that has had a disconnected event can never
Andrew Stitcher
2009-08-11
1
-1
/
+4
*
Fix for re-entering DispatchHandle::processEvent more than once on disconnection
Andrew Stitcher
2009-08-11
2
-4
/
+3
*
Watchdog feature to remove unresponsive cluster nodes.
Alan Conway
2009-08-10
2
-0
/
+174
*
Removed unused files
Andrew Stitcher
2009-08-07
6
-300
/
+0
*
Reverted r801903, it should not be needed after r801860 and r801861.
Gordon Sim
2009-08-07
1
-1
/
+0
*
Gsim's temporary fix for replication bug.
Michael Goulish
2009-08-07
1
-0
/
+1
*
Fixed LinkRegistry destructor to only cancel TimerTask if there is one!
Andrew Stitcher
2009-08-07
1
-1
/
+3
*
Change QueueCleaner so that it cancels any outstanding TimerTask on destruction
Andrew Stitcher
2009-08-07
3
-1
/
+7
*
Change LinkRegistry to cancel its TimerTask in its destructor
Andrew Stitcher
2009-08-07
2
-2
/
+13
*
Revert "Stop timer thread before users are deleted (as they don't all clean u...
Andrew Stitcher
2009-08-07
1
-4
/
+0
*
Further improve the delay/overrun Timer warnings when both occur at once
Andrew Stitcher
2009-08-07
1
-6
/
+14
*
When setting up the next fire time for a Timer make sure it can't be in the p...
Andrew Stitcher
2009-08-07
1
-1
/
+2
*
Stop timer thread before users are deleted (as they don't all clean up prior ...
Gordon Sim
2009-08-06
1
-0
/
+4
*
Fix cman integration to exit immediately on loss of quorum.
Alan Conway
2009-08-06
12
-36
/
+109
*
Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030
Stephen D. Huston
2009-08-05
1
-1
/
+2
[next]