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
*
Move dispatcher code from iocpDispatcher.cpp (no longer needed) to IocpPoller...
Stephen D. Huston
2009-01-13
2
-57
/
+15
*
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
*
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
*
Tidied up a number of TODO items
Andrew Stitcher
2009-01-08
4
-9
/
+11
*
Adapt to recent changes/additions
Stephen D. Huston
2009-01-07
1
-8
/
+19
*
QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...
Gordon Sim
2009-01-07
1
-0
/
+12
*
Work on the low level IO code:
Andrew Stitcher
2009-01-06
10
-60
/
+269
*
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
7
-31
/
+299
*
Log changes: logging default now notice+, "listening on" messages are at noti...
Alan Conway
2009-01-05
3
-3
/
+3
*
QPID-1412 - c++ implementation of the QMF client API
Ted Ross
2008-12-19
2
-0
/
+23
*
Revert accidental commit.
Alan Conway
2008-12-17
1
-9
/
+11
*
Default --cluster-read-max to 0.
Alan Conway
2008-12-17
1
-11
/
+9
*
Added missing ASF license
Gordon Sim
2008-12-15
1
-0
/
+21
*
sys/PollableQueue: dispatch in batches, allow put-back.
Alan Conway
2008-12-11
1
-19
/
+16
*
Add startReading() method required by sys::AsynchIO. Fixes QPID-1525.
Stephen D. Huston
2008-12-10
1
-60
/
+56
*
Better output.
Alan Conway
2008-12-10
1
-25
/
+16
*
Fixes for 64bit.
Alan Conway
2008-12-09
1
-2
/
+6
*
Added dummy read throttling code to RDMA protocol support so
Andrew Stitcher
2008-12-08
1
-0
/
+5
*
OutputControl and subclasses: added giveReadCredit() for IO level flow control.
Alan Conway
2008-12-08
10
-10
/
+63
*
src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, fo...
Alan Conway
2008-12-07
1
-0
/
+111
*
PollableQueue: fix unsafe use of deque
Alan Conway
2008-12-02
1
-4
/
+8
*
Cluster: handle CPG flow-control conditions.
Alan Conway
2008-12-02
1
-11
/
+19
*
Was causing cluster failures.
Alan Conway
2008-11-26
1
-0
/
+2
*
QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:
Andrew Stitcher
2008-11-26
1
-23
/
+27
*
Cluster.cpp: Fixed last-node-standing logic, better logging.
Alan Conway
2008-11-26
1
-2
/
+2
*
QPID-1474: Changed lock scope for PollerHandle::~PollerHandle
Andrew Stitcher
2008-11-19
1
-0
/
+5
*
Fix --cluster-cman option to enable cman integration.
Alan Conway
2008-11-19
1
-4
/
+0
*
Remove optimistic consume options. Better default message for SSL errors.
Alan Conway
2008-11-17
1
-0
/
+2
*
Fix problem where broker generates empty URL if run on a host with only the 1...
Alan Conway
2008-11-12
1
-3
/
+5
*
Correct returned value on successful parse
Stephen D. Huston
2008-11-11
1
-1
/
+1
*
handle case where doOutput call causes last task to be removed.
Gordon Sim
2008-11-11
1
-0
/
+1
*
QPID-1438: Before registering the rdma daemon transport plugin check
Andrew Stitcher
2008-11-07
5
-5
/
+19
*
Add Message callbacks for async completion.
Alan Conway
2008-11-06
1
-3
/
+4
*
QPID-1417: ensure there are no dangling pointers in a connections output tasks
Gordon Sim
2008-11-06
2
-0
/
+6
*
Disable SIGPIPE for client as well as broker
Gordon Sim
2008-11-05
1
-8
/
+10
*
Correct signature of usleep() method
Stephen D. Huston
2008-11-03
1
-1
/
+1
*
Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...
Stephen D. Huston
2008-10-30
6
-18
/
+170
*
Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...
Stephen D. Huston
2008-10-29
3
-44
/
+120
*
Make federation work over Rdma links
Andrew Stitcher
2008-10-28
1
-45
/
+53
*
Trivial comment change
Andrew Stitcher
2008-10-28
1
-1
/
+0
*
QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover code
Alan Conway
2008-10-22
1
-0
/
+1
*
Remove nonportable include dlfcn; add Windows version of Shlib.cpp
Stephen D. Huston
2008-10-21
2
-1
/
+53
*
Add #include qpid/sys/DispatchHandle.h, needed since DispatchHandle split out...
Stephen D. Huston
2008-10-21
1
-0
/
+1
*
Fix compile error introduced by initial QPID-1377 commit; Resolves QPID-1377
Stephen D. Huston
2008-10-21
1
-1
/
+1
*
Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...
Stephen D. Huston
2008-10-21
18
-594
/
+2364
*
Remove default location for certificate database.
Gordon Sim
2008-10-20
2
-8
/
+15
[next]