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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed the state lock from the RdmaIO code
Andrew Stitcher
2008-09-23
3
-96
/
+129
*
Fixed error handling session-busy condition on broker.
Alan Conway
2008-09-22
1
-1
/
+8
*
RDMA bugfixes:
Andrew Stitcher
2008-09-19
3
-30
/
+52
*
Refactor Cluster logic into separate handlers for Joining & Member modes.
Alan Conway
2008-09-18
1
-1
/
+9
*
Moved PollableCondition into sys/posix, posix only impl.
Alan Conway
2008-09-12
4
-40
/
+60
*
Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.
Alan Conway
2008-09-12
1
-15
/
+41
*
Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...
Alan Conway
2008-09-11
3
-0
/
+273
*
Implementation of AMQP over RDMA protocols (Infiniband)
Andrew Stitcher
2008-09-11
9
-283
/
+1067
*
QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...
Gordon Sim
2008-09-08
1
-0
/
+126
*
Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...
Alan Conway
2008-08-29
3
-4
/
+6
*
Add ASL to everywhere, to everything.
Aidan Skinner
2008-08-28
8
-0
/
+160
*
Pre-buffering output strategy for cluster.
Alan Conway
2008-08-21
2
-0
/
+55
*
Added doxygen comments on using the Poller.
Alan Conway
2008-08-11
2
-1
/
+47
*
Decouple the DispatchHandle from its clients by using a
Andrew Stitcher
2008-08-11
1
-2
/
+24
*
- Added OutputTask::hasOutput() test.
Alan Conway
2008-08-06
3
-0
/
+17
*
Refactor Thread platform code so that the implementation is completely
Andrew Stitcher
2008-08-06
3
-95
/
+76
*
* revised approach for setting tcp-nodelay on client to avoid breaking platfo...
Gordon Sim
2008-08-05
3
-13
/
+18
*
Modified error checking on TCP socket read so that it's no longer fatal
Andrew Stitcher
2008-08-05
1
-1
/
+5
*
The previous attempt to only get an xpg strerror_r with the GNU failed
Andrew Stitcher
2008-07-30
1
-10
/
+7
*
Merged r680937. Added error handling for case where socket cannot be accepted...
Gordon Sim
2008-07-30
1
-5
/
+10
*
QPID-1198: Solaris ECF (port) based Poller
Andrew Stitcher
2008-07-30
1
-0
/
+301
*
Related to QPID-1198: Moved posix platform specific "strerror" code to
Andrew Stitcher
2008-07-30
3
-1
/
+81
*
Removed unused functions
Andrew Stitcher
2008-07-29
3
-44
/
+5
*
Small comment tidy
Andrew Stitcher
2008-07-29
1
-1
/
+0
*
QPID-1198 (Partial): Missing header files that are really needed
Andrew Stitcher
2008-07-29
5
-3
/
+8
*
Fix for client busy looping whilst waiting for a message
Andrew Stitcher
2008-07-29
1
-2
/
+6
*
Refactor of EpollPoller to make PollerHandler lifecycle easier
Andrew Stitcher
2008-07-28
3
-25
/
+41
*
Remove unused Module.h header file.
Gordon Sim
2008-07-28
1
-50
/
+0
*
Refactored so that Dispatcher is now independent from DispatchHandle
Andrew Stitcher
2008-07-24
3
-28
/
+34
*
Fix "ignoring return value" warning from LockFile.h.
Alan Conway
2008-07-15
1
-1
/
+1
*
Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...
Gordon Sim
2008-07-10
1
-1
/
+1
*
Some small changes which clean up header file inclusions
Andrew Stitcher
2008-07-09
6
-21
/
+34
*
Remove unused Serializer code.
Alan Conway
2008-07-08
2
-252
/
+0
*
Revert un-necessary Plugin complications. Better solution for plugin extensio...
Alan Conway
2008-07-08
1
-12
/
+14
*
QPID-1148 - from Manuel Tiera
Alan Conway
2008-07-08
3
-14
/
+94
*
Cluster prototype: handles client-initiated commands (not dequeues)
Alan Conway
2008-07-04
5
-6
/
+243
*
Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...
Alan Conway
2008-07-01
2
-63
/
+44
*
Plugin framework change: single PluginFactory creates per-target Plugin insta...
Alan Conway
2008-06-26
1
-14
/
+12
*
- use flock to lock data dir rather than a lock file.
Alan Conway
2008-06-25
2
-27
/
+48
*
Propagate error messages across the Demux between network & user threads.
Alan Conway
2008-06-12
1
-3
/
+4
*
Added exceptions to sys::Waitable.
Alan Conway
2008-06-06
2
-9
/
+121
*
QPID-1108 patch from Manuel Teira
Carl C. Trieloff
2008-06-03
1
-20
/
+2
*
QPID-1113 Management cleanup and performance enhancements
Ted Ross
2008-06-02
1
-0
/
+52
*
QPID-1087
Ted Ross
2008-05-21
8
-105
/
+31
*
Added check to exclude old gcc compilers for atomic ops.
Alan Conway
2008-05-21
2
-2
/
+2
*
Replaced AtomicCount with AtomicValue template.
Alan Conway
2008-05-21
4
-53
/
+183
*
QPID-1050: Patch from Ted Ross:
Gordon Sim
2008-05-12
7
-27
/
+117
*
QPID-1040: Patch from Ted Ross: Asynchronous Connector
Andrew Stitcher
2008-05-09
6
-10
/
+109
*
More RDMA Work in Progress
Andrew Stitcher
2008-04-29
4
-147
/
+66
*
Removed some unnecessary #includes
Andrew Stitcher
2008-04-29
2
-3
/
+1
[next]