summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist1-0/+30
2018-12-29tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski1-1/+1
2018-12-15tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski1-2/+3
2018-11-12Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist1-0/+2
2018-10-30Tweak check for nonexistent file on iOSTor Lillqvist1-1/+9
2018-06-27Don't reset signal that hasn't been setStephan Bergmann1-1/+4
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist2-0/+14
2018-03-19Function LookupAccountSidW takes number of characters, not bytesMike Kaganski1-2/+2
2018-03-19sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna1-17/+9
2018-02-26Use long path prefix in osl_getFileStatusSamuel Mehrbrodt1-4/+12
2018-02-04tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
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
2017-10-25Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann1-6/+10
2017-10-24loplugin:includeform: sal (macOS)Stephan Bergmann1-1/+1
2017-10-24loplugin:includeform: compat.cxx reduxStephan Bergmann1-6/+6
2017-10-23loplugin:includeform: salStephan Bergmann20-62/+62
2017-10-20coverity#1419948 silence Operands don't affect resultCaolán McNamara1-1/+1
2017-10-16Rephrase checks for exceeding off_t limitsStephan Bergmann1-10/+11
2017-10-16Fix overflowStephan Bergmann1-2/+4
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski12-167/+179
2017-10-04lookupProfile: drop unreachable codeMike Kaganski1-207/+150
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski3-15/+13
2017-10-03new loplugin:blockblockNoel Grandin1-14/+12
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-5/+9
2017-09-28Missing includes (--disable-pch)Stephan Bergmann1-0/+1
2017-09-27SAL: use more Unicode on WindowsMike Kaganski12-89/+154
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-1/+3
2017-09-18The '<= 0' check can go nowStephan Bergmann1-1/+1
2017-09-18sal: -Werror,-Wsign-compare (32-bit)Michael Stahl1-1/+1
2017-09-18Put back some #include (needed for e.g. --disable-pch)Stephan Bergmann4-0/+14
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski2-10/+7
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+2
2017-09-15Use the system TID as the thread identifierJan-Marek Glogowski1-26/+54
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski11-203/+114
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann2-5/+5
2017-09-15sal/osl/w32/security.cxx: don't use 8-bit string functionsMike Kaganski1-68/+38
2017-09-14tdf#103525: a blind fix: try Unicode function firstMike Kaganski1-7/+7