summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/Socket.h
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-261-1/+2
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-261-16/+0
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-2/+2
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-2/+2
* Fix missing QPID_COMMON_EXTERN in sys/Socket.h, causing windows build failure.Alan Conway2011-02-021-2/+2
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-011-7/+12
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-161-2/+3
* Split Socket::listenAndrew Stitcher2009-10-121-0/+1
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-121-5/+6
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-091-0/+2
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-12/+12
* QPID-1710 Removed unnecessary nonportable internal APIAndrew Stitcher2009-03-041-3/+1
* Resolve QPID-1311Stephen D. Huston2008-10-021-0/+1
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-7/+1
* Removed unused functionsAndrew Stitcher2008-07-291-11/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-2/+2
* QPID-1087Ted Ross2008-05-211-0/+1
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-091-1/+6
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-1/+9
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-11/+6
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-2/+2
* Make ports accesible through socket interface.Gordon Sim2008-01-311-0/+9
* Improved/additional client API tests.Alan Conway2008-01-241-0/+2
* Include information on the client connection in io traces.Gordon Sim2007-10-151-0/+11
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-5/+68
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-60/+3
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+88
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-88/+0
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-291-5/+25
* Patch from Andrew Stitcher to fix APR #include using apr-config.Alan Conway2006-11-171-1/+1
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-2/+40
* More separation of concerns with APR, client side complete.Alan Conway2006-11-091-0/+27