summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-289-191/+310
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-272-9/+18
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-034-31/+87
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-042-12/+31
* more fixes for compilation under fedora 18, new gccNuno Santos2012-02-171-0/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-1/+3
* missing casts and include to be able to compile under fedora 18Nuno Santos2012-02-162-2/+3
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-0/+38
* QPID-3621 cmake build changes for solaris and solaris specific code changesClifford Allan Jansen2012-02-091-4/+4
* QPID-3620 time conversion fix for sparc architectureClifford Allan Jansen2012-02-091-4/+11
* QPID-3571 PosixPoller implementationClifford Allan Jansen2012-02-091-0/+793
* NO-JIRA - Fixed the handling of functions with ignored return values.Ted Ross2011-11-221-1/+1
* QPID-3608: Improve C++ broker consume performanceAndrew Stitcher2011-11-111-18/+13
* NO-JIRA: Tidy up the Socket/SocketAddress code:Andrew Stitcher2011-08-172-38/+47
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-121-0/+14
* QPID-3405: IPv6 support for Unix C++ ports:Andrew Stitcher2011-08-123-16/+66
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-071-2/+1
* QPID-3282: Potential bug in circular connection detection:Andrew Stitcher2011-05-262-5/+26
* NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-261-9/+15
* NO-JIRA: Small improvements to Socket codeAndrew Stitcher2011-05-261-9/+5
* 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-262-12/+11
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+2
* QPID-3236 - Add high-resolution timestamps to log files for debug situations....Kim van der Riet2011-05-021-0/+7
* QPID-3129: cluster_tests.LongTests.test_failover hangsAlan Conway2011-03-301-10/+27
* Fix read-credit bug causing cluster brokers to disconnect clients sporadically.Alan Conway2010-07-141-2/+6
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-111-0/+6
* QPID-2636: Ensure close is called for a disconnect preventing occasional leak...Gordon Sim2010-06-011-7/+3
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-3/+4
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-4/+0
* QPID-1811: Applied patch from Andrey Kotrekhov with more portableAndrew Stitcher2010-04-221-20/+35
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-7/+19
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-081-2/+5
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-071-0/+2
* 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