summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-045-11/+15
* QPID-4905: Tidy upAndrew Stitcher2013-06-044-13/+4
* QPID-4883: check for null pointer when parsing certificate CommonNameKen Giusti2013-05-231-10/+13
* QPID-3772: Fix Windows socket optionsAndrew Stitcher2013-05-081-1/+1
* QPID-4810: No TCP if SSL initialisation fails and TCP/SSL mux enabledAndrew Stitcher2013-05-021-34/+37
* QPID-4792: convert between UUIDs and GUIDs as needed for Microsoft APIsClifford Jansen2013-05-021-13/+83
* QPID-4807: Add new broker option to disable listening on specific transport typeAndrew Stitcher2013-05-022-43/+24
* QPID-4339: Add include necessary under some versions of unixAndrew Stitcher2013-04-301-0/+1
* QPID-4793: Change test so that regex.h works on other unixesAndrew Stitcher2013-04-301-2/+2
* QPID-4339: add export symbol directivesGordon Sim2013-04-301-9/+10
* QPID-4339: fix for older compilers/c++ librariesGordon Sim2013-04-303-7/+9
* QPID-4339: simple paged queue implementationGordon Sim2013-04-293-0/+234
* NO-JIRA: Fix compilation warnings introduced by r1469661.Alan Conway2013-04-231-5/+5
* QPID-4748: Consistent handling of durations - apply changes to Windows platformCharles E. Rolke2013-04-191-1/+25
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-191-8/+27
* QPID-4734: Expand ignoring warnings to all patchlevels of gcc 4.4Andrew Stitcher2013-04-181-1/+1
* QPID-4734: Release builds fail on GCC 4.4.7 / Boost 1.41Andrew Stitcher2013-04-101-0/+5
* QPID-4622: Implement 'LIKE' string matching operations in selectorAndrew Stitcher2013-03-141-0/+81
* QPID-4615: Allow unix qpidd to pass in existing socket fds on cmdline.Andrew Stitcher2013-03-012-4/+5
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-017-409/+370
* QPID-4555: HA Fix race condition in rejecting connections.Alan Conway2013-01-311-0/+1
* QPID-4514: Remove IO start/stop reading primitives used by removed clusterAndrew Stitcher2013-01-305-62/+9
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-307-51/+1
* QPID-4095: New boost filesystem support. This commit removes the requirement ...Charles E. Rolke2013-01-181-9/+30
* QPID-4536: Remove functionality which automatically makes a brokerAndrew Stitcher2013-01-143-99/+0
* QPID-4514: Clean up cluster code: Obsolete comment in BSDSocket.cpp.Alan Conway2013-01-141-5/+0
* QPID-4315: Changed Connection management name to be supplied by LinkAndrew Stitcher2013-01-086-32/+50