summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin
2018-10-16Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist
2018-10-11Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist
2018-10-11Do the SAL_INFO() for the fsync() call only when we know the resultTor Lillqvist
2018-10-11Do the SAL_INFO() also in the special 'good' ENOENT caseTor Lillqvist
2018-10-11Add SAL_INFO for the open() call in oslDoCopyFile()Tor Lillqvist
2018-10-11Tweak check for nonexistent file on iOSTor Lillqvist
2018-10-11Add more SAL_INFO("sal.file", ...) calls to trace actual file operationsTor Lillqvist
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
2018-08-29sal: use correct settings path for HaikuKacper Kasper
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-08-02coverity#1438194 silence Resource leakCaolán McNamara
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2018-06-21Don't reset signal that hasn't been setStephan Bergmann
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist
2018-05-22Fix typosAndrea Gelmini
2018-04-06osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann
2018-03-07Deduplicate includesMike Kaganski
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-25Fix typosAndrea Gelmini
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-15More loplugin:cstylecast: salStephan Bergmann
2018-01-15fix android buildNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-15loplugin:salcall (macOS)Stephan Bergmann