summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* QPID-4330: Windows static destructors: threadSafeShutdown() testClifford Jansen2012-09-301-0/+7
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-101-8/+17
* NO-JIRA: Work around compiler warning from clang 3.1 about casting between ty...Andrew Stitcher2012-08-101-1/+1
* QPID-4127: Ensure SystemInfo::isLocalHost() returns true for ::1Gordon Sim2012-07-101-1/+5
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-2/+4
* NO-JIRA: Rearrange memory status codeAndrew Stitcher2012-05-241-1/+1
* QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-211-1/+1
* QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-181-11/+28
* QPID-3603: HA backup brokers don't connect to self when searching for primary.Alan Conway2012-05-151-0/+1
* NO-JIRA: Reduce message for missing lock file from critical to notice.Alan Conway2012-05-141-1/+1
* QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to th...Alan Conway2012-05-081-25/+57
* NO-JIRA: Removed unnecessary header guard around a non-header fileAndrew Stitcher2012-03-201-5/+0
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-201-5/+3
* QPID-3862: Static Trace points for System tap / DtraceAndrew Stitcher2012-02-211-2/+28
* 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 Jansen2012-02-091-4/+4
* QPID-3620 time conversion fix for sparc architectureClifford Jansen2012-02-091-4/+11
* QPID-3571 PosixPoller implementationClifford 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