summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* 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 Allan Jansen2011-07-131-4/+9
* qpid-3256 Windows fix for loader lock hangClifford Allan 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
* 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-267-167/+12
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-2614-51/+51
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-188-19/+86
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-173-5/+6
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-174-5/+5
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+6
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-092-2/+3
* Added Windows high-res timer output. Resolves QPID-3236Stephen D. Huston2011-05-071-6/+29
* QPID-3236 - Add high-resolution timestamps to log files for debug situations....Kim van der Riet2011-05-022-0/+16
* QPID-3227: assert if application or reserved header overflows send buffer.Kenneth Anthony Giusti2011-04-292-5/+9
* QPID-3227: account for extra header bytes when computing data size for send b...Kenneth Anthony Giusti2011-04-273-11/+14
* QPID-3199: Locking error qpid::sys::StateMonitorAndrew Stitcher2011-04-111-4/+4
* QPID-3187: Added exception handling safeguard for timer tasksGordon Sim2011-04-051-1/+5
* QPID-3129: cluster_tests.LongTests.test_failover hangsAlan Conway2011-03-301-10/+27
* qpid-3171Michael Goulish2011-03-301-1/+1
* NO-JIRA: Fix qpidd late/overran warnings.Alan Conway2011-03-182-9/+13
* QPID-3121: Fix linking on windowsGordon Sim2011-03-081-2/+2
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-03-072-4/+24
* QPID-2216: bump up log levelGordon Sim2011-03-071-1/+1
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-192-5/+0
* Fix missing QPID_COMMON_EXTERN in sys/Socket.h, causing windows build failure.Alan Conway2011-02-021-2/+2
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-022-27/+47
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-016-10/+21
* Rename Rdma send buffer operations.Andrew Stitcher2010-12-237-21/+21
* Changes due to review comments from Doug Ledford:Andrew Stitcher2010-12-236-25/+26
* Implementation for v1 rdma protocol - append sent credit and flags wordAndrew Stitcher2010-12-234-26/+77
* Reduce rdma scatter gathers allocated per queue pair to 1 as iWarpAndrew Stitcher2010-12-231-2/+5
* Fix error handling for ibv_post_send() & ibv_port_recv()Andrew Stitcher2010-12-231-3/+3