summaryrefslogtreecommitdiff
path: root/sal/osl/w32
AgeCommit message (Expand)Author
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-25Fix typosAndrea Gelmini
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-16Missing includeStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-13sal: remove no longer needed CheckTokenMembership_StubChris Sherlock
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-01sal: (win32) readd comment explaining about buffer size decisionChris Sherlock
2017-12-19inline use-once typedefsNoel Grandin
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-12-06Function LookupAccountSidW takes number of characters, not bytesMike Kaganski
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-13Fix typosAndrea Gelmini
2017-11-13IsValidFilePath: fix correction of double path delimitersMike Kaganski
2017-11-04Make Windows error reporting more robustMike Kaganski
2017-10-27loplugin:includeform: sal (Windows)Stephan Bergmann
2017-10-27-Werror,-Wtautological-constant-compare (clang-cl)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04lookupProfile: drop unreachable codeMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-28Missing includes (--disable-pch)Stephan Bergmann
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-09-25Fix typosAndrea Gelmini
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-18Put back some #include (needed for e.g. --disable-pch)Stephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann
2017-09-15sal/osl/w32/security.cxx: don't use 8-bit string functionsMike Kaganski
2017-09-14tdf#103525: a blind fix: try Unicode function firstMike Kaganski
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann
2017-08-29loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock
2017-08-27osl: rename win32 socket internal function namesChris Sherlock
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock
2017-08-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-08-18missing include (--disable-pch)Stephan Bergmann
2017-08-16Dead codeStephan Bergmann
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin
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-22osl: get rid of comment cruft in w32/time.cxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32/sockimpl.hxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32/socket.cxxChris Sherlock