summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix/SystemInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4921: check pointer before using itGordon Sim2013-06-131-1/+1
* QPID-4536: Remove functionality which automatically makes a brokerAndrew Stitcher2013-01-141-45/+0
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-0/+67
* NO-JIRA: Removed unused isLocalHost() codeAndrew Stitcher2012-11-161-36/+0
* QPID-4330: Windows static destructors: threadSafeShutdown() testClifford Jansen2012-09-301-0/+7
* 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
* 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
* QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to th...Alan Conway2012-05-081-25/+57
* more fixes for compilation under fedora 18, new gccNuno Santos2012-02-171-0/+1
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-3/+4
* QPID-1811: Applied patch from Andrey Kotrekhov with more portableAndrew Stitcher2010-04-221-20/+35
* Add directory to #includeAlan Conway2009-07-141-1/+1
* 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
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+24
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-191-0/+12
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-0/+95