summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2020-01-03tdf#128101 android: fix documents with manual page breakChristian Lohmaier1-7/+17
2020-01-03android: file-cache to improve performance.Michael Meeks1-65/+98
2019-12-20android: very nasty WIP in-memory cache.Michael Meeks1-9/+60
2019-12-02android: Get rid of the 'old' vs. Online-based runtime distinction.Jan Holesovsky1-5/+0
2019-12-02android: Fix a missing return value.Jan Holesovsky1-0/+1
2019-12-02android: Hint how to enable fontconfig logging.Jan Holesovsky1-0/+3
2019-10-09android: Fix type of a C string to be const char[].Jan Holesovsky1-4/+6
2019-10-09android: Make the tiled rendering from the loolwsd actually work.Jan Holesovsky1-0/+6
2019-10-09android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky1-0/+15
2019-10-09android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky1-8/+21
2019-10-09android: Expose setting of the JavaVM.Jan Holesovsky1-0/+7
2019-09-20Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist1-0/+30
2019-08-30Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke1-2/+12
2019-06-18tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski1-2/+3
2019-06-18tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski1-1/+1
2019-03-18tdf#96038 Make shell function work with paths containing spacesRoland Baudin1-4/+14
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke1-0/+56
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke1-2/+12
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+2
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-4/+4
2018-11-13Fix race in test codeStephan Bergmann1-2/+5
2018-11-11Fix typoAndrea Gelmini1-3/+3
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-10tdf#120703 PVS: silence a V555Mike Kaganski1-1/+1
2018-11-10Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist1-0/+2
2018-11-07loplugin:collapseif in framework..salNoel Grandin1-5/+2
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski2-30/+19
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+0
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-4/+4
2018-11-01Fix build on HaikuKacper Kasper4-2/+8
2018-10-31Translate German commentsJohnny_M3-11/+11
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-6/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+3
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-12/+6
2018-10-24Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist1-2/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin61-1787/+1764
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist1-1/+21
2018-10-22Remove line commented out since 2004Tor Lillqvist1-2/+0
2018-10-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski1-14/+47
2018-10-21tdf#120703 (PVS)Mike Kaganski1-43/+63
2018-10-20use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2-13/+16
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist11-106/+586
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-13/+7
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin1-1/+1
2018-10-16Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist2-4/+9
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin2-2/+2
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin20-95/+95
2018-10-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist3-13/+92
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist3-28/+83
2018-10-11Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist1-2/+2