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
/
Socket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NO-JIRA: Tidy up the Socket/SocketAddress code:
Andrew Stitcher
2011-08-17
1
-26
/
+13
*
QPID-3406: Get IPv6 working on Windows port
Andrew Stitcher
2011-08-12
1
-0
/
+14
*
QPID-3405: IPv6 support for Unix C++ ports:
Andrew Stitcher
2011-08-12
1
-8
/
+22
*
QPID-3282: Potential bug in circular connection detection:
Andrew Stitcher
2011-05-26
1
-2
/
+9
*
NO-JIRA: Add cached localname as well as peername to Socket
Andrew Stitcher
2011-05-26
1
-9
/
+15
*
NO-JIRA: Remove a lot of redundant stuff from the Socket code
Andrew Stitcher
2011-05-26
1
-66
/
+7
*
Refactor socket connect calls to take a string port
Andrew Stitcher
2011-05-26
1
-5
/
+4
*
QPID-3129: cluster_tests.LongTests.test_failover hangs
Alan Conway
2011-03-30
1
-10
/
+27
*
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
1
-6
/
+5
*
Split responsibility for name lookup in AsynchConnector::connect
Andrew Stitcher
2009-10-09
1
-30
/
+14
*
Add directory to #include
Alan Conway
2009-07-14
1
-2
/
+2
*
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
1
-2
/
+2
*
* revised approach for setting tcp-nodelay on client to avoid breaking platfo...
Gordon Sim
2008-08-05
1
-2
/
+7
*
Removed unused functions
Andrew Stitcher
2008-07-29
1
-25
/
+0
*
QPID-1198 (Partial): Missing header files that are really needed
Andrew Stitcher
2008-07-29
1
-1
/
+1
*
Cluster prototype: handles client-initiated commands (not dequeues)
Alan Conway
2008-07-04
1
-4
/
+4
*
QPID-1087
Ted Ross
2008-05-21
1
-0
/
+7
*
QPID-1040: Patch from Ted Ross: Asynchronous Connector
Andrew Stitcher
2008-05-09
1
-1
/
+13
*
QPID-974: allow the size of the queue of outgoing frames to be restricted
Gordon Sim
2008-04-29
1
-14
/
+19
*
Refactored the IO framework that sits on top of Poller so that it uses a gene...
Andrew Stitcher
2008-04-15
1
-37
/
+14
*
Fix compile errors/warnings with gcc 4.3
Alan Conway
2008-03-25
1
-3
/
+4
*
Make ports accesible through socket interface.
Gordon Sim
2008-01-31
1
-0
/
+39
*
Improved/additional client API tests.
Alan Conway
2008-01-24
1
-0
/
+4
*
Add optional host, port arguments to all example clients.
Alan Conway
2008-01-18
1
-2
/
+14
*
Session resume support in client & broker: Client can resume a session
Alan Conway
2007-10-26
1
-3
/
+1
*
Include information on the client connection in io traces.
Gordon Sim
2007-10-15
1
-14
/
+47
*
AMQBodies are no longer allocated on the heap and passed with shared_ptr.
Alan Conway
2007-08-16
1
-1
/
+3
*
* Asynchronous network IO subsystem
Andrew Stitcher
2007-07-27
1
-15
/
+91
*
Fixed missing POSIX implementation of Acceptor::getHost
Andrew Stitcher
2007-06-27
1
-16
/
+1
*
2007-06-25 <aconway@redhat.com>
Alan Conway
2007-06-26
1
-1
/
+15
*
* Split apart platform (threading etc.) from network io
Andrew Stitcher
2007-05-22
1
-7
/
+8
*
Moved src/ source code to src/qpid directory:
Alan Conway
2007-04-13
1
-0
/
+118