summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* QPID-7146: Fix function binding errorAndrew Stitcher2016-03-162-8/+8
* QPID-7130: [PATCH 5/5] Deleted old getClientAuthId function that was replaced byGordon Sim2016-03-089-21/+2
* QPID-7130: [PATCH 4/5] Added getPeerAuthId as an alias for getClientAuthId sinceGordon Sim2016-03-087-0/+19
* QPID-7130: [PATCH 3/5] Added virtual keyword to functions ~BSDSocket, getKeyLenGordon Sim2016-03-081-3/+3
* QPID-7130: [PATCH 2/5] Added getLocalAuthId to all socket classes.Gordon Sim2016-03-085-0/+13
* QPID-7130: [PATCH 1/5] qpid::messaging::Connection::getAuthenticatedUsername()Gordon Sim2016-03-082-20/+44
* QPID-6966: C++ broker and client to support TLS1.1 and TLS1.2 by defaultPavel Moravec2016-01-051-5/+10
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-031-1/+1
* QPID-6435: Restore decent error messages to the SSL codeAndrew Stitcher2015-08-208-62/+73
* QPID-6413: Sporadic failure of HA tests causd by maxNegotiateTimeoutAlan Conway2015-02-251-4/+7
* Fix up/remove pasted comments re Linux per Andrew's review comments in review...Stephen D. Huston2015-02-241-4/+0
* Add missing AIX-needed SystemInfo.cpp source; relates to QPID-6312, 0003 atta...Stephen D. Huston2015-02-221-0/+205
* Fix operator bool() to work with Visual Studio 2013Stephen D. Huston2015-02-061-1/+1
* Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1Stephen D. Huston2015-02-046-12/+16
* QPID-5842: Allow SSL hostname verification to be disabled on windows client. ...Clifford Jansen2015-01-292-1/+10
* QPID-6167: ensure broker responds with a header for an enabled protocolGordon Sim2014-12-172-1/+3
* QPID-6213: qpidd misses heartbeatsCharles E. Rolke2014-12-011-1/+1
* NO-JIRA: Improve the Timer/TimerTask documentation.Andrew Stitcher2014-11-251-0/+56
* QPID-6167: allow 0-10 to be disabledGordon Sim2014-11-101-1/+1
* QPID-5927: allow for whitespace in passwordGordon Sim2014-11-101-1/+1
* QPID-6187: Disable SSL v3 for Windows SChannelClifford Jansen2014-10-281-1/+29
* QPID-6160: disable SSLv3 in CPP broker and clientKen Giusti2014-10-201-0/+10
* 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-095-217/+338
* NO-JIRA: Fix unreachable code in Waitable.cppAlan Conway2014-07-211-1/+2
* No-JIRA: Get rid of throw in destructor for ~Waitable.Alan Conway2014-07-181-18/+8
* QPID-5898: AclHost unit test fails on systems with no IPv6Charles E. Rolke2014-07-162-50/+70
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-153-19/+420
* QPID-5859: Fix to allow listening to some interfaces to failAndrew Stitcher2014-07-011-21/+17
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-013-16/+10
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-016-28/+96
* 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-5841: allow SSL hostname verification failure to be ignored (with NSS)Gordon Sim2014-06-242-1/+26
* QPID-3921: Don't leak use qpid/Options.h header unnecessarily.Andrew Stitcher2014-06-121-0/+1
* QPID-3650: Avoid unaligned memory accessAndrew Stitcher2014-06-112-4/+15
* QPID-3650: Avoid unaligned memory accessAndrew Stitcher2014-06-101-1/+5
* QPID-5747: create codec for outgoing connections on establishing the connecti...Gordon Sim2014-05-132-12/+18
* QPID-5489: More cleaning up of the Uuid codeAndrew Stitcher2014-04-293-47/+41
* QPID-5694: Windows C++ broker SSL: do not send non-existent negotiation token...Clifford Jansen2014-04-151-1/+1
* QPID-5669: spurious error on connection close (Windows C++): SSL negotiation ...Clifford Jansen2014-04-143-42/+67
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-023-3/+9
* QPID-5658: Small changes to compile with clang's libc++Andrew Stitcher2014-04-021-1/+5
* QPID-5648: restore processing the ConnectionSettings protocol, lost inadverte...Clifford Allan Jansen2014-04-021-3/+6
* QPID-5630: Windows C++ broker never loads modules using --module-dirAndrew Stitcher2014-03-141-1/+3
* QPID-5568: HA C++ qpid::messaging AMQP 1.0 client failover logging is not clearAlan Conway2014-02-201-0/+59
* QPID-5540: use mutex to ensure single SCHANNEL_SHUTDOWNClifford Allan Jansen2014-02-052-6/+12
* QPID-5539: Separate credential processing for re-use in AMQP1.0 SSL transport.Clifford Allan Jansen2014-02-052-0/+354
* QPID-5485: Fixes to broken original checkinAndrew Stitcher2014-01-311-3/+2
* QPID-5485: By default use a subdirectory of the data dir called "pq" forAndrew Stitcher2014-01-302-11/+24