summaryrefslogtreecommitdiffstats
path: root/sal/osl/unx
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-041-3/+5
* Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist2019-05-161-0/+30
* Don't set locale env vars on macOSStephan Bergmann2019-04-181-6/+0
* 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
* In LibreOffice core commit d4d3766, several variables were changedGreg Veldman2019-04-031-6/+6
* Remove unused macros that caused compiler warnings and simplifyTor Lillqvist2019-03-271-21/+0
* 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
* 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
* 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-51/+37
* tdf#107461: For Unix-like OS, support file://<hostname>/... URLsStephan Bergmann2019-02-061-2/+12
* 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
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-296-7/+7
* improve function-local statics in salNoel Grandin2018-11-221-13/+1
* Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist2018-11-101-0/+2
* Fix build on HaikuKacper Kasper2018-11-014-2/+8
* Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist2018-10-241-2/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2412-92/+92
* dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist2018-10-231-1/+21
* Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist2018-10-1911-106/+586
* loplugin:staticvar in hwpfilter..salNoel Grandin2018-10-181-1/+1
* Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist2018-10-162-4/+9
* clang-tidy misc-redundant-expressionNoel Grandin2018-10-151-1/+1
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-129-18/+18
* More SAL_INFO("sal.file", ...) tweaksTor Lillqvist2018-10-123-13/+92
* Further SAL_INFO("sal.file",...) tweaksTor Lillqvist2018-10-113-28/+83
* Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist2018-10-111-2/+2
* Do the SAL_INFO() for the fsync() call only when we know the resultTor Lillqvist2018-10-111-2/+6
* Do the SAL_INFO() also in the special 'good' ENOENT caseTor Lillqvist2018-10-111-3/+3