summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* 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 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 Jansen2014-02-052-6/+12
* QPID-5539: Separate credential processing for re-use in AMQP1.0 SSL transport.Clifford 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
* QPID-5486: Creating paged queue can overwrite existing qpidd filesPavel Moravec2014-01-171-2/+1
* QPID-5489: Uuid code improvementsAndrew Stitcher2014-01-172-49/+0
* 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-163-0/+12
* QPID-5398: Fix cut 'n paste error in sys/posix/Path.cppAlan Conway2013-12-061-5/+1
* QPID-5398: Minor improvement to log message.Alan Conway2013-12-051-1/+1
* QPID-5398: Minor improvement to log message.Alan Conway2013-12-051-1/+1
* QPID-5398: qpidd --acl-file does not work with a drive-prefixed path on windows.Alan Conway2013-12-053-0/+190
* QPID-5356: stop default search for client certificate when not specifiedClifford Jansen2013-12-042-5/+23
* QPID-5251: allow policies to be specified that will create topics or queues o...Gordon Sim2013-11-121-1/+1
* QPID-5309: don't set executable flag on page fileGordon Sim2013-11-081-1/+1
* QPID-3914: Windows C++ SSL client certificate authentication supportClifford Jansen2013-10-222-0/+120
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-2619-0/+1469
* QPID-4931: Remove removed member function from windows SocketAddressAndrew Stitcher2013-06-191-13/+9
* QPID-4931: Only allow broker to listen to a single address if "--port 0" spec...Andrew Stitcher2013-06-196-19/+18
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-55/+0
* NO-JIRA: Windows fixes for previous "simple" changeAndrew Stitcher2013-06-133-1/+3
* NO-JIRA: Remove unnecessary includes for AsynchIOAndrew Stitcher2013-06-132-8/+8
* QPID-4921: check pointer before using itGordon Sim2013-06-131-1/+1
* QPID-4905: Removed TimeoutHandler interface as it was really unusedAndrew Stitcher2013-06-102-41/+1
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-102-3/+3
* QPID-4854: Removed use of intrusive_ptr::reset to work with older boost versionsAndrew Stitcher2013-06-051-1/+1
* QPID-4854: Removed code now unused since this changeAndrew Stitcher2013-06-042-3/+0