summaryrefslogtreecommitdiff
path: root/sal/osl/w32/pipe.cxx
AgeCommit message (Expand)Author
2020-09-26Fix typo in codeAndrea Gelmini
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-08-18missing include (--disable-pch)Stephan Bergmann
2017-08-16Dead codeStephan Bergmann
2017-07-22osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock
2017-07-22osl: (Win32) check allocated pipe succeeded, otherwise needs to failChris Sherlock
2017-07-10osl: w32/pipe.cxx fPipeAvailable -> bPipeAvailableChris Sherlock
2017-07-10osl: followup - m_NamedObject never INVALID_HANDLE_VALUEChris Sherlock
2017-07-10Followup: m_NamedObject never INVALID_HANDLE_VALUE, must be nullptrChris Sherlock
2017-07-10osl: CreateMutexW returns NULL on failure, not INVALID_HANDLE_VALUEChris Sherlock
2017-06-26osl: w32/pipe.cxx typo should have been caught, not cachedChris Sherlock
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock
2017-06-25osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock
2017-06-25osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-04Change sal/osl/w32/*.c -> *.cxxStephan Bergmann