summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2020-05-05Fix problems when running a sandboxed LO as X.app/Contents/MacOS/sofficeTor Lillqvist
2019-12-03WIN accept single-backslash file URIsJan-Marek Glogowski
2019-11-11simplify OUString constructionNoel Grandin
2019-10-23-Werror,-Wdeprecated-volatile (clang-cl)Stephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-18cid#1448512 silence Out-of-bounds accessCaolán McNamara
2019-10-17Remove some memset callsMike Kaganski
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-10DestFileExists should be boolStephan Bergmann
2019-10-09cid#1453854 silence Time of check time of useCaolán McNamara
2019-10-07cid#1448512 silence bogus Out-of-bounds accessCaolán McNamara
2019-10-01loplugin:data (clang-cl)Stephan Bergmann
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann
2019-09-16Simplify forced memory readsStephan Bergmann
2019-09-16-Werror=volatile (GCC 10 trunk)Stephan Bergmann
2019-09-10Fix typosAndrea Gelmini
2019-09-10tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna
2019-09-06Fixing "...."Andrea Gelmini
2019-09-05Clean up {osl_,osl::}systemPathEnsureSeparator comboStephan Bergmann
2019-09-05Clean up {osl_,osl::}systemPathMakeAbsolutePath comboStephan Bergmann
2019-09-05Use OUString in osl_getNextDirectoryItemStephan Bergmann
2019-09-05Fix osl_systemPathEnsureSeparator preconditionStephan Bergmann
2019-09-05Let osl_systemPathEnsureSeparator directly take an OUStringStephan Bergmann
2019-09-01Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAllocCaolán McNamara
2019-08-30Extract common code from #if/#else blocksStephan Bergmann
2019-08-30Replace is_soffice_Impl hack with a better(?) hackStephan Bergmann
2019-08-30Clean up some osl::X, X_u function combosStephan Bergmann
2019-08-29Make oslDirectoryImpl a bit more C++yStephan Bergmann
2019-08-24loplugin:returnconstval in sal..scNoel Grandin
2019-08-20Fix typosAndrea Gelmini
2019-08-13Avoid non-async-signal-safe functionality after forkStephan Bergmann
2019-08-12Avoid non-async-signal-safe functionality between fork and execStephan Bergmann
2019-08-10cid#1452268 Uninitialized scalar variableCaolán McNamara
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann
2019-08-10aTime.tm_wday gets overwritten anywayCaolán McNamara
2019-08-02Fix typosAndrea Gelmini
2019-08-01Silence -Wunused-function on AndroidMike Kaganski
2019-08-01Unify some code across platforms to use static initializersMike Kaganski
2019-08-01Sometimes static checks are enough.Mike Kaganski
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann
2019-07-30Fix typosAndrea Gelmini
2019-07-24Fix typoAndrea Gelmini
2019-07-19cid#1448293 Copy into fixed size bufferCaolán McNamara
2019-07-19coverity concurrency annotation attemptNoel Grandin
2019-07-18cid#1448288 Unchecked return value from libraryCaolán McNamara
2019-07-09Optimize osl_getSystemTime on WindowsMike Kaganski
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4Noel Grandin