summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
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-06-27Don't reset signal that hasn't been setStephan Bergmann1-1/+4
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist2-0/+14
2018-03-19sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna1-17/+9
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
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-10-31loplugin:constantparam in sal,saxNoel Grandin7-66/+57
2017-10-29tdf#94695 Replace gethostbyaddr with getnameinfoArkadiy Illarionov1-43/+67
2017-10-26cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann1-0/+1
2017-10-25Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann1-6/+10
2017-10-24loplugin:includeform: sal (macOS)Stephan Bergmann1-1/+1
2017-10-23loplugin:includeform: salStephan Bergmann17-39/+39
2017-10-20coverity#1419948 silence Operands don't affect resultCaolán McNamara1-1/+1
2017-10-16Rephrase checks for exceeding off_t limitsStephan Bergmann1-10/+11
2017-10-16Fix overflowStephan Bergmann1-2/+4
2017-10-03new loplugin:blockblockNoel Grandin1-14/+12
2017-09-18The '<= 0' check can go nowStephan Bergmann1-1/+1
2017-09-18sal: -Werror,-Wsign-compare (32-bit)Michael Stahl1-1/+1
2017-09-15Use the system TID as the thread identifierJan-Marek Glogowski1-26/+54
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann1-4/+4
2017-09-13Silence -Werror,-Wunreachable-code on AndroidStephan Bergmann1-2/+4
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann1-2/+2
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann1-2/+2
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock1-22/+20
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock1-9/+10
2017-08-27osl: remove commented out reversemap functionsChris Sherlock1-90/+0
2017-08-27osl: remove extraneous comment cruft from socket.cxxChris Sherlock1-70/+7
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17Remove excess SAL_WARNsStephan Bergmann1-4/+0
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin1-0/+30
2017-08-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-08-07loplugin:oncevarStephan Bergmann1-2/+3
2017-08-02If we are going to warn about an "invalid" URL, at least tell what it isTor Lillqvist1-2/+3
2017-07-30osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock1-42/+3
2017-07-21osl: Unix pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock1-9/+9
2017-07-19osl: fix a number of doxygen comments in unx/file_path_helper.hxxChris Sherlock1-109/+58
2017-07-19osl: fix file_path_header.cxx commentChris Sherlock1-5/+2
2017-07-19osl: fix header commentChris Sherlock1-18/+11
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock1-2/+2
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-1/+1
2017-07-16Avoid crash when rSignal.Handler is SIG_DFL etc.Stephan Bergmann1-16/+1
2017-07-13These arguments can apparently never be nullStephan Bergmann1-6/+4
2017-07-11osl: unx file.cxx nullptr testing cleanupChris Sherlock1-4/+4