summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-152-2/+2
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-1220-95/+95
* 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
* Add SAL_INFO for the open() call in oslDoCopyFile()Tor Lillqvist2018-10-111-0/+3
* Tweak check for nonexistent file on iOSTor Lillqvist2018-10-111-1/+9
* Add more SAL_INFO("sal.file", ...) calls to trace actual file operationsTor Lillqvist2018-10-111-16/+32