Age | Commit message (Expand) | Author |
2021-03-04 | The backtrace() etc API is available on macOS and iOS, too | Tor Lillqvist |
2021-02-16 | tdf#137208 Assume that dladdr provides an absolute pathname | Stephan Bergmann |
2021-02-16 | Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" code | Stephan Bergmann |
2021-02-15 | Do not remove '/' when it's the only character in the path | Mike Kaganski |
2021-02-15 | Reuse known length of the temp dir path | Mike Kaganski |
2021-02-12 | Make sure osl_getTempDirURL result doesn't end with / also on unx | Mike Kaganski |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-02-02 | Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURL | Mike Kaganski |
2021-02-01 | Drop FAR/NEAR from 16-bit WinAPI times | Mike Kaganski |
2021-01-31 | Fix typos | Andrea Gelmini |
2021-01-31 | Use C++ thread_local instead of Tls* WinAPI | Mike Kaganski |
2021-01-30 | Simplify osl_getGlobalMutex to use function-local static | Mike Kaganski |
2021-01-30 | Reinstate still relevant bits of comment | Mike Kaganski |
2021-01-30 | Use function-local static Mutex here instead of global CRITICAL_SECTION | Mike Kaganski |
2021-01-30 | Don't change process current directory in osl_getAbsoluteFileURL | Mike Kaganski |
2021-01-29 | Use OUString and its fast concat instead of C string manipulation | Mike Kaganski |
2021-01-29 | Use MutexGuard instead of direct oslMutex manipulations | Mike Kaganski |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-17 | cppcheck: zerodivcond | Julien Nabet |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-10 | Avoid calling OString ctor with null pointer | Stephan Bergmann |
2020-12-10 | Do not call GetAddrInfoW if we just want the hostname | Samuel Mehrbrodt |
2020-11-21 | tdf#123936 Formatting files in module sal with clang-format | Philipp Hofer |
2020-10-12 | Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ... | Gleb Popov |
2020-10-08 | Do not redefine ETIME unconditionally on FreeBSD. | Gleb Popov |
2020-10-05 | loplugin:reducevarscope in sal | Noel |
2020-09-26 | Fix typo in code | Andrea Gelmini |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-21 | loplugin:stringstatic (clang-cl) | Stephan Bergmann |
2020-08-17 | Remove leftover debug include | Stephan Bergmann |
2020-08-17 | loplugin:loopvartoosmall | Stephan Bergmann |
2020-08-10 | Make the C++/UNO bridge work to some extent on macOS on arm64 | Tor Lillqvist |
2020-08-04 | Improved loplugin:staticanonymous -> redundantstatic redux, clang-cl | Stephan Bergmann |
2020-07-21 | Improved oplugin:staticanonymous -> redundantstatic redux, macOS | Stephan Bergmann |
2020-07-07 | Allow making SAL_LOG based output fatal | Jan-Marek Glogowski |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: sal | Stephan Bergmann |
2020-06-04 | Remove useless Result variable | Stephan Bergmann |
2020-05-29 | loplugin:simplifybool in oox..sd | Noel Grandin |
2020-05-25 | createSocketImpl is always called with the same argument | Stephan Bergmann |
2020-05-10 | compact namespace in sal..svgio | Noel Grandin |
2020-04-29 | Fix problems when running a sandboxed LO as instdir/.../soffice on macOS | Tor Lillqvist |
2020-04-15 | loplugin:buriedassign in sal | Noel Grandin |
2020-04-06 | Nah, let's revert that shite | Tor Lillqvist |
2020-04-04 | Let's put some verbosity in #if 0, though | Tor Lillqvist |
2020-04-04 | Show what pathname a fd was opened from in the SAL_INFO("sal.file") calls | Tor Lillqvist |
2020-04-04 | Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write calls | Tor Lillqvist |
2020-04-04 | Show flags and modes symbolically in the SAL_INFO() for open() and access() | Tor Lillqvist |