summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-19tdf#128101 android: fix documents with manual page breakChristian Lohmaier1-1/+8
2019-09-16Simplify forced memory readsStephan Bergmann1-4/+3
2019-09-16-Werror=volatile (GCC 10 trunk)Stephan Bergmann1-2/+2
2019-08-02Fix typosAndrea Gelmini1-1/+1
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4Noel Grandin1-3/+5
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist1-11/+12
2018-10-16Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist1-2/+5
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-2/+2
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist1-22/+52
2018-10-11Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist1-2/+2
2018-10-11Do the SAL_INFO() for the fsync() call only when we know the resultTor Lillqvist1-2/+6
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin1-4/+4
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann1-65/+9
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-2/+2
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin1-4/+4
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann1-2/+2
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann1-14/+0
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-9/+9
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-10-31loplugin:constantparam in sal,saxNoel Grandin1-16/+16
2017-10-26cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann1-0/+1
2017-10-25Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann1-6/+10
2017-10-20coverity#1419948 silence Operands don't affect resultCaolán McNamara1-1/+1
2017-10-16Rephrase checks for exceeding off_t limitsStephan Bergmann1-10/+11
2017-10-16Fix overflowStephan Bergmann1-2/+4
2017-10-03new loplugin:blockblockNoel Grandin1-14/+12
2017-08-07loplugin:oncevarStephan Bergmann1-2/+3
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock1-2/+2
2017-07-13These arguments can apparently never be nullStephan Bergmann1-6/+4
2017-07-11osl: unx file.cxx nullptr testing cleanupChris Sherlock1-4/+4
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock1-1/+0
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl1-0/+4
2017-07-02loplugin:casttovoid: salStephan Bergmann1-1/+2
2017-06-25osl: for should be a whileChris Sherlock1-1/+1
2017-06-25osl: test condition fixes in unx/file.cxxChris Sherlock1-31/+30
2017-06-25osl: whitespace cleanup of unx/file.cxxChris Sherlock1-228/+286
2017-06-25osl: doxygen comments in unx/file.cxxChris Sherlock1-12/+10
2017-06-25osl: cleanup headers of unx/file.cxxChris Sherlock1-8/+5
2017-06-25tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock1-6/+7
2017-06-25osl: remove unneeded comment in unx/file.cxxChris Sherlock1-5/+0
2017-06-23osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock1-5/+0
2017-06-20fix android buildNoel Grandin1-1/+0
2017-06-20new cannot return nullptrNoel Grandin1-13/+0