summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
AgeCommit message (Expand)Author
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2020-04-06Nah, let's revert that shiteTor Lillqvist
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist
2020-04-04Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write callsTor Lillqvist
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-03android: file-cache to improve performance.Michael Meeks
2019-12-03use scoped enumStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-19tdf#128101 android: fix documents with manual page breakChristian Lohmaier
2019-09-16Simplify forced memory readsStephan Bergmann
2019-09-16-Werror=volatile (GCC 10 trunk)Stephan Bergmann
2019-08-02Fix typosAndrea Gelmini
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4Noel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist
2018-10-16Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist
2018-10-11Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist
2018-10-11Do the SAL_INFO() for the fsync() call only when we know the resultTor Lillqvist
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-26cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann
2017-10-25Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann
2017-10-20coverity#1419948 silence Operands don't affect resultCaolán McNamara
2017-10-16Rephrase checks for exceeding off_t limitsStephan Bergmann
2017-10-16Fix overflowStephan Bergmann
2017-10-03new loplugin:blockblockNoel Grandin
2017-08-07loplugin:oncevarStephan Bergmann
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock
2017-07-13These arguments can apparently never be nullStephan Bergmann
2017-07-11osl: unx file.cxx nullptr testing cleanupChris Sherlock
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-06-25osl: for should be a whileChris Sherlock