summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2020-01-03android: file-cache to improve performance.Michael Meeks1-33/+120
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin20-286/+286
2019-12-10use scoped enumStephan Bergmann1-30/+38
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann1-13/+0
2019-12-05loplugin:external (clang-cl)Stephan Bergmann9-7/+49
2019-12-03SAL_INFO_IF -> SAL_WARN_IFNoel Grandin1-1/+1
2019-12-03use scoped enumStephan Bergmann1-31/+38
2019-12-03WIN map ERROR_DIRECTORY to osl_File_E_NOTDIRJan-Marek Glogowski1-1/+1
2019-11-27WIN accept single-backslash file URIsJan-Marek Glogowski1-4/+6
2019-11-27Hide parts of sal/osl/unx/thread.cxx only used by !NO_PTHREAD_PRIORITYStephan Bergmann1-0/+9
2019-11-26loplugin:external (clang-cl)Stephan Bergmann2-0/+8
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann3-18/+18
2019-11-26cid#706206 Time of check time of useCaolán McNamara1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann8-2/+50
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann7-32/+32
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-3/+3
2019-11-19tdf#128101 android: fix documents with manual page breakChristian Lohmaier1-1/+8
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-11simplify OUString constructionNoel Grandin1-1/+1
2019-10-23-Werror,-Wdeprecated-volatile (clang-cl)Stephan Bergmann1-4/+3
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin2-9/+12
2019-10-18cid#1448512 silence Out-of-bounds accessCaolán McNamara1-1/+1
2019-10-17Remove some memset callsMike Kaganski5-17/+7
2019-10-14New loplugin:getstrStephan Bergmann1-4/+4
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-10DestFileExists should be boolStephan Bergmann1-8/+8
2019-10-09cid#1453854 silence Time of check time of useCaolán McNamara1-0/+1
2019-10-07cid#1448512 silence bogus Out-of-bounds accessCaolán McNamara1-0/+1
2019-10-01loplugin:data (clang-cl)Stephan Bergmann3-12/+12
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2-2/+2
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann9-224/+450
2019-09-16Simplify forced memory readsStephan Bergmann1-4/+3
2019-09-16-Werror=volatile (GCC 10 trunk)Stephan Bergmann1-2/+2
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-10tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna1-1/+32
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-05Clean up {osl_,osl::}systemPathEnsureSeparator comboStephan Bergmann2-39/+8
2019-09-05Clean up {osl_,osl::}systemPathMakeAbsolutePath comboStephan Bergmann4-56/+12
2019-09-05Use OUString in osl_getNextDirectoryItemStephan Bergmann1-9/+7
2019-09-05Fix osl_systemPathEnsureSeparator preconditionStephan Bergmann1-13/+14
2019-09-05Let osl_systemPathEnsureSeparator directly take an OUStringStephan Bergmann2-14/+11
2019-09-01Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAllocCaolán McNamara1-2/+2
2019-08-30Extract common code from #if/#else blocksStephan Bergmann1-9/+7
2019-08-30Replace is_soffice_Impl hack with a better(?) hackStephan Bergmann5-38/+63
2019-08-30Clean up some osl::X, X_u function combosStephan Bergmann5-63/+26
2019-08-29Make oslDirectoryImpl a bit more C++yStephan Bergmann1-18/+20
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-10/+7
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-13Avoid non-async-signal-safe functionality after forkStephan Bergmann1-4/+6