summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock1-1/+0
2017-07-07tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxxChris Sherlock1-14/+18
2017-07-07osl: unx osl_getDirectoryItem() cleanupChris Sherlock1-4/+4
2017-07-07osl: unx osl_getNextDirectoryItem() cleanupChris Sherlock1-23/+24
2017-07-07osl: osl_closeDirectory cleanupChris Sherlock1-9/+9
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-06tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxxChris Sherlock1-2/+5
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl1-0/+4
2017-07-02loplugin:casttovoid: salStephan Bergmann4-78/+12
2017-06-27-Werror=catch-value= (GCC 8)Stephan Bergmann1-1/+1
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin2-5/+2
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock1-10/+10
2017-06-25osl: for should be a whileChris Sherlock1-1/+1