1. 08a879a simplify bootstrap_map (tdf#135316 related) by Noel Grandin · 4 years, 10 months ago
  2. a5eba5f Make optional use of SetThreadDescription in osl_setThreadName by Mike Kaganski · 4 years, 10 months ago
  3. f1be886 Revert "sb138: #i115619# fix for MinGW" by Mike Kaganski · 4 years, 10 months ago
  4. 313eaf9 fix leak in SocketTest by Noel Grandin · 4 years, 10 months ago
  5. 1fef071 Replace inet_addr with inet_pton by Stephan Bergmann · 4 years, 10 months ago
  6. 33bf4f0 Replace inet_ntoa with inet_ntop by Stephan Bergmann · 4 years, 10 months ago
  7. 581f12c Replace a use of select with poll by Stephan Bergmann · 4 years, 11 months ago
  8. 49af7e2 Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round() by Eike Rathke · 4 years, 11 months ago
  9. e9da22d Lets assume general availability of POSIX poll.h by Stephan Bergmann · 4 years, 11 months ago
  10. eca89ec Replace rtl_string_getTokenView with o3tl::getToken by Stephan Bergmann · 4 years, 11 months ago
  11. 7462343 update "add OString::getTokenView" by Noel Grandin · 4 years, 11 months ago
  12. 3669d4e add OString::getTokenView (tdf#42374 related) by Noel Grandin · 5 years ago
  13. af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
  14. 8a41739 WASM: add initial support for Emscripten cross build by Jan-Marek Glogowski · 5 years ago
  15. 41ff704 Add API to LibreOfficeKit to set arbitrary run-time options in core by Tor Lillqvist · 5 years ago
  16. c0aede4 loplugin:stringviewparam (clang-cl) by Stephan Bergmann · 5 years ago
  17. 3260edb loplugin:stringadd (clang-cl) by Stephan Bergmann · 5 years ago
  18. d507c8b loplugin:nullptr (clang-cl) by Stephan Bergmann · 5 years ago
  19. 8ae3ae4 Step 1 of removing cargo-cult pragma pack around rtl_[u]String by Stephan Bergmann · 5 years ago
  20. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  21. 97351cf Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  22. 81a5d8f Simplify some code by using OUString instead of raw rtl_uString by Mike Kaganski · 5 years ago
  23. 72b9ad0 Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  24. 2775549 Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  25. b9f0060 Remove obsolete comment by Stephan Bergmann · 5 years ago
  26. 481b3bb flatten some code by Noel Grandin · 5 years ago
  27. c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
  28. eac0001 [API CHANGE] Do not call getaddrinfo if we just want the hostname by Samuel Mehrbrodt · 5 years ago
  29. 61462ef use OUString in dir handling operations by Noel Grandin · 5 years ago
  30. 8b127d9 flatten some code in sal/osl/w32 by Noel Grandin · 5 years ago
  31. e36c2b4 set path to fully normalized in osl_getNextFileItem by Noel Grandin · 5 years ago
  32. 27911b0 Use more std lib by Mike Kaganski · 5 years ago
  33. 334838e Unify on std::basic_string_view for indexOfStr by Mike Kaganski · 5 years ago
  34. 5a11edc use std lib for sal_Unicode version of indexOfChar_WithLength by Noel Grandin · 5 years ago
  35. 5ebccaa use std lib for O[U]String indexOfStr by Noel Grandin · 5 years ago
  36. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  37. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  38. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  39. 760a902 Deduplicate trim implementations by Mike Kaganski · 5 years ago
  40. 5e404d6 Fix typos by Andrea Gelmini · 5 years ago
  41. 2b4cd99 tdf#126742 make Windows file handling more unx-like by Armin Le Grand (Allotropia) · 5 years ago
  42. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  43. b3bfcb2 Also check number of invocations in the test by Mike Kaganski · 5 years ago
  44. 6b439e8 The backtrace() etc API is available on macOS and iOS, too by Tor Lillqvist · 5 years ago
  45. eef4319 Improve unit test accuracy by Mike Kaganski · 5 years ago
  46. cf1c835 tdf#116983 tdf#136175: retry if failed by Mike Kaganski · 5 years ago
  47. ed40d47 Drop ComPtr and use sal::systools::COMReference by Mike Kaganski · 5 years ago
  48. c8976bd tdf#137208 Assume that dladdr provides an absolute pathname by Stephan Bergmann · 5 years ago
  49. 0b86394 Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" code by Stephan Bergmann · 5 years ago
  50. 376101c Do not remove '/' when it's the only character in the path by Mike Kaganski · 5 years ago
  51. 181fc61 Reuse known length of the temp dir path by Mike Kaganski · 5 years ago
  52. 3380163 Make sure osl_getTempDirURL result doesn't end with / also on unx by Mike Kaganski · 5 years ago
  53. 8ef5331 Make sure to resolve symlinks in temp path in path tests by Mike Kaganski · 5 years ago
  54. f482924 Fix creation of some OUString from non-ASCII ordinary string literals by Stephan Bergmann · 5 years ago
  55. 85ed3a4 use zlib crc32() rather our own implementation by Luboš Luňák · 5 years ago
  56. 5a4b588 Be a bit more verbose in that crappy test code by Stephan Bergmann · 5 years ago
  57. e67fa2e Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL library by Stephan Bergmann · 5 years ago
  58. 4cae353 Fix loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  59. ea0d73e loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl) by Stephan Bergmann · 5 years ago
  60. 61404bc report what value was found in message by Caolán McNamara · 5 years ago
  61. 0b1b167 Remove unneeded breaks by Andrea Gelmini · 5 years ago
  62. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  63. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  64. 5e124e9 osl_File checks: creation in root can also fail because of read-only filesystem by Christian Lohmaier · 5 years ago
  65. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  66. 80b7949 Enable previously disabled file and directory tests by Mike Kaganski · 5 years ago
  67. 41eaf2d Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURL by Mike Kaganski · 5 years ago
  68. 52e6dea Drop FAR/NEAR from 16-bit WinAPI times by Mike Kaganski · 5 years ago
  69. c0a91ae Fix typos by Andrea Gelmini · 5 years ago
  70. 396c2ad Use C++ thread_local instead of Tls* WinAPI by Mike Kaganski · 5 years ago
  71. c42f60e Simplify osl_getGlobalMutex to use function-local static by Mike Kaganski · 5 years ago
  72. f2a9629 Reinstate still relevant bits of comment by Mike Kaganski · 5 years ago
  73. ab91f93 Use function-local static Mutex here instead of global CRITICAL_SECTION by Mike Kaganski · 5 years ago
  74. 6e0fa7d Don't change process current directory in osl_getAbsoluteFileURL by Mike Kaganski · 5 years ago
  75. 3dbc42e Use OUString and its fast concat instead of C string manipulation by Mike Kaganski · 5 years ago
  76. b8bdd88 Use MutexGuard instead of direct oslMutex manipulations by Mike Kaganski · 5 years ago
  77. 9430608 simplify code, use more subView() by Noel · 5 years ago
  78. 1da6908 add string_view variants of methods to O[U]StringBuffer by Noel · 5 years ago
  79. aa2064c Improve loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  80. ad55d51 cppcheck: zerodivcond by Julien Nabet · 5 years ago
  81. 846bcc5 OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL() by Tor Lillqvist · 5 years ago
  82. 06ecfbe Introduce startsWithAsciiL() to match endsWithAsciiL() by Tor Lillqvist · 5 years ago
  83. 117ecc9 fix coverity parse errors by Caolán McNamara · 5 years ago
  84. 9129117 Missing include guard in new sal/rtl/strtmpl.hxx by Stephan Bergmann · 5 years ago
  85. c5c0f8d Replace strtmpl.cxx with actual C++ templates in strtmpl.hxx by Mike Kaganski · 5 years ago
  86. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  87. b5c5321 Use char16_t string literals by Stephan Bergmann · 5 years ago
  88. 22f7411 Remove the OUString vs. std::u16string_view comparison operators again by Stephan Bergmann · 5 years ago
  89. ecfcd99 Check intermediate for not to be rounded value, tdf#138360 follow-up by Eike Rathke · 5 years ago
  90. a10c33f Replace log2() call with parts.exponent-1023, tdf#138360 follow-up by Eike Rathke · 5 years ago
  91. 8b66e17 Add empty OUStringBuffer::toString test by Stephan Bergmann · 5 years ago
  92. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  93. 4f0c70f Avoid calling OString ctor with null pointer by Stephan Bergmann · 5 years ago
  94. afc41a4 Do not call GetAddrInfoW if we just want the hostname by Samuel Mehrbrodt · 5 years ago
  95. 1efec9e Tighten rtl_{string,uString}_newFromStr_WithLength implementation by Stephan Bergmann · 5 years ago
  96. 73d592f Improve a CPPUNIT_ASSERT message by Stephan Bergmann · 5 years ago
  97. 8bf2451 Revert "Fix osl_Security::getHomeDir test under fakeroot" by Stephan Bergmann · 5 years ago
  98. 520949f Better accuracy in rtl_math_approxValue(), tdf#138360 related by Eike Rathke · 5 years ago
  99. 9467da7 tdf#138360: sal_rtl: Add unittest by Xisco Fauli · 5 years ago
  100. deb119e Related: tdf#138360 Use approxFloor() in rtl_math_round() by Eike Rathke · 5 years ago