summaryrefslogtreecommitdiff
path: root/sal/osl/w32
AgeCommit message (Expand)Author
2017-08-16Dead codeStephan Bergmann
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin
2017-07-22osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock
2017-07-22osl: (Win32) check allocated pipe succeeded, otherwise needs to failChris Sherlock
2017-07-22osl: get rid of comment cruft in w32/time.cxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32/sockimpl.hxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32/socket.cxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32/security.cxxChris Sherlock
2017-07-22osl: remove sig in commentChris Sherlock
2017-07-22osl: remove dead code from w32/salinit.cxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32 profile.cxxChris Sherlock
2017-07-22osl: small cosmetic change to make comment more readableChris Sherlock
2017-07-22osl: get rid of comment cruft in w32 path_helper.hxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32 path_helper.cxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32 nlsupport.cxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32 mutex.cxxChris Sherlock
2017-07-22osl: get rid of comment cruft in w32 module.cxxChris Sherlock
2017-07-22osl: minor whitespace fixup from automated changeChris Sherlock
2017-07-22osl: remove extraneous comments from w32/file_dirvold.cxxChris Sherlock
2017-07-22osl: fix w32/backtrace.cxx commentChris Sherlock
2017-07-22osl: get rid of comment cruft in w32 conditn.cxxChris Sherlock
2017-07-19Followup to 56638d1a6d9ba - fValid -> bValidChris Sherlock
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock
2017-07-17loplugin:unnecessaryparen: sal (clang-cl)Stephan Bergmann
2017-07-13These arguments can apparently never be nullStephan Bergmann
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-10osl: w32/pipe.cxx fPipeAvailable -> bPipeAvailableChris Sherlock
2017-07-10osl: followup - m_NamedObject never INVALID_HANDLE_VALUEChris Sherlock
2017-07-10Followup: m_NamedObject never INVALID_HANDLE_VALUE, must be nullptrChris Sherlock
2017-07-10osl: CreateMutexW returns NULL on failure, not INVALID_HANDLE_VALUEChris Sherlock
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxxChris Sherlock
2017-07-05loplugin:casttovoid (clang-cl): salStephan Bergmann
2017-07-03loplugin:oncevar (clang-cl): salStephan Bergmann
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-06-26osl: w32/pipe.cxx typo should have been caught, not cachedChris Sherlock
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock
2017-06-25tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock
2017-06-25osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock
2017-06-25osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock
2017-06-23osl: w32/file.cxx cleanup signatures of definitionsChris Sherlock
2017-06-23osl: w32/file.cxx normalized LHS/RHS if conditionsChris Sherlock
2017-06-23osl: w32/file.cxx remove extraneous space from around bracesChris Sherlock
2017-06-23osl: w32/file.cxx update commentsChris Sherlock
2017-06-23osl: w32/file.cxx update headersChris Sherlock
2017-06-20new cannot return nullptrNoel Grandin
2017-05-30sal,sd: remove deprecated Windows XP socket codeMichael Stahl
2017-05-27osl: convert to variable == value, not value == variableChris Sherlock
2017-05-18Revert "Fix typos"Stephan Bergmann