summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
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
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock
2017-08-27osl: remove commented out reversemap functionsChris Sherlock
2017-08-27osl: remove extraneous comment cruft from socket.cxxChris Sherlock
2017-08-18Fix typosAndrea Gelmini
2017-08-17Fix typosAndrea Gelmini
2017-08-17Remove excess SAL_WARNsStephan Bergmann
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin