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
*
Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...
Stephen D. Huston
2010-01-23
5
-9
/
+854
*
Fixes to make Win32 port build again (and remove some warnings)
Andrew Stitcher
2010-01-21
2
-4
/
+4
*
Small comment fix
Andrew Stitcher
2010-01-21
1
-1
/
+1
*
Throw sync connect failures straight out of AsynchConnector constructor
Andrew Stitcher
2010-01-21
1
-19
/
+2
*
Small refactor of AsynchConnector to have a more regular structure
Andrew Stitcher
2010-01-21
1
-9
/
+8
*
Split out AsynchConnecter::start from constructor (like other AsynchIO classes)
Andrew Stitcher
2010-01-21
4
-23
/
+34
*
Log detailed error if unexpected socket write error (don't throw anymore)
Andrew Stitcher
2010-01-21
1
-1
/
+4
*
Cluster-safe assertions.
Alan Conway
2010-01-20
2
-0
/
+107
*
Correct new uuid methods for Windows, add QPID_CLIENT_EXTERN where needed.
Stephen D. Huston
2010-01-18
2
-2
/
+3
*
QPID-2323: add a Uuid type and allow it as the value of a Variant.
Gordon Sim
2010-01-15
2
-0
/
+4
*
Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.
Alan Conway
2010-01-14
3
-13
/
+0
*
QPID-2210: Rework SocketAddress class to have correct value semantics under c...
Andrew Stitcher
2009-12-17
2
-16
/
+44
*
QPID-2281: LockFile class now actually locks the file!
Andrew Stitcher
2009-12-15
1
-3
/
+8
*
QPID-1951: Removed need for Windows versions of ssize_t and pid_t
Andrew Stitcher
2009-12-15
4
-60
/
+98
*
QPID-2212: revert previous attempt at fix; disable on windows only
Gordon Sim
2009-12-15
1
-75
/
+0
*
QPID-2216: correct option name in log message for ssl plugin.
Gordon Sim
2009-12-10
1
-1
/
+1
*
QPID-2256: Removed an unnecessary lock that was causing deadlock due to lock ...
Andrew Stitcher
2009-12-10
1
-4
/
+0
*
QPID-2214: Opening and closing client connections causes memory use to grow u...
Andrew Stitcher
2009-12-07
2
-27
/
+63
*
Remove a hardwired reference to nss include directory to allow debian build
Andrew Stitcher
2009-11-30
1
-2
/
+2
*
Changes to compile under SunCC 5.10
Andrew Stitcher
2009-11-18
1
-0
/
+2
*
QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...
Gordon Sim
2009-11-09
8
-9
/
+48
*
Automatically add shared library suffix to module name in --load-module.
Alan Conway
2009-11-04
1
-1
/
+1
*
Ensure connections are done blocking; there's no asynch connect support yet. ...
Stephen D. Huston
2009-10-28
1
-1
/
+1
*
Tidied up dependencies in IOHandle so that it is no longer
Andrew Stitcher
2009-10-21
5
-28
/
+36
*
Carry over recent AsynchIO-level changes to Windows.
Stephen D. Huston
2009-10-20
6
-73
/
+73
*
Change threshold for reporting a timer as late from 10 to 50 msec. Resolves Q...
Stephen D. Huston
2009-10-16
1
-1
/
+1
*
Rationalised AsynchConnector/Acceptor/IO to all use the same code structure
Andrew Stitcher
2009-10-16
3
-66
/
+38
*
Fixed tcp nodelay, broken by previous socket code shuffling
Andrew Stitcher
2009-10-16
3
-15
/
+23
*
Fix creating socket in the wrong place for listen()
Andrew Stitcher
2009-10-16
1
-2
/
+2
*
Add new SocketAddress.cpp and requisite adjustments; a few install improvements
Stephen D. Huston
2009-10-12
3
-29
/
+104
*
Split Socket::listen
Andrew Stitcher
2009-10-12
2
-2
/
+7
*
Refactored Socket to allow for IPv6 and unix domain socket
Andrew Stitcher
2009-10-12
4
-34
/
+48
*
Used new SocketAddress class in rdma code
Andrew Stitcher
2009-10-09
6
-45
/
+27
*
Added in passive socket address to SocketAddress and use in Socket::listen()
Andrew Stitcher
2009-10-09
2
-7
/
+15
*
Split responsibility for name lookup in AsynchConnector::connect
Andrew Stitcher
2009-10-09
5
-31
/
+133
*
Change TCP AsynchConnector so that it returns all failures asynchronously
Andrew Stitcher
2009-10-09
1
-2
/
+7
*
Fix memory usage error in AsynchConnector
Andrew Stitcher
2009-10-09
3
-20
/
+27
*
Removed LatencyTracker from cluster.
Alan Conway
2009-10-01
1
-157
/
+0
*
Fix QPID-2086 - problem with read-credit.
Alan Conway
2009-10-01
1
-0
/
+7
*
Make the AsynchIO API more consistent
Andrew Stitcher
2009-09-22
5
-10
/
+7
*
Rearrange readCredit logic for correctness
Andrew Stitcher
2009-09-18
1
-14
/
+18
*
Reversed checkin of r.813825 until its problems can be resolved
Kim van der Riet
2009-09-14
1
-3
/
+2
*
Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...
Kim van der Riet
2009-09-11
1
-2
/
+3
*
Tidied up namespace usage
Andrew Stitcher
2009-09-09
2
-4
/
+18
*
Fixed code that pushes a buffer into the read queue if closed for write
Andrew Stitcher
2009-09-08
1
-1
/
+1
*
Change Async buffer returning logic to only watch reads when necessary
Andrew Stitcher
2009-09-02
1
-3
/
+21
*
Working towards abstracting away the cross platform uuid mess:
Andrew Stitcher
2009-08-31
2
-0
/
+66
*
Use more friendly time setting for the Timer warnings
Andrew Stitcher
2009-08-21
1
-2
/
+3
*
Removed TSS variables that tracked I/O counts; not used. Part of fix for QPID...
Stephen D. Huston
2009-08-14
1
-17
/
+0
*
Ensure that a PollerHandle that has had a disconnected event can never
Andrew Stitcher
2009-08-11
1
-1
/
+4
[next]