summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
AgeCommit message (Expand)AuthorFilesLines
14 dayslok: add SAL_DISABLE_FSYNC environment to disable fsync.Michael Meeks1-1/+5
2024-03-08Avoid mentioning Glibc-internal type __fsword_tStephan Bergmann1-3/+4
2024-03-08Blind fix for Linux 32-bit buildsStephan Bergmann1-3/+3
2024-02-18tdf#55004 Fix backup copy creation for files on mounted samba sharesKevin Ottens1-7/+47
2024-01-28cool#8016 open files using O_CLOEXECNoel Grandin1-0/+3
2023-11-19Extended loplugin:ostr: salStephan Bergmann1-1/+1
2023-08-30tdf#146619 Remove unused includes from sal/osl/unxGabor Kelemen1-8/+5
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen1-0/+2
2023-08-09tdf#146619 Remove unused includes from sal/ [system.hxx]Gabor Kelemen1-0/+2
2022-11-07file: Use callocDr. David Alan Gilbert1-3/+1
2022-05-23Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name"Noel Grandin1-22/+25
2022-05-23no need to override 'operator new' in FileHandle_ImplNoel Grandin1-13/+0
2022-05-22[API CHANGE] call ftruncate instead of ftruncate_by_nameNoel Grandin1-25/+22
2022-05-21rtl_String->OString in salNoel Grandin1-22/+20
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-1/+1
2021-02-04Fix typo in codeAndrea Gelmini1-1/+1
2020-04-06Nah, let's revert that shiteTor Lillqvist1-75/+31
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist1-35/+45
2020-04-04Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write callsTor Lillqvist1-5/+39
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin1-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-03android: file-cache to improve performance.Michael Meeks1-33/+120
2019-12-03use scoped enumStephan Bergmann1-31/+38
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