Age | Commit message (Expand) | Author |
2019-06-03 | tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4 | Noel Grandin |
2019-05-16 | Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not work | Tor Lillqvist |
2019-04-18 | Don't set locale env vars on macOS | Stephan Bergmann |
2019-04-15 | improve loplugin simplifyconstruct | Noel Grandin |
2019-04-13 | loplugin:sequentialassign in sal | Noel Grandin |
2019-04-13 | use more std::make_unique | Noel Grandin |
2019-04-03 | In LibreOffice core commit d4d3766, several variables were changed | Greg Veldman |
2019-03-27 | Remove unused macros that caused compiler warnings and simplify | Tor Lillqvist |
2019-03-27 | Replace gethostbyname_r with getaddrinfo | Arkadiy Illarionov |
2019-03-19 | hang in crashtesting, would be nice to know what failed to exec here | Caolán McNamara |
2019-03-08 | new loplugin constvars | Noel Grandin |
2019-03-06 | loplugin:unnecessaryparen improve member expression | Noel Grandin |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-03-04 | Revert "new loplugin typedefparam" | Noel Grandin |
2019-03-04 | new loplugin typedefparam | Noel Grandin |
2019-02-21 | loplugin:indentation (macOS) | Stephan Bergmann |
2019-02-09 | loplugin:indentation in registry..sax | Noel Grandin |
2019-02-07 | Make osl_getLocalHostname thread-safe | Stephan Bergmann |
2019-02-06 | tdf#107461: For Unix-like OS, support file://<hostname>/... URLs | Stephan Bergmann |
2019-01-23 | rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPP | Stephan Bergmann |
2019-01-16 | Avoid unnecessary string copying in osl_getDottedInetAddrOfSocketAddr | Stephan Bergmann |
2019-01-16 | Use OString for memory management of osl_psz_createPipe | Stephan Bergmann |
2019-01-16 | Avoid unnecessary string copying in osl_getUserName | Stephan Bergmann |
2019-01-16 | Use OString for memory management of getBootstrapSocketPath | Stephan Bergmann |
2019-01-16 | New loplugin:empty | Stephan Bergmann |
2019-01-16 | Use OString for memory management of osl_psz_getConfigDir | Stephan Bergmann |
2019-01-16 | Use OString for memory management of osl_psz_getHomeDir | Stephan Bergmann |
2019-01-15 | simplify duplicate code | Stephan Bergmann |
2019-01-15 | Use C++ OString/OUString classes here | Stephan Bergmann |
2019-01-15 | Avoid unnecessary string copying in osl_getUserName | Stephan Bergmann |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-05 | loplugin:unnecessaryparen include more assignments | Noel Grandin |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
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 |