Age | Commit message (Expand) | Author |
2018-11-22 | improve function-local statics in sal | Noel Grandin |
2018-11-10 | Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOS | Tor Lillqvist |
2018-11-01 | Fix build on Haiku | Kacper Kasper |
2018-10-24 | Tell the actual end result and not an intermediate one in the SAL_INFO() | Tor Lillqvist |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-23 | dlsym() typically does not find "main" so use readlink() on /proc/self/exe | Tor Lillqvist |
2018-10-19 | Introduce UnixErrnoString() and use it in sal/osl/unx | Tor Lillqvist |
2018-10-18 | loplugin:staticvar in hwpfilter..sal | Noel Grandin |
2018-10-16 | Avoid risk of looking at an errno modified by SAL_INFO() call | Tor Lillqvist |
2018-10-15 | clang-tidy misc-redundant-expression | Noel Grandin |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2018-10-12 | More SAL_INFO("sal.file", ...) tweaks | Tor Lillqvist |
2018-10-11 | Further SAL_INFO("sal.file",...) tweaks | Tor Lillqvist |
2018-10-11 | Change {read,write}FileAt() SAL_INFO calls to use a separate log area | Tor Lillqvist |
2018-10-11 | Do the SAL_INFO() for the fsync() call only when we know the result | Tor Lillqvist |
2018-10-11 | Do the SAL_INFO() also in the special 'good' ENOENT case | Tor Lillqvist |
2018-10-11 | Add SAL_INFO for the open() call in oslDoCopyFile() | Tor Lillqvist |
2018-10-11 | Tweak check for nonexistent file on iOS | Tor Lillqvist |
2018-10-11 | Add more SAL_INFO("sal.file", ...) calls to trace actual file operations | Tor Lillqvist |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-27 | tdf#119238: keep replaced file's identity when renaming docfile | Mike Kaganski |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-08-29 | sal: use correct settings path for Haiku | Kacper Kasper |
2018-08-27 | directly use malloc/free in sal, instead of rtl_allocateMemory/etc | Noel Grandin |
2018-08-21 | Make OUStringLiteral ctor actually constexpr | Stephan Bergmann |
2018-08-15 | Fix typo: s/an other/another/g | Andrea Gelmini |
2018-08-06 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-08-02 | coverity#1438194 silence Resource leak | Caolán McNamara |
2018-08-01 | Replace rtl_cache_alloc/free with rtl_allocate/freeMemory | Stephan Bergmann |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara |
2018-07-27 | Related: rhbz#1602589 silence leaked_storage | Caolán McNamara |
2018-07-26 | loplugin:returnconstant in sal,l10ntools,sot | Noel Grandin |
2018-07-10 | tdf#42949 Fix IWYU warnings in include/osl/*hxx | Gabor Kelemen |
2018-06-29 | Improved loplugin:redundantcast (const-qualified typedefs): sal | Stephan Bergmann |
2018-06-28 | tdf#42949 Fix IWYU warnings in include/osl/*h | Gabor Kelemen |
2018-06-21 | Don't reset signal that hasn't been set | Stephan Bergmann |
2018-06-19 | Don't waste time in macxp_resolveAlias() on files inside the app bundle | Tor Lillqvist |
2018-05-22 | Fix typos | Andrea Gelmini |
2018-04-06 | osl: Remember the last error before returning osl_Socket_Error | Takeshi Abe |
2018-04-06 | fflush() followed by fclose() is redundant | Takeshi Abe |
2018-03-28 | Revert "Temporary hack for iOS: open files read-only if read-write open fails" | Stephan Bergmann |
2018-03-07 | Intermediate dir may come into existence during osl_createDirectoryPath | Stephan Bergmann |
2018-03-07 | Deduplicate includes | Mike Kaganski |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper |
2018-02-01 | osl: change osl_psz_removeFile() -> osl_unlinkFile() | Chris Sherlock |
2018-01-25 | Remove stdlib.h from sal/config.h | Stephan Bergmann |
2018-01-25 | Fix typos | Andrea Gelmini |
2018-01-23 | Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccess | Stephan Bergmann |
2018-01-20 | More loplugin:cstylecast on macOS | Stephan Bergmann |
2018-01-19 | Remove include of config_global.h from sal/config.h | Stephan Bergmann |