summaryrefslogtreecommitdiff
path: root/sal/osl/w32
AgeCommit message (Expand)Author
2022-08-10crashreporting: frequent crash seen in PackedFile::flushCaolán McNamara
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
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-02-27avoid memory leak in win32 sal::backtrace_get()Luboš Luňák
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-02-03Remove unnecessary castStephan Bergmann
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-10use scoped enumStephan Bergmann
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-12-03WIN map ERROR_DIRECTORY to osl_File_E_NOTDIRJan-Marek Glogowski
2019-11-27WIN accept single-backslash file URIsJan-Marek Glogowski
2019-11-26loplugin:external (clang-cl)Stephan Bergmann