summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-25Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann1-6/+10
2017-10-24Make testUtf8StringLiterals work when char is unsignedStephan Bergmann1-3/+3
2017-10-24loplugin:includeform: sal (macOS)Stephan Bergmann1-1/+1
2017-10-24loplugin:includeform: compat.cxx reduxStephan Bergmann1-6/+6
2017-10-23loplugin:includeform: salStephan Bergmann122-371/+371
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-20Comment some values that 16 doesn't workEike Rathke1-2/+2
2017-10-20coverity#1419948 silence Operands don't affect resultCaolán McNamara1-1/+1
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin1-1/+1
2017-10-19tdf#113211: fix calculations with big integersMike Kaganski1-1/+52