summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski
2018-06-25Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist
2018-06-21Don't reset signal that hasn't been setStephan Bergmann
2018-05-22Fix typosAndrea Gelmini
2018-04-06osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann
2018-03-07Deduplicate includesMike Kaganski
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-25Fix typosAndrea Gelmini
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-15More loplugin:cstylecast: salStephan Bergmann
2018-01-15fix android buildNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-15loplugin:salcall (macOS)Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-04Condition for definition of LastIdent must match condition for its useStephan Bergmann
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-02Avoid warning thrashStephan Bergmann
2017-11-02Clean up oslTranslateFileErrorStephan Bergmann
2017-11-02coverity#1420539: dead codeStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-29tdf#94695 Replace gethostbyaddr with getnameinfoArkadiy Illarionov
2017-10-26cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann
2017-10-25Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann
2017-10-24loplugin:includeform: sal (macOS)Stephan Bergmann
2017-10-23loplugin:includeform: salStephan Bergmann
2017-10-20coverity#1419948 silence Operands don't affect resultCaolán McNamara
2017-10-16Rephrase checks for exceeding off_t limitsStephan Bergmann
2017-10-16Fix overflowStephan Bergmann
2017-10-03new loplugin:blockblockNoel Grandin
2017-09-18The '<= 0' check can go nowStephan Bergmann
2017-09-18sal: -Werror,-Wsign-compare (32-bit)Michael Stahl
2017-09-15Use the system TID as the thread identifierJan-Marek Glogowski
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann
2017-09-13Silence -Werror,-Wunreachable-code on AndroidStephan Bergmann
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann