summaryrefslogtreecommitdiff
path: root/sal/osl/w32
AgeCommit message (Expand)AuthorFilesLines
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-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-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-15osl/w32: don't use 8-bit string functionsMike Kaganski11-203/+114
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann1-1/+1
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-06Clean up sal/backtrace.hxxStephan Bergmann1-2/+2
2017-08-29loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann1-2/+2
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann1-1/+1
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock1-7/+7
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 Sherlock1-7/+16
2017-08-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-08-18missing include (--disable-pch)Stephan Bergmann1-0/+1
2017-08-16Dead codeStephan Bergmann1-2/+0
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin1-0/+51
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
2017-07-22osl: get rid of comment cruft in w32/time.cxxChris Sherlock1-10/+0
2017-07-22osl: get rid of comment cruft in w32/sockimpl.hxxChris Sherlock1-3/+0
2017-07-22osl: get rid of comment cruft in w32/socket.cxxChris Sherlock1-235/+19
2017-07-22osl: get rid of comment cruft in w32/security.cxxChris Sherlock1-48/+33
2017-07-22osl: remove sig in commentChris Sherlock1-1/+1
2017-07-22osl: remove dead code from w32/salinit.cxxChris Sherlock1-4/+0
2017-07-22osl: get rid of comment cruft in w32 profile.cxxChris Sherlock1-32/+14
2017-07-22osl: small cosmetic change to make comment more readableChris Sherlock1-6/+6
2017-07-22osl: get rid of comment cruft in w32 path_helper.hxxChris Sherlock1-22/+10
2017-07-22osl: get rid of comment cruft in w32 path_helper.cxxChris Sherlock1-20/+0
2017-07-22osl: get rid of comment cruft in w32 nlsupport.cxxChris Sherlock1-12/+0
2017-07-22osl: get rid of comment cruft in w32 mutex.cxxChris Sherlock1-19/+0
2017-07-22osl: get rid of comment cruft in w32 module.cxxChris Sherlock1-38/+5
2017-07-22osl: minor whitespace fixup from automated changeChris Sherlock1-3/+3
2017-07-22osl: remove extraneous comments from w32/file_dirvold.cxxChris Sherlock1-18/+4
2017-07-22osl: fix w32/backtrace.cxx commentChris Sherlock1-5/+5
2017-07-22osl: get rid of comment cruft in w32 conditn.cxxChris Sherlock1-20/+0
2017-07-19Followup to 56638d1a6d9ba - fValid -> bValidChris Sherlock1-23/+23
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock1-3/+3
2017-07-17loplugin:unnecessaryparen: sal (clang-cl)Stephan Bergmann3-4/+4
2017-07-13These arguments can apparently never be nullStephan Bergmann1-4/+4
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-07-10osl: w32/pipe.cxx fPipeAvailable -> bPipeAvailableChris Sherlock1-4/+4