summaryrefslogtreecommitdiff
path: root/sal/osl/w32
AgeCommit message (Expand)Author
2019-02-05Improve osl_getLocalHostname on WindowsStephan Bergmann
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2018-12-15tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski
2018-12-14tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-04tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski
2018-11-22improve function-local statics in salNoel Grandin
2018-11-10tdf#120703 PVS: silence a V555Mike Kaganski
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski
2018-10-21tdf#120703 (PVS)Mike Kaganski
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-08-Werror,-Wformat (clang-cl)Stephan Bergmann
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski
2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann
2018-07-31the custom SAL allocator is no longer usedNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-23Missing includes (--disable-pch)Stephan Bergmann
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-04-03osl: Fix possible memleakTakeshi Abe
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt
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