Age | Commit message (Expand) | Author |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2020-04-06 | Nah, let's revert that shite | 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-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-03 | android: file-cache to improve performance. | Michael Meeks |
2019-12-03 | use scoped enum | Stephan Bergmann |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-19 | tdf#128101 android: fix documents with manual page break | Christian Lohmaier |
2019-09-16 | Simplify forced memory reads | Stephan Bergmann |
2019-09-16 | -Werror=volatile (GCC 10 trunk) | Stephan Bergmann |
2019-08-02 | Fix typos | Andrea Gelmini |
2019-06-03 | tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4 | Noel Grandin |
2019-03-06 | loplugin:unnecessaryparen improve member expression | Noel Grandin |
2018-12-05 | loplugin:unnecessaryparen include more assignments | Noel Grandin |
2018-10-19 | Introduce UnixErrnoString() and use it in sal/osl/unx | Tor Lillqvist |
2018-10-16 | Avoid risk of looking at an errno modified by SAL_INFO() call | Tor Lillqvist |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
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-08-27 | directly use malloc/free in sal, instead of rtl_allocateMemory/etc | Noel Grandin |
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-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-03-28 | Revert "Temporary hack for iOS: open files read-only if read-write open fails" | Stephan Bergmann |
2018-01-12 | More loplugin:cstylecast: sal | Stephan Bergmann |
2017-12-04 | new loplugin salcall: remove unnecessary SAL_CALL | Noel Grandin |
2017-11-30 | loplugin:unnecessaryparen: signed numeric literals | Stephan Bergmann |
2017-11-27 | loplugin:unnecessaryparen: Warn about parentheses around literals | Stephan Bergmann |
2017-10-31 | loplugin:constantparam in sal,sax | Noel Grandin |
2017-10-26 | cid#1420316: Try silence CONSTANT_EXPRESSION_RESULT | Stephan Bergmann |
2017-10-25 | Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min() | Stephan Bergmann |
2017-10-20 | coverity#1419948 silence Operands don't affect result | Caolán McNamara |
2017-10-16 | Rephrase checks for exceeding off_t limits | Stephan Bergmann |
2017-10-16 | Fix overflow | Stephan Bergmann |
2017-10-03 | new loplugin:blockblock | Noel Grandin |
2017-08-07 | loplugin:oncevar | Stephan Bergmann |
2017-07-18 | Followup to final followup 647382f52351a75 of my followup | Chris Sherlock |
2017-07-13 | These arguments can apparently never be null | Stephan Bergmann |
2017-07-11 | osl: unx file.cxx nullptr testing cleanup | Chris Sherlock |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-07-08 | osl: followup to 7c6ccc42 for w32/unx file.cxx | Chris Sherlock |
2017-07-05 | tdf#59424 unset open flag O_EXCL if O_CREAT is not set | Tomaž Vajngerl |
2017-07-02 | loplugin:casttovoid: sal | Stephan Bergmann |
2017-06-25 | osl: for should be a while | Chris Sherlock |