summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2019-02-10tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov1-15/+1
2019-02-09loplugin:indentation in registry..saxNoel Grandin13-95/+96
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann1-40/+46
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann1-51/+37
2019-02-06tdf#107461: For Unix-like OS, support file://<hostname>/... URLsStephan Bergmann1-2/+12
2019-02-05Improve osl_getLocalHostname on WindowsStephan Bergmann1-2/+15
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann3-9/+9
2019-01-23rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann1-0/+4
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