summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist
2018-10-22Remove line commented out since 2004Tor Lillqvist
2018-10-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski
2018-10-21tdf#120703 (PVS)Mike Kaganski
2018-10-20use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
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-10-05use std::unordered_map in localeNoel Grandin
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14These rtl_hash* functions appear to never have been exported from salStephan Bergmann
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin
2018-09-08-Werror,-Wformat (clang-cl)Stephan Bergmann
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin
2018-09-07Cppcheck: reduce variable scopeMike Kaganski
2018-08-31-Werror,-Wunused-parameterStephan Bergmann
2018-08-30Remove redundant asserts after newMike Kaganski
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29sal: use correct settings path for HaikuKacper Kasper
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-19Fix typosAndrea Gelmini
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini
2018-08-13Fix typosAndrea Gelmini
2018-08-10Fix typosAndrea Gelmini