summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
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
2017-08-07loplugin:unnecessaryparenStephan Bergmann
2017-08-07loplugin:oncevarStephan Bergmann
2017-08-02If we are going to warn about an "invalid" URL, at least tell what it isTor Lillqvist
2017-07-30osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock
2017-07-21osl: Unix pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock
2017-07-19osl: fix a number of doxygen comments in unx/file_path_helper.hxxChris Sherlock
2017-07-19osl: fix file_path_header.cxx commentChris Sherlock
2017-07-19osl: fix header commentChris Sherlock
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-07-16Avoid crash when rSignal.Handler is SIG_DFL etc.Stephan Bergmann
2017-07-13These arguments can apparently never be nullStephan Bergmann
2017-07-11osl: unx file.cxx nullptr testing cleanupChris Sherlock
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock
2017-07-07tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxxChris Sherlock
2017-07-07osl: unx osl_getDirectoryItem() cleanupChris Sherlock
2017-07-07osl: unx osl_getNextDirectoryItem() cleanupChris Sherlock
2017-07-07osl: osl_closeDirectory cleanupChris Sherlock
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin