summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
AgeCommit message (Expand)Author
2020-05-13tdf#128101 android: fix documents with manual page breakChristian Lohmaier
2020-05-09android: file-cache to improve performance.Michael Meeks
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
2017-06-25osl: test condition fixes in unx/file.cxxChris Sherlock
2017-06-25osl: whitespace cleanup of unx/file.cxxChris Sherlock
2017-06-25osl: doxygen comments in unx/file.cxxChris Sherlock
2017-06-25osl: cleanup headers of unx/file.cxxChris Sherlock
2017-06-25tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock
2017-06-25osl: remove unneeded comment in unx/file.cxxChris Sherlock
2017-06-23osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock
2017-06-20fix android buildNoel Grandin
2017-06-20new cannot return nullptrNoel Grandin