summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2018-10-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski1-14/+47
2018-10-21tdf#120703 (PVS)Mike Kaganski1-43/+63
2018-10-20use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2-13/+16
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist11-106/+586
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-13/+7
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin1-1/+1
2018-10-16Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist2-4/+9
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin2-2/+2
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin20-95/+95
2018-10-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist3-13/+92
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist3-28/+83
2018-10-11Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist1-2/+2
2018-10-11Do the SAL_INFO() for the fsync() call only when we know the resultTor Lillqvist1-2/+6
2018-10-11Do the SAL_INFO() also in the special 'good' ENOENT caseTor Lillqvist1-3/+3
2018-10-11Add SAL_INFO for the open() call in oslDoCopyFile()Tor Lillqvist1-0/+3
2018-10-11Tweak check for nonexistent file on iOSTor Lillqvist1-1/+9
2018-10-11Add more SAL_INFO("sal.file", ...) calls to trace actual file operationsTor Lillqvist1-16/+32
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann15-59/+59
2018-10-05use std::unordered_map in localeNoel Grandin1-189/+23
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski3-0/+44
2018-09-24loplugin:external (clang-cl)Stephan Bergmann7-11/+12
2018-09-17New loplugin:externalStephan Bergmann25-75/+75
2018-09-14These rtl_hash* functions appear to never have been exported from salStephan Bergmann2-15/+12
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin1-1/+1
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin1-2/+2
2018-09-08-Werror,-Wformat (clang-cl)Stephan Bergmann1-4/+3
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+5
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin1-2/+2
2018-09-07Cppcheck: reduce variable scopeMike Kaganski1-2/+1
2018-08-31-Werror,-Wunused-parameterStephan Bergmann1-0/+1
2018-08-30Remove redundant asserts after newMike Kaganski1-5/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-3/+3
2018-08-29sal: use correct settings path for HaikuKacper Kasper1-1/+34
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+4
2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski2-91/+19
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin23-105/+106
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann4-3/+234
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann2-0/+4
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2-22/+15
2018-08-19Fix typosAndrea Gelmini1-2/+2
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini4-5/+5
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-10Fix typosAndrea Gelmini1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen14-0/+14
2018-08-06loplugin:useuniqueptr in sal/qa/OStringBufferNoel Grandin1-999/+862
2018-08-02coverity#1438194 silence Resource leakCaolán McNamara1-4/+9
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin3-385/+14
2018-08-02Use memcpy for string ImplNewCopy functionsNoel Grandin1-8/+3
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann2-30/+20
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann2-127/+12