summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2019-06-19android: Fix type of a C string to be const char[].cp-android-19Jan Holesovsky1-4/+6
2019-06-05android: Make the tiled rendering from the loolwsd actually work.Jan Holesovsky1-0/+6
2019-06-05sal, android: fix -Werror,-Wreturn-typeMiklos Vajna1-0/+2
2019-06-05android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky1-0/+15
2019-06-05android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky1-8/+21
2019-06-05android: Expose setting of the JavaVM.Jan Holesovsky1-0/+7
2019-06-05android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier1-0/+5
2019-06-05sal android: fix -Werror,-Wimplicit-function-declarationMiklos Vajna1-0/+1
2019-06-05sal: try to fix Android build, no std::roundMichael Stahl1-0/+1
2019-05-16Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist1-0/+30
2018-12-29tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski1-1/+1
2018-12-15tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski1-2/+3
2018-11-12Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist1-0/+2
2018-10-30Tweak check for nonexistent file on iOSTor Lillqvist1-1/+9
2018-08-10ofz#9507 wrong start point for Johab block 59Caolán McNamara1-1/+1
2018-06-27Don't reset signal that hasn't been setStephan Bergmann1-1/+4
2018-06-27Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke1-1/+1
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist3-2/+17
2018-03-20rtl: support start/stop threads around pre-initAshod Nakashian4-18/+53
2018-03-19Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.Jan Holesovsky2-2/+1
2018-03-19sal: add pre-initialization scheme for allocations.Michael Meeks11-9/+211
2018-03-19Function LookupAccountSidW takes number of characters, not bytesMike Kaganski1-2/+2
2018-03-19sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna1-17/+9
2018-02-26Use long path prefix in osl_getFileStatusSamuel Mehrbrodt1-4/+12
2018-02-08ofz#6112 wrong start off sets for korean KSC5601 tableCaolán McNamara1-2/+2
2018-02-04tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
2018-01-17tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl2-1/+93
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin3-11/+11
2017-11-22ofz#4366 Divide-by-zeroStephan Bergmann1-2/+10
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21Disable custom allocatorDennis Francis1-1/+1
2017-11-21Fix typosAndrea Gelmini2-6/+6
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-13IsValidFilePath: fix correction of double path delimitersMike Kaganski1-1/+3
2017-11-13Fix typosAndrea Gelmini1-2/+2
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2-0/+14
2017-11-10rtl: change nullptr comparisonChris Sherlock1-2/+2
2017-11-04Make Windows error reporting more robustMike Kaganski1-7/+2
2017-11-02Avoid warning thrashStephan Bergmann1-2/+1
2017-11-02Clean up oslTranslateFileErrorStephan Bergmann2-105/+53
2017-11-02coverity#1420539: dead codeStephan Bergmann1-7/+3
2017-11-01-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann1-1/+1
2017-10-31loplugin:constantparam in sal,saxNoel Grandin7-66/+57
2017-10-29tdf#94695 Replace gethostbyaddr with getnameinfoArkadiy Illarionov1-43/+67
2017-10-27loplugin:includeform: sal (Windows)Stephan Bergmann13-21/+21
2017-10-27-Werror,-Wtautological-constant-compare (clang-cl)Stephan Bergmann2-20/+41
2017-10-26cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann1-0/+1
2017-10-25ofz#3789 Integer-overflowCaolán McNamara1-1/+4