summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/windows
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-282-351/+379
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-1/+1
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-032-13/+44
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-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