summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/windows
Commit message (Expand)AuthorAgeFilesLines
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-031-2/+1
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-013-16/+16
* QPID-5485: By default use a subdirectory of the data dir called "pq" forAndrew Stitcher2014-01-301-0/+1
* QPID-3981: Windows C++ Broker fails ACL self testsAlan Conway2013-12-051-1/+11
* QPID-4712: fixes for windows, rhel5Gordon Sim2013-06-251-8/+8
* QPID-4931: Only allow broker to listen to a single address if "--port 0" spec...Andrew Stitcher2013-06-191-1/+1
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-0/+1
* QPID-4923: Windows C++ broker should use --ssl-port option to select ssl portAndrew Stitcher2013-06-131-1/+1
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-011-379/+314
* QPID-4315: Make Windows workAndrew Stitcher2013-01-091-367/+379
* NO-JIRA: Added Broker.h to recover from r1425038 in windows buildsCharles E. Rolke2012-12-211-0/+1
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-23/+51
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-1/+1
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-4/+4
* NO-JIRA: Remove obsolete and now unused codeAndrew Stitcher2012-08-291-13/+0
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-101-1/+1
* NO-JIRA: Fix build error on windows, introduced in r1352992Alan Conway2012-06-261-1/+1
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-211-8/+18
* QPID-4013: Windows Broker SSL is more difficult to use than necessary and pos...Andrew Stitcher2012-05-211-4/+23
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-171-0/+2
* QPID-3921 C++ header files need tidyupCharles E. Rolke2012-03-291-0/+1
* QPID-3522: Distinguish between null and empty string for sasl responseGordon Sim2011-10-121-12/+12
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-121-9/+35
* QPID-2979: Make windows broker advertise PLAIN even when auth is turned off.Gordon Sim2011-07-151-0/+1
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-261-5/+0
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-3/+3
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-181-0/+6
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-171-2/+5
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-011-1/+1
* Converted four files from DOS format to Unix format to match all of the otherTed Ross2010-10-111-302/+302
* QPID-2617: Fix the windows build for modified method signatureGordon Sim2010-05-251-1/+1
* QPID-2612: Fix to windows build from Chuck RolkeGordon Sim2010-05-181-1/+1
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-1/+1
* SSL changes for broker listening that weren't checked in with the original Wi...Stephen D. Huston2010-02-171-4/+4
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-0/+302
* Replace getenv usage with more secure Windows calls - silences compile diagno...Stephen D. Huston2009-07-131-1/+12
* Fix for windows build: add implementations of the getSecurityLayer()Gordon Sim2009-01-071-0/+15
* Add Windows pieces for building the broker; resolves QPID-1338Stephen D. Huston2008-10-301-1/+1
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-162-0/+205