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
/
AsynchIO.cpp
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
1
-4
/
+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
*
Rationalised AsynchConnector/Acceptor/IO to all use the same code structure
Andrew Stitcher
2009-10-16
1
-57
/
+34
*
Split responsibility for name lookup in AsynchConnector::connect
Andrew Stitcher
2009-10-09
1
-1
/
+4
*
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
*
Add directory to #include
Alan Conway
2009-07-14
1
-1
/
+1
*
Fix for issue where a broker with single io thread can get stuck if it
Andrew Stitcher
2009-06-23
1
-0
/
+1
*
Refactored the DispatchHandle/Poller code to remove a long standing
Andrew Stitcher
2009-05-04
1
-0
/
+5
*
QPID-1710 Removed unnecessary nonportable internal API
Andrew Stitcher
2009-03-04
1
-1
/
+1
*
Correct Socket error reporting so that it gives a useful message
Andrew Stitcher
2009-03-03
1
-1
/
+1
*
Fix race condition with read-credit.
Alan Conway
2009-02-11
1
-2
/
+6
*
Tidied up a number of TODO items
Andrew Stitcher
2009-01-08
1
-2
/
+3
*
Work on the low level IO code:
Andrew Stitcher
2009-01-06
1
-0
/
+14
*
OutputControl and subclasses: added giveReadCredit() for IO level flow control.
Alan Conway
2008-12-08
1
-1
/
+11
*
QPID-1438: Before registering the rdma daemon transport plugin check
Andrew Stitcher
2008-11-07
1
-2
/
+1
*
Disable SIGPIPE for client as well as broker
Gordon Sim
2008-11-05
1
-8
/
+10
*
Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...
Stephen D. Huston
2008-10-21
1
-6
/
+161
*
Modified error checking on TCP socket read so that it's no longer fatal
Andrew Stitcher
2008-08-05
1
-1
/
+5
*
Merged r680937. Added error handling for case where socket cannot be accepted...
Gordon Sim
2008-07-30
1
-5
/
+10
*
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
1
-1
/
+3
*
Some small changes which clean up header file inclusions
Andrew Stitcher
2008-07-09
1
-0
/
+1
*
QPID-1050: Patch from Ted Ross:
Gordon Sim
2008-05-12
1
-1
/
+2
*
QPID-1040: Patch from Ted Ross: Asynchronous Connector
Andrew Stitcher
2008-05-09
1
-0
/
+51
*
Refactored the IO framework that sits on top of Poller so that it uses a gene...
Andrew Stitcher
2008-04-15
1
-6
/
+8
*
Client always collects at least an entire frameset into a single buffer
Alan Conway
2008-01-10
1
-28
/
+31
*
* Limited time allowed for reading on a single connection in a single go to 2ms
Andrew Stitcher
2007-12-17
1
-14
/
+57
*
Changes to threading: queues serialiser removed, io threads used to drive dis...
Gordon Sim
2007-11-29
1
-21
/
+29
*
Modified comment for last change to explain the reasoning
Gordon Sim
2007-11-05
1
-1
/
+1
*
Push buffer back on front when read fails (esp. important when result was EAG...
Gordon Sim
2007-11-05
1
-1
/
+1
*
Fix for leak on receiving eof on network
Andrew Stitcher
2007-10-19
1
-7
/
+3
*
* Revised allocation algorithm to ensure all consumers are given the opportun...
Gordon Sim
2007-10-16
1
-6
/
+4
*
Close connection when a framing error is encountered during decoding.
Gordon Sim
2007-10-12
1
-1
/
+2
*
* Changes to make C++ client code use the asynchronous network IO
Andrew Stitcher
2007-08-31
1
-7
/
+7
*
* Asynchronous network IO subsystem
Andrew Stitcher
2007-07-27
1
-33
/
+89
*
* Add libuuid to libcommon link (for when apr goes away)
Andrew Stitcher
2007-07-12
1
-28
/
+92
*
* More work on asychronous network IO
Andrew Stitcher
2007-06-29
1
-0
/
+195