summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* QPID-4339: Add include necessary under some versions of unixAndrew Stitcher2013-04-301-0/+1
* QPID-4339: fix for older compilers/c++ librariesGordon Sim2013-04-301-4/+5
* QPID-4339: simple paged queue implementationGordon Sim2013-04-291-0/+105
* NO-JIRA: Fix compilation warnings introduced by r1469661.Alan Conway2013-04-231-5/+5
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-191-8/+27
* QPID-4615: Allow unix qpidd to pass in existing socket fds on cmdline.Andrew Stitcher2013-03-012-4/+5
* QPID-4514: Remove IO start/stop reading primitives used by removed clusterAndrew Stitcher2013-01-301-35/+3
* QPID-4536: Remove functionality which automatically makes a brokerAndrew Stitcher2013-01-141-45/+0
* QPID-4514: Clean up cluster code: Obsolete comment in BSDSocket.cpp.Alan Conway2013-01-141-5/+0
* QPID-4095: Move the directory iteration into FileSysDir:Andrew Stitcher2012-12-201-0/+26
* QPID-4447: C++ Client can hang during connect if heartbeat disconnect firesAndrew Stitcher2012-11-201-0/+14
* 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-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-243-0/+12
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-243-0/+21
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-245-69/+166
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-242-12/+5
* 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