summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann1-3/+3
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann6-15/+15
2020-06-04Remove useless Result variableStephan Bergmann1-9/+5
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-2/+2
2020-05-25createSocketImpl is always called with the same argumentStephan Bergmann1-4/+4
2020-05-10compact namespace in sal..svgioNoel Grandin2-4/+4
2020-04-29Fix problems when running a sandboxed LO as instdir/.../soffice on macOSTor Lillqvist1-0/+12
2020-04-15loplugin:buriedassign in salNoel Grandin1-6/+8
2020-04-06Nah, let's revert that shiteTor Lillqvist5-295/+40
2020-04-04Let's put some verbosity in #if 0, thoughTor Lillqvist1-1/+1
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist4-38/+137
2020-04-04Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write callsTor Lillqvist1-5/+39
2020-04-04Show flags and modes symbolically in the SAL_INFO() for open() and access()Tor Lillqvist3-6/+128
2020-04-02loplugin:flatten in salNoel Grandin4-130/+130
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin8-12/+12
2020-02-27avoid memory leak in win32 sal::backtrace_get()Luboš Luňák1-21/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-3/+1
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz2-4/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann4-8/+12
2020-01-27Use Linux gettid as available since glibc 2.30Stephan Bergmann1-3/+14
2020-01-26cppcheck: shadowFunction in sal/file_urlJulien Nabet1-6/+6
2020-01-15Clean up safeRead/WriteStephan Bergmann2-15/+27
2020-01-03android: file-cache to improve performance.Michael Meeks1-33/+120
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin13-182/+182
2019-12-03SAL_INFO_IF -> SAL_WARN_IFNoel Grandin1-1/+1
2019-12-03use scoped enumStephan Bergmann1-31/+38
2019-11-27Hide parts of sal/osl/unx/thread.cxx only used by !NO_PTHREAD_PRIORITYStephan Bergmann1-0/+9
2019-11-26cid#706206 Time of check time of useCaolán McNamara1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann7-2/+46
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-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-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-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-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