summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann2019-01-231-0/+4
* Fix rtl_DoubleLocking::getValue_002 testStephan Bergmann2019-01-171-34/+3
* 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
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-087-27/+27
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski2018-12-041-1/+1
* -Werror,-Wc++98-compat-extra-semiStephan Bergmann2018-12-021-1/+1
* tdf#39468 Translate German commentsJens Carl2018-12-011-1/+1
* Unit test for leading and trailing group separator charactersEike Rathke2018-12-011-0/+56
* A leading or trailing group separator character is not a group separatorEike Rathke2018-12-011-2/+12
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-298-13/+13
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-291-3/+3
* improve function-local statics in salNoel Grandin2018-11-226-45/+21
* Fix typosAndrea Gelmini2018-11-191-10/+10
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+2
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-4/+4
* Fix race in test codeStephan Bergmann2018-11-131-2/+5
* Fix typoAndrea Gelmini2018-11-111-3/+3
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* tdf#120703 PVS: silence a V555Mike Kaganski2018-11-101-1/+1
* Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist2018-11-101-0/+2
* loplugin:collapseif in framework..salNoel Grandin2018-11-071-5/+2
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-042-30/+19
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-3/+0
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-4/+4
* Fix build on HaikuKacper Kasper2018-11-014-2/+8
* Translate German commentsJohnny_M2018-10-313-11/+11
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-6/+0
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-5/+3
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-12/+6
* 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-2461-1787/+1764
* dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist2018-10-231-1/+21
* Remove line commented out since 2004Tor Lillqvist2018-10-221-2/+0
* tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski2018-10-211-14/+47
* tdf#120703 (PVS)Mike Kaganski2018-10-211-43/+63
* use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2018-10-202-13/+16
* Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist2018-10-1911-106/+586
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-13/+7