summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Fix rtl_DoubleLocking::getValue_002 testStephan Bergmann1-34/+3
2019-01-16Avoid unnecessary string copying in osl_getDottedInetAddrOfSocketAddrStephan Bergmann1-29/+10
2019-01-16Use OString for memory management of osl_psz_createPipeStephan Bergmann2-45/+26
2019-01-16Avoid unnecessary string copying in osl_getUserNameStephan Bergmann1-27/+6
2019-01-16Use OString for memory management of getBootstrapSocketPathStephan Bergmann1-31/+15
2019-01-16New loplugin:emptyStephan Bergmann3-6/+6
2019-01-16Use OString for memory management of osl_psz_getConfigDirStephan Bergmann1-57/+59
2019-01-16Use OString for memory management of osl_psz_getHomeDirStephan Bergmann1-33/+44
2019-01-15simplify duplicate codeStephan Bergmann1-5/+4
2019-01-15Use C++ OString/OUString classes hereStephan Bergmann1-19/+9
2019-01-15Avoid unnecessary string copying in osl_getUserNameStephan Bergmann1-17/+18
2018-12-15tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski1-11/+54
2018-12-14tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski1-2/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann7-27/+27
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-12-04tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski1-1/+1
2018-12-02-Werror,-Wc++98-compat-extra-semiStephan Bergmann1-1/+1
2018-12-01tdf#39468 Translate German commentsJens Carl1-1/+1
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke1-0/+56
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke1-2/+12
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek8-13/+13
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-3/+3
2018-11-22improve function-local statics in salNoel Grandin6-45/+21
2018-11-19Fix typosAndrea Gelmini1-10/+10
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+2
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-4/+4
2018-11-13Fix race in test codeStephan Bergmann1-2/+5
2018-11-11Fix typoAndrea Gelmini1-3/+3
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-10tdf#120703 PVS: silence a V555Mike Kaganski1-1/+1
2018-11-10Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist1-0/+2
2018-11-07loplugin:collapseif in framework..salNoel Grandin1-5/+2
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski2-30/+19
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+0
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-4/+4
2018-11-01Fix build on HaikuKacper Kasper4-2/+8
2018-10-31Translate German commentsJohnny_M3-11/+11
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-6/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+3
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-12/+6
2018-10-24Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist1-2/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin61-1787/+1764
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist1-1/+21
2018-10-22Remove line commented out since 2004Tor Lillqvist1-2/+0
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