summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1Stephen D. Huston2015-02-043-10/+12
* QPID-6128: Fix compiling SocketAddress on ARMDarryl L. Pierce2014-10-021-4/+12
* QPID-5033: Bad buffer accounting leading to spurious SSL errors on WindowsClifford Jansen2014-09-091-6/+7
* QPID-5898: AclHost unit test fails on systems with no IPv6Charles E. Rolke2014-07-161-25/+35
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-151-8/+199
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-014-20/+72
* QPID-5859: Make qpidd listen to all protocol addresses when it starts up.Andrew Stitcher2014-06-271-2/+2
* QPID-5843: Producing to many queues locks I/O threads for new connectionsAlan Conway2014-06-261-2/+2
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-021-1/+1
* QPID-5485: By default use a subdirectory of the data dir called "pq" forAndrew Stitcher2014-01-301-9/+22
* QPID-5486: Creating paged queue can overwrite existing qpidd filesPavel Moravec2014-01-171-2/+1
* QPID-5486 Creating paged queue can overwrite existing qpidd filesPavel Moravec2014-01-161-0/+1
* QPID-5485 Deleting paged queue does not remove underlying filePavel Moravec2014-01-161-0/+5
* QPID-5398: Fix cut 'n paste error in sys/posix/Path.cppAlan Conway2013-12-061-5/+1
* QPID-5398: qpidd --acl-file does not work with a drive-prefixed path on windows.Alan Conway2013-12-051-0/+64
* QPID-5309: don't set executable flag on page fileGordon Sim2013-11-081-1/+1
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-265-0/+396
* QPID-4931: Only allow broker to listen to a single address if "--port 0" spec...Andrew Stitcher2013-06-191-11/+0
* NO-JIRA: Remove unnecessary includes for AsynchIOAndrew Stitcher2013-06-131-6/+6
* QPID-4921: check pointer before using itGordon Sim2013-06-131-1/+1
* 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 Allan 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++ codeKenneth Anthony 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