summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2019-08-30Clean up some osl::X, X_u function combosStephan Bergmann
2019-08-29Make oslDirectoryImpl a bit more C++yStephan Bergmann
2019-08-24loplugin:returnconstval in sal..scNoel Grandin
2019-08-13Avoid non-async-signal-safe functionality after forkStephan Bergmann
2019-08-12Avoid non-async-signal-safe functionality between fork and execStephan Bergmann
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann
2019-08-10aTime.tm_wday gets overwritten anywayCaolán McNamara
2019-08-02Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann
2019-07-24Fix typoAndrea Gelmini
2019-07-19cid#1448293 Copy into fixed size bufferCaolán McNamara
2019-07-19coverity concurrency annotation attemptNoel Grandin
2019-07-18cid#1448288 Unchecked return value from libraryCaolán McNamara
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4Noel Grandin
2019-05-16Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist
2019-04-18Don't set locale env vars on macOSStephan Bergmann
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-13loplugin:sequentialassign in salNoel Grandin
2019-04-13use more std::make_uniqueNoel Grandin
2019-04-03In LibreOffice core commit d4d3766, several variables were changedGreg Veldman
2019-03-27Remove unused macros that caused compiler warnings and simplifyTor Lillqvist
2019-03-27Replace gethostbyname_r with getaddrinfoArkadiy Illarionov
2019-03-19hang in crashtesting, would be nice to know what failed to exec hereCaolán McNamara
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-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann
2019-02-06tdf#107461: For Unix-like OS, support file://<hostname>/... URLsStephan 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-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
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-10Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist
2018-11-01Fix build on HaikuKacper Kasper
2018-10-24Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist