summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-4/+1
* Small comment fixAndrew Stitcher2010-01-211-1/+1
* Throw sync connect failures straight out of AsynchConnector constructorAndrew Stitcher2010-01-211-19/+2
* Small refactor of AsynchConnector to have a more regular structureAndrew Stitcher2010-01-211-9/+8
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-211-8/+11
* Log detailed error if unexpected socket write error (don't throw anymore)Andrew Stitcher2010-01-211-1/+4
* QPID-2210: Rework SocketAddress class to have correct value semantics under c...Andrew Stitcher2009-12-171-15/+41
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-152-12/+92
* Changes to compile under SunCC 5.10Andrew Stitcher2009-11-181-0/+2
* Automatically add shared library suffix to module name in --load-module.Alan Conway2009-11-041-1/+1
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-161-57/+34
* 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-092-7/+15
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-093-31/+80
* Change TCP AsynchConnector so that it returns all failures asynchronouslyAndrew Stitcher2009-10-091-2/+7
* Fix memory usage error in AsynchConnectorAndrew Stitcher2009-10-091-10/+6
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-221-1/+2
* Fixed code that pushes a buffer into the read queue if closed for writeAndrew Stitcher2009-09-081-1/+1
* Change Async buffer returning logic to only watch reads when necessaryAndrew Stitcher2009-09-021-3/+21
* QPID-1993: Patch from Chenta Lee to prevent compiler warnings with GCC 4.3.3Gordon Sim2009-07-201-1/+2
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-156-428/+0
* Add directory to #includeAlan Conway2009-07-1410-11/+11
* Simplified PollableConditionAlan Conway2009-07-091-88/+25
* Fix for issue where a broker with single io thread can get stuck if itAndrew Stitcher2009-06-231-0/+1
* Add missing include required on some platforms.Gordon Sim2009-06-181-0/+1
* Don't throw exception from destructor in Mutex and Condition as this is unsaf...Gordon Sim2009-06-173-3/+5
* Fixes to get qpid to build with gcc4.4 with optimisationAndrew Stitcher2009-05-281-4/+10
* [Linux] Small tidy up of SystemInfo code to get executable nameAndrew Stitcher2009-05-261-4/+2
* Fix typoAndrew Stitcher2009-05-121-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-121-16/+19
* Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...Stephen D. Huston2009-05-041-0/+64
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-0/+5
* 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-042-3/+3
* Correct Socket error reporting so that it gives a useful messageAndrew Stitcher2009-03-031-1/+1
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+24
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-202-70/+105
* Fix race condition with read-credit.Alan Conway2009-02-111-2/+6
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+3
* Work on the low level IO code:Andrew Stitcher2009-01-063-0/+36
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-191-0/+12
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-1/+11
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-2/+2
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-4/+0
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5