summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist2020-11-151-2/+6
* tdf#128101 android: fix documents with manual page breakChristian Lohmaier2020-05-131-7/+17
* android: file-cache to improve performance.Michael Meeks2020-05-091-31/+115
* Fix problems when running a sandboxed LO as X.app/Contents/MacOS/sofficeTor Lillqvist2020-05-061-0/+12
* WIN accept single-backslash file URIsJan-Marek Glogowski2019-12-031-4/+6
* simplify OUString constructionNoel Grandin2019-11-111-1/+1
* -Werror,-Wdeprecated-volatile (clang-cl)Stephan Bergmann2019-10-231-4/+3
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-212-9/+12
* cid#1448512 silence Out-of-bounds accessCaolán McNamara2019-10-181-1/+1
* Remove some memset callsMike Kaganski2019-10-175-17/+7
* New loplugin:getstrStephan Bergmann2019-10-141-4/+4
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* DestFileExists should be boolStephan Bergmann2019-10-101-8/+8
* cid#1453854 silence Time of check time of useCaolán McNamara2019-10-091-0/+1
* cid#1448512 silence bogus Out-of-bounds accessCaolán McNamara2019-10-071-0/+1
* loplugin:data (clang-cl)Stephan Bergmann2019-10-013-12/+12
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2019-10-012-2/+2
* constmethod for accessor-type methodsNoel Grandin2019-09-291-1/+1
* Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann2019-09-179-224/+450
* Simplify forced memory readsStephan Bergmann2019-09-161-4/+3
* -Werror=volatile (GCC 10 trunk)Stephan Bergmann2019-09-161-2/+2
* Fix typosAndrea Gelmini2019-09-101-1/+1
* tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna2019-09-101-1/+32
* Fixing "...."Andrea Gelmini2019-09-061-1/+1
* Clean up {osl_,osl::}systemPathEnsureSeparator comboStephan Bergmann2019-09-052-39/+8
* Clean up {osl_,osl::}systemPathMakeAbsolutePath comboStephan Bergmann2019-09-054-56/+12
* Use OUString in osl_getNextDirectoryItemStephan Bergmann2019-09-051-9/+7
* Fix osl_systemPathEnsureSeparator preconditionStephan Bergmann2019-09-051-13/+14
* Let osl_systemPathEnsureSeparator directly take an OUStringStephan Bergmann2019-09-052-14/+11
* Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAllocCaolán McNamara2019-09-011-2/+2
* Extract common code from #if/#else blocksStephan Bergmann2019-08-301-9/+7
* Replace is_soffice_Impl hack with a better(?) hackStephan Bergmann2019-08-305-38/+63
* Clean up some osl::X, X_u function combosStephan Bergmann2019-08-305-63/+26
* Make oslDirectoryImpl a bit more C++yStephan Bergmann2019-08-291-18/+20
* loplugin:returnconstval in sal..scNoel Grandin2019-08-241-10/+7
* Fix typosAndrea Gelmini2019-08-201-1/+1
* Avoid non-async-signal-safe functionality after forkStephan Bergmann2019-08-131-4/+6
* Avoid non-async-signal-safe functionality between fork and execStephan Bergmann2019-08-121-2/+1
* cid#1452268 Uninitialized scalar variableCaolán McNamara2019-08-101-0/+2
* loplugin:stringconstant (macOS)Stephan Bergmann2019-08-101-1/+1
* aTime.tm_wday gets overwritten anywayCaolán McNamara2019-08-101-1/+0
* Fix typosAndrea Gelmini2019-08-026-9/+9
* Silence -Wunused-function on AndroidMike Kaganski2019-08-011-0/+4
* Unify some code across platforms to use static initializersMike Kaganski2019-08-011-113/+101
* Sometimes static checks are enough.Mike Kaganski2019-08-011-2/+4
* Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann2019-07-311-1/+1
* Fix typosAndrea Gelmini2019-07-301-1/+1
* Fix typoAndrea Gelmini2019-07-241-1/+1
* cid#1448293 Copy into fixed size bufferCaolán McNamara2019-07-191-1/+2
* coverity concurrency annotation attemptNoel Grandin2019-07-191-0/+20