summaryrefslogtreecommitdiff
path: root/sal/osl/w32
AgeCommit message (Expand)Author
2022-09-23tdf#151117: Process non-existent long paths correctlyMike Kaganski
2022-09-16OUString::matchIgnoreAsciiCase returns boolStephan Bergmann
2022-08-30Use some more C++ in sal/osl/w32Mike Kaganski
2022-08-09crashreporting: frequent crash seen in PackedFile::flushCaolán McNamara
2022-05-23no need to override 'operator new' in FileHandle_ImplNoel Grandin
2022-04-12tdf#143148 Use pragma once instead of include guardsShady Mohamed
2022-03-24-Werror,-Wunused-functionStephan Bergmann
2022-03-05Fix typosAndrea Gelmini
2022-03-04Remove useless comment on a commented line since always (sal/w32/file_dirvol)Julien Nabet
2022-03-04tdf#98705 Replace GetCaseCorrectPathName with GetLongPathNameWKunal Pawar
2022-02-03Call SymInitialize only onceMike Kaganski
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski
2022-01-07loplugin:redundantcastStephan Bergmann
2022-01-07Drop unused forward declarationMike Kaganski
2022-01-06Simplify osl_getModuleURLFromAddress a bitMike Kaganski
2022-01-05Simplify osl_getModuleURLFromAddress using GetModuleHandleExWMike Kaganski
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski
2021-12-14osl_replaceFile: fallback to osl_moveFile in more cases on WindowsMike Kaganski
2021-11-26-FIIntrin.h in CC/CXX is no longer needed for my clang-cl buildStephan Bergmann
2021-09-30loplugin:unusedcapturedefault (clang-cl)Stephan Bergmann
2021-08-27Fix this FIXMEMike Kaganski
2021-08-27Use PSAPI functionality directlyStephan Bergmann
2021-07-27[API CHANGE] Drop obsolete osl_demultiplexSocketEvents et alStephan Bergmann
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann
2021-06-02Make optional use of SetThreadDescription in osl_setThreadNameMike Kaganski
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski
2021-04-28loplugin:stringviewparam (clang-cl)Stephan Bergmann
2021-04-27loplugin:nullptr (clang-cl)Stephan Bergmann
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringMike Kaganski
2021-04-19flatten some codeNoel Grandin
2021-04-17use OUString in dir handling operationsNoel Grandin
2021-04-16flatten some code in sal/osl/w32Noel Grandin
2021-04-16set path to fully normalized in osl_getNextFileItemNoel Grandin
2021-03-12Fix typosAndrea Gelmini
2021-03-12tdf#126742 make Windows file handling more unx-likeArmin Le Grand (Allotropia)
2021-02-15Reuse known length of the temp dir pathMike Kaganski
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski
2021-01-31Fix typosAndrea Gelmini
2021-01-31Use C++ thread_local instead of Tls* WinAPIMike Kaganski
2021-01-30Simplify osl_getGlobalMutex to use function-local staticMike Kaganski
2021-01-30Reinstate still relevant bits of commentMike Kaganski
2021-01-30Use function-local static Mutex here instead of global CRITICAL_SECTIONMike Kaganski
2021-01-30Don't change process current directory in osl_getAbsoluteFileURLMike Kaganski
2021-01-29Use OUString and its fast concat instead of C string manipulationMike Kaganski
2021-01-29Use MutexGuard instead of direct oslMutex manipulationsMike Kaganski
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-10Do not call GetAddrInfoW if we just want the hostnameSamuel Mehrbrodt