Age | Commit message (Expand) | Author |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-11-13 | IsValidFilePath: fix correction of double path delimiters | Mike Kaganski |
2017-11-04 | Make Windows error reporting more robust | Mike Kaganski |
2017-10-27 | loplugin:includeform: sal (Windows) | Stephan Bergmann |
2017-10-27 | -Werror,-Wtautological-constant-compare (clang-cl) | Stephan Bergmann |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-10-04 | lookupProfile: drop unreachable code | Mike Kaganski |
2017-10-03 | Replace more reinterpret_cast with SAL_W/SAL_U | Mike Kaganski |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski |
2017-09-28 | Missing includes (--disable-pch) | Stephan Bergmann |
2017-09-27 | SAL: use more Unicode on Windows | Mike Kaganski |
2017-09-25 | Fix typos | Andrea Gelmini |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-18 | Put back some #include (needed for e.g. --disable-pch) | Stephan Bergmann |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-16 | Use more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-15 | osl/w32: don't use 8-bit string functions | Mike Kaganski |
2017-09-15 | Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are valid | Stephan Bergmann |
2017-09-15 | sal/osl/w32/security.cxx: don't use 8-bit string functions | Mike Kaganski |
2017-09-14 | tdf#103525: a blind fix: try Unicode function first | Mike Kaganski |
2017-09-06 | Clean up sal/backtrace.hxx | Stephan Bergmann |
2017-08-29 | loplugin:cstylecast/nullptr (clang-cl) | Stephan Bergmann |
2017-08-28 | Fix type of errno/WSAGetLastError() | Stephan Bergmann |
2017-08-28 | osl: cleanup osl_(acquire|release|close)Socket | Chris Sherlock |
2017-08-27 | osl: rename win32 socket internal function names | Chris Sherlock |
2017-08-27 | osl: give warning on socket error (win32), move Flag definition (unx) | Chris Sherlock |
2017-08-22 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2017-08-18 | missing include (--disable-pch) | Stephan Bergmann |
2017-08-16 | Dead code | Stephan Bergmann |
2017-08-16 | assert on duplicate listener in SfxListener | Noel Grandin |
2017-07-22 | osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNs | Chris Sherlock |
2017-07-22 | osl: (Win32) check allocated pipe succeeded, otherwise needs to fail | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32/time.cxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32/sockimpl.hxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32/socket.cxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32/security.cxx | Chris Sherlock |
2017-07-22 | osl: remove sig in comment | Chris Sherlock |
2017-07-22 | osl: remove dead code from w32/salinit.cxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32 profile.cxx | Chris Sherlock |
2017-07-22 | osl: small cosmetic change to make comment more readable | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32 path_helper.hxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32 path_helper.cxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32 nlsupport.cxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32 mutex.cxx | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32 module.cxx | Chris Sherlock |
2017-07-22 | osl: minor whitespace fixup from automated change | Chris Sherlock |
2017-07-22 | osl: remove extraneous comments from w32/file_dirvold.cxx | Chris Sherlock |
2017-07-22 | osl: fix w32/backtrace.cxx comment | Chris Sherlock |
2017-07-22 | osl: get rid of comment cruft in w32 conditn.cxx | Chris Sherlock |
2017-07-19 | Followup to 56638d1a6d9ba - fValid -> bValid | Chris Sherlock |