summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2019-03-08new loplugin constvarsNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-03-01make SAL_DEBUG add newline in Windows debug console tooLuboš Luňák
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-02-26loplugin:simplifybool (clang-cl)Stephan Bergmann
2019-02-22-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2019-02-22error: expected parentheses around type name in sizeof expression (clang-cl)Stephan Bergmann
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann
2019-02-06tdf#107461: For Unix-like OS, support file://<hostname>/... URLsStephan Bergmann
2019-02-05Improve osl_getLocalHostname on WindowsStephan Bergmann
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2019-01-23rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann
2019-01-16Avoid unnecessary string copying in osl_getDottedInetAddrOfSocketAddrStephan Bergmann
2019-01-16Use OString for memory management of osl_psz_createPipeStephan Bergmann
2019-01-16Avoid unnecessary string copying in osl_getUserNameStephan Bergmann
2019-01-16Use OString for memory management of getBootstrapSocketPathStephan Bergmann
2019-01-16New loplugin:emptyStephan Bergmann
2019-01-16Use OString for memory management of osl_psz_getConfigDirStephan Bergmann
2019-01-16Use OString for memory management of osl_psz_getHomeDirStephan Bergmann
2019-01-15simplify duplicate codeStephan Bergmann
2019-01-15Use C++ OString/OUString classes hereStephan Bergmann
2019-01-15Avoid unnecessary string copying in osl_getUserNameStephan Bergmann
2018-12-15tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski
2018-12-14tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-04tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-22improve function-local statics in salNoel Grandin
2018-11-10tdf#120703 PVS: silence a V555Mike Kaganski
2018-11-10Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-01Fix build on HaikuKacper Kasper
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike 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-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski
2018-10-21tdf#120703 (PVS)Mike Kaganski
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