summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt1-4/+12
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski6-42/+2
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock1-51/+35
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann3-0/+6
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini2-2/+2
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann14-65/+65
2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann2-2/+2
2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara1-1/+1
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann3-0/+3
2018-01-17sal: use snprintf for sal logThorsten Behrens1-5/+7
2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt1-14/+76
2018-01-16Missing includeStephan Bergmann1-0/+4
2018-01-15More loplugin:cstylecast: salStephan Bergmann1-4/+4
2018-01-15fix android buildNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin3-3/+3
2018-01-13sal: remove no longer needed CheckTokenMembership_StubChris Sherlock1-33/+8
2018-01-12More loplugin:cstylecast: salStephan Bergmann10-42/+42
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-01sal: (win32) readd comment explaining about buffer size decisionChris Sherlock1-0/+5
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann1-3/+0
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann9-18/+18
2017-12-15loplugin:salcall (macOS)Stephan Bergmann2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin11-54/+54
2017-12-06Function LookupAccountSidW takes number of characters, not bytesMike Kaganski1-2/+2
2017-12-04Condition for definition of LastIdent must match condition for its useStephan Bergmann1-1/+1
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-30sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna1-17/+9
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-3/+3
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-13IsValidFilePath: fix correction of double path delimitersMike Kaganski1-1/+3
2017-11-04Make Windows error reporting more robustMike Kaganski1-7/+2
2017-11-02Avoid warning thrashStephan Bergmann1-2/+1
2017-11-02Clean up oslTranslateFileErrorStephan Bergmann2-105/+53
2017-11-02coverity#1420539: dead codeStephan Bergmann1-7/+3
2017-10-31loplugin:constantparam in sal,saxNoel Grandin7-66/+57
2017-10-29tdf#94695 Replace gethostbyaddr with getnameinfoArkadiy Illarionov1-43/+67
2017-10-27loplugin:includeform: sal (Windows)Stephan Bergmann13-21/+21
2017-10-27-Werror,-Wtautological-constant-compare (clang-cl)Stephan Bergmann2-20/+41
2017-10-26cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann1-0/+1