summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna2019-10-011-1/+32
* tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4Noel Grandin2019-06-042-6/+11
* Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist2019-05-161-0/+30
* an is used before a vowel soundCaolán McNamara2019-05-101-1/+1
* tdf#120703 PVS: dereference before nullptr checkMike Kaganski2019-04-281-5/+5
* Don't set locale env vars on macOSStephan Bergmann2019-04-181-6/+0
* tdf#124776: don't use SearchPathW to get full path of executableMike Kaganski2019-04-171-4/+2
* improve loplugin simplifyconstructNoel Grandin2019-04-152-2/+2
* loplugin:sequentialassign in salNoel Grandin2019-04-134-22/+8
* use more std::make_uniqueNoel Grandin2019-04-131-1/+1
* Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski2019-04-054-375/+61
* In LibreOffice core commit d4d3766, several variables were changedGreg Veldman2019-04-031-6/+6
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-0/+2
* tdf#120703 PVS: Silence V575 warningsMike Kaganski2019-03-314-10/+24
* Remove unused macros that caused compiler warnings and simplifyTor Lillqvist2019-03-271-21/+0
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-271-1/+1
* Replace gethostbyname_r with getaddrinfoArkadiy Illarionov2019-03-273-150/+46
* hang in crashtesting, would be nice to know what failed to exec hereCaolán McNamara2019-03-191-3/+1
* tdf#96038 Make shell function work with paths containing spacesRoland Baudin2019-03-181-4/+14
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-061-1/+1
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-4/+4
* Revert "new loplugin typedefparam"Noel Grandin2019-03-041-4/+4
* new loplugin typedefparamNoel Grandin2019-03-041-4/+4
* make SAL_DEBUG add newline in Windows debug console tooLuboš Luňák2019-03-011-1/+1
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-264-9/+9
* loplugin:simplifybool (clang-cl)Stephan Bergmann2019-02-261-1/+1
* -Werror,-Wsign-compare (clang-cl)Stephan Bergmann2019-02-221-1/+1
* error: expected parentheses around type name in sizeof expression (clang-cl)Stephan Bergmann2019-02-221-1/+1
* loplugin:indentation (macOS)Stephan Bergmann2019-02-211-6/+6
* loplugin:indentation in registry..saxNoel Grandin2019-02-098-25/+26
* Make osl_getLocalHostname thread-safeStephan Bergmann2019-02-071-40/+46
* Make osl_getLocalHostname thread-safeStephan Bergmann2019-02-071-51/+37
* tdf#107461: For Unix-like OS, support file://<hostname>/... URLsStephan Bergmann2019-02-061-2/+12
* Improve osl_getLocalHostname on WindowsStephan Bergmann2019-02-051-2/+15
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-01-311-2/+2
* loplugin:redundantinline (clang-cl)Stephan Bergmann2019-01-303-9/+9
* rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann2019-01-231-0/+4
* Avoid unnecessary string copying in osl_getDottedInetAddrOfSocketAddrStephan Bergmann2019-01-161-29/+10
* Use OString for memory management of osl_psz_createPipeStephan Bergmann2019-01-162-45/+26
* Avoid unnecessary string copying in osl_getUserNameStephan Bergmann2019-01-161-27/+6
* Use OString for memory management of getBootstrapSocketPathStephan Bergmann2019-01-161-31/+15
* New loplugin:emptyStephan Bergmann2019-01-163-6/+6
* Use OString for memory management of osl_psz_getConfigDirStephan Bergmann2019-01-161-57/+59
* Use OString for memory management of osl_psz_getHomeDirStephan Bergmann2019-01-161-33/+44
* simplify duplicate codeStephan Bergmann2019-01-151-5/+4
* Use C++ OString/OUString classes hereStephan Bergmann2019-01-151-19/+9
* Avoid unnecessary string copying in osl_getUserNameStephan Bergmann2019-01-151-17/+18
* tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski2018-12-151-11/+54
* tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski2018-12-141-2/+3