summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Reduce message for missing lock file from critical to notice.Alan Conway2012-05-141-1/+1
* QPID-3603 Added SystemInfo::isLocalHost Charles E. Rolke2012-05-081-1/+3
* QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to th...Alan Conway2012-05-082-25/+63
* Don't go through the IOCP wait if the poller is shut down. Fixes QPID-3982.Stephen D. Huston2012-05-051-2/+3
* QPID-3759: added lock to prevent two threads deleting same structureClifford Jansen2012-04-201-24/+36
* QPID-3759: new update for spurious disconnect on close and serializing eventsClifford Jansen2012-04-111-12/+32
* QPID-3759: reworked fix to be compatible with XPClifford Jansen2012-03-291-15/+12
* NO-JIRA: Removed unnecessary header file guards from non-header fileAndrew Stitcher2012-03-201-5/+0
* 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-204-18/+15
* QPID-3759 hang on heartbeat connection closeClifford Jansen2012-03-191-4/+21
* NO-JIRA: Removed the long dead apr codeAndrew Stitcher2012-02-2211-801/+0
* QPID-3864: 0.16 release tasksAndrew Stitcher2012-02-221-0/+38
* QPID-3862: Static Trace points for System tap / DtraceAndrew Stitcher2012-02-212-2/+93
* more fixes for compilation under fedora 18, new gccNuno Santos2012-02-172-0/+2
* 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
* NO-JIRA - Fixed missing return type on Windows stub.Ted Ross2012-02-101-1/+1
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-092-0/+67
* QPID-3621 cmake build changes for solaris and solaris specific code changesClifford Jansen2012-02-092-5/+10
* QPID-3620 time conversion fix for sparc architectureClifford Jansen2012-02-091-4/+11
* QPID-3571 PosixPoller implementationClifford Jansen2012-02-091-0/+793
* QPID-3787 - Fixed shutdown crash in SslPlugin, Fixed problem with sasl_mux test.Ted Ross2012-01-271-1/+4
* 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-112-36/+26
* QPID-3514: Allow SSL and non SSL connections on the same port.Andrew Stitcher2011-11-011-0/+3
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-313-6/+6
* QPID-3346: prevent taking non-head of free group, additional performance tweaksKen Giusti2011-10-281-0/+35
* QPID-3514: Allow SSL and non-SSL connections on the same port. Applied patch ...Gordon Sim2011-10-207-136/+283
* QPID-2905 Fixes for mingw cross-compilation (C++)Charles E. Rolke2011-10-171-3/+3
* QPID-3476: Demote timer warnings to informational statementsGordon Sim2011-09-081-3/+3
* QPID-3455: Don't treat unspecified frame size as implying the minimum value. ...Gordon Sim2011-08-261-0/+1
* Don't try setsockopt IPV6_V6ONLY when setting up new socket. Doesn't work on ...Stephen D. Huston2011-08-251-5/+0
* QPID-3447: Fix windows build broken by previous commit (r1160458) due to lack...Gordon Sim2011-08-231-1/+1
* QPID-3447: Creating invalid federation link causes file descriptor leakAndrew Stitcher2011-08-221-0/+7
* NO-JIRA: Tidy up the Socket/SocketAddress code:Andrew Stitcher2011-08-175-91/+114
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-127-76/+152
* QPID-3405: Slightly hacky way to get reconnect to workAndrew Stitcher2011-08-121-1/+6
* QPID-3405: IPv6 support for Unix C++ ports:Andrew Stitcher2011-08-127-37/+126
* QPID-3403: Enhancement as suggested by Jason DillamanGordon Sim2011-08-111-1/+1
* QPID-3403: Remove empty binding list from mapGordon Sim2011-08-101-0/+6
* QPID-3399: Qpidd possible memory leaksAlan Conway2011-08-051-10/+11
* qpid-3256 additional changes to also work for mingwClifford Jansen2011-07-131-4/+9
* qpid-3256 Windows fix for loader lock hangClifford Jansen2011-07-121-29/+251
* NO-JIRA: Fix compile error on windows due to assigning an AtomicValue.Alan Conway2011-06-171-4/+7
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-152-2/+12
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-072-12/+2
* NO-JIRA: Windows: set up name to connect to before connecting (as unix code)Andrew Stitcher2011-05-261-0/+2
* QPID-3282: Potential bug in circular connection detection:Andrew Stitcher2011-05-264-7/+28
* NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-263-15/+24