summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2019-10-01tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna1-1/+32
2019-06-04tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4Noel Grandin2-6/+11
2019-05-16Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist1-0/+30
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-04-28tdf#120703 PVS: dereference before nullptr checkMike Kaganski1-5/+5
2019-04-18Don't set locale env vars on macOSStephan Bergmann1-6/+0
2019-04-17tdf#124776: don't use SearchPathW to get full path of executableMike Kaganski1-4/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin2-2/+2
2019-04-13loplugin:sequentialassign in salNoel Grandin4-22/+8
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski4-375/+61
2019-04-03In LibreOffice core commit d4d3766, several variables were changedGreg Veldman1-6/+6
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+2
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski4-10/+24
2019-03-27Remove unused macros that caused compiler warnings and simplifyTor Lillqvist1-21/+0
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-1/+1
2019-03-27Replace gethostbyname_r with getaddrinfoArkadiy Illarionov3-150/+46
2019-03-19hang in crashtesting, would be nice to know what failed to exec hereCaolán McNamara1-3/+1
2019-03-18tdf#96038 Make shell function work with paths containing spacesRoland Baudin1-4/+14
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-4/+4
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-4/+4
2019-03-04new loplugin typedefparamNoel Grandin1-4/+4
2019-03-01make SAL_DEBUG add newline in Windows debug console tooLuboš Luňák1-1/+1
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann4-9/+9
2019-02-26loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2019-02-22-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2019-02-22error: expected parentheses around type name in sizeof expression (clang-cl)Stephan Bergmann1-1/+1
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-6/+6
2019-02-09loplugin:indentation in registry..saxNoel Grandin8-25/+26
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-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