summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
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-24loplugin:includeform: compat.cxx reduxStephan Bergmann1-6/+6
2017-10-23loplugin:includeform: salStephan Bergmann20-62/+62
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-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski12-167/+179
2017-10-04lookupProfile: drop unreachable codeMike Kaganski1-207/+150
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski3-15/+13
2017-10-03new loplugin:blockblockNoel Grandin1-14/+12
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-5/+9
2017-09-28Missing includes (--disable-pch)Stephan Bergmann1-0/+1
2017-09-27SAL: use more Unicode on WindowsMike Kaganski12-89/+154
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-1/+3
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-18Put back some #include (needed for e.g. --disable-pch)Stephan Bergmann4-0/+14
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski2-10/+7
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+2
2017-09-15Use the system TID as the thread identifierJan-Marek Glogowski1-26/+54
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski11-203/+114
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann2-5/+5
2017-09-15sal/osl/w32/security.cxx: don't use 8-bit string functionsMike Kaganski1-68/+38
2017-09-14tdf#103525: a blind fix: try Unicode function firstMike Kaganski1-7/+7
2017-09-13Silence -Werror,-Wunreachable-code on AndroidStephan Bergmann1-2/+4
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann2-4/+4
2017-08-29loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann1-2/+2
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann2-3/+3
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock2-29/+27
2017-08-27osl: rename win32 socket internal function namesChris Sherlock1-23/+23
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock2-16/+26
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-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-08-18missing include (--disable-pch)Stephan Bergmann1-0/+1
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-16Dead codeStephan Bergmann1-2/+0
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin2-0/+81
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-22osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock1-10/+13
2017-07-22osl: (Win32) check allocated pipe succeeded, otherwise needs to failChris Sherlock1-0/+5