summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Tidy up the Socket/SocketAddress code:Andrew Stitcher2011-08-171-26/+13
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-121-0/+14
* QPID-3405: IPv6 support for Unix C++ ports:Andrew Stitcher2011-08-121-8/+22
* QPID-3282: Potential bug in circular connection detection:Andrew Stitcher2011-05-261-2/+9
* NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-261-9/+15
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-261-66/+7
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-5/+4
* QPID-3129: cluster_tests.LongTests.test_failover hangsAlan Conway2011-03-301-10/+27
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-161-12/+19
* Fix creating socket in the wrong place for listen()Andrew Stitcher2009-10-161-2/+2
* Split Socket::listenAndrew Stitcher2009-10-121-2/+6
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-121-10/+24
* Added in passive socket address to SocketAddress and use in Socket::listen()Andrew Stitcher2009-10-091-6/+5
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-091-30/+14
* Add directory to #includeAlan Conway2009-07-141-2/+2
* QPID-1722 Replace use of non thread safe gethostbyname()Andrew Stitcher2009-03-091-16/+21
* Prepend std namespace to atoi since we are including cstdlibManuel Teira Paz2009-03-051-1/+1
* QPID-1710 Removed unnecessary nonportable internal APIAndrew Stitcher2009-03-041-2/+2
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-2/+7
* Removed unused functionsAndrew Stitcher2008-07-291-25/+0
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-291-1/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-4/+4
* QPID-1087Ted Ross2008-05-211-0/+7
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-091-1/+13
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-14/+19
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-37/+14
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-3/+4
* Make ports accesible through socket interface.Gordon Sim2008-01-311-0/+39
* Improved/additional client API tests.Alan Conway2008-01-241-0/+4
* Add optional host, port arguments to all example clients.Alan Conway2008-01-181-2/+14
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-3/+1
* Include information on the client connection in io traces.Gordon Sim2007-10-151-14/+47
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-1/+3
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-15/+91
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-271-16/+1
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-261-1/+15
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-7/+8
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+118