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
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix read-credit bug causing cluster brokers to disconnect clients sporadically.
Alan Conway
2010-07-14
1
-2
/
+6
*
Ensure that AsynchConnector is disassociated from Poller when aborting connec...
Gordon Sim
2010-06-11
1
-0
/
+6
*
QPID-2636: Ensure close is called for a disconnect preventing occasional leak...
Gordon Sim
2010-06-01
1
-7
/
+3
*
Support for multiple protocols in qpid::Url.
Alan Conway
2010-05-11
1
-3
/
+4
*
QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...
Andrew Stitcher
2010-04-23
1
-4
/
+0
*
QPID-1811: Applied patch from Andrey Kotrekhov with more portable
Andrew Stitcher
2010-04-22
1
-20
/
+35
*
QPID-2527: Remove Thread::id member as its uses are better implemented by com...
Andrew Stitcher
2010-04-21
1
-7
/
+19
*
Changed the recent AbsTime::Epoch code to conform better to the previously
Andrew Stitcher
2010-04-08
1
-2
/
+5
*
Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...
Alan Conway
2010-04-07
1
-0
/
+2
*
Removed unecessary include of Msg.h in Exception.h
Andrew Stitcher
2010-02-25
1
-0
/
+1
*
Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...
Stephen D. Huston
2010-01-23
1
-4
/
+1
*
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
1
-8
/
+11
*
Log detailed error if unexpected socket write error (don't throw anymore)
Andrew Stitcher
2010-01-21
1
-1
/
+4
*
QPID-2210: Rework SocketAddress class to have correct value semantics under c...
Andrew Stitcher
2009-12-17
1
-15
/
+41
*
QPID-1951: Removed need for Windows versions of ssize_t and pid_t
Andrew Stitcher
2009-12-15
2
-12
/
+92
*
Changes to compile under SunCC 5.10
Andrew Stitcher
2009-11-18
1
-0
/
+2
*
Automatically add shared library suffix to module name in --load-module.
Alan Conway
2009-11-04
1
-1
/
+1
*
Rationalised AsynchConnector/Acceptor/IO to all use the same code structure
Andrew Stitcher
2009-10-16
1
-57
/
+34
*
Fixed tcp nodelay, broken by previous socket code shuffling
Andrew Stitcher
2009-10-16
1
-12
/
+19
*
Fix creating socket in the wrong place for listen()
Andrew Stitcher
2009-10-16
1
-2
/
+2
*
Split Socket::listen
Andrew Stitcher
2009-10-12
1
-2
/
+6
*
Refactored Socket to allow for IPv6 and unix domain socket
Andrew Stitcher
2009-10-12
1
-10
/
+24
*
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
3
-31
/
+80
*
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
1
-10
/
+6
*
Make the AsynchIO API more consistent
Andrew Stitcher
2009-09-22
1
-1
/
+2
*
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
*
QPID-1993: Patch from Chenta Lee to prevent compiler warnings with GCC 4.3.3
Gordon Sim
2009-07-20
1
-1
/
+2
*
Merge branch 'move_public_h_to_include' into trunk
Alan Conway
2009-07-15
6
-428
/
+0
*
Add directory to #include
Alan Conway
2009-07-14
10
-11
/
+11
*
Simplified PollableCondition
Alan Conway
2009-07-09
1
-88
/
+25
*
Fix for issue where a broker with single io thread can get stuck if it
Andrew Stitcher
2009-06-23
1
-0
/
+1
*
Add missing include required on some platforms.
Gordon Sim
2009-06-18
1
-0
/
+1
*
Don't throw exception from destructor in Mutex and Condition as this is unsaf...
Gordon Sim
2009-06-17
3
-3
/
+5
*
Fixes to get qpid to build with gcc4.4 with optimisation
Andrew Stitcher
2009-05-28
1
-4
/
+10
*
[Linux] Small tidy up of SystemInfo code to get executable name
Andrew Stitcher
2009-05-26
1
-4
/
+2
*
Fix typo
Andrew Stitcher
2009-05-12
1
-1
/
+1
*
QPID-1852 Removed thread unsafe code in Logger
Andrew Stitcher
2009-05-12
1
-16
/
+19
*
Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...
Stephen D. Huston
2009-05-04
1
-0
/
+64
*
Refactored the DispatchHandle/Poller code to remove a long standing
Andrew Stitcher
2009-05-04
1
-0
/
+5
*
QPID-1722 Replace use of non thread safe gethostbyname()
Andrew Stitcher
2009-03-09
1
-16
/
+21
*
Prepend std namespace to atoi since we are including cstdlib
Manuel Teira Paz
2009-03-05
1
-1
/
+1
*
QPID-1710 Removed unnecessary nonportable internal API
Andrew Stitcher
2009-03-04
2
-3
/
+3
*
Correct Socket error reporting so that it gives a useful message
Andrew Stitcher
2009-03-03
1
-1
/
+1
*
QPID-1676 - Added client process name and pid to connection object for manage...
Ted Ross
2009-02-24
1
-0
/
+24
[next]