summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_misc.cxx
AgeCommit message (Expand)Author
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel 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-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist
2018-10-11Do the SAL_INFO() also in the special 'good' ENOENT caseTor Lillqvist
2018-10-11Add SAL_INFO for the open() call in oslDoCopyFile()Tor Lillqvist
2018-10-11Tweak check for nonexistent file on iOSTor Lillqvist
2018-10-11Add more SAL_INFO("sal.file", ...) calls to trace actual file operationsTor Lillqvist
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-23loplugin:includeform: salStephan Bergmann
2017-08-17Remove excess SAL_WARNsStephan Bergmann
2017-08-02If we are going to warn about an "invalid" URL, at least tell what it isTor Lillqvist
2017-07-07tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxxChris Sherlock
2017-07-07osl: unx osl_getDirectoryItem() cleanupChris Sherlock
2017-07-07osl: unx osl_getNextDirectoryItem() cleanupChris Sherlock
2017-07-07osl: osl_closeDirectory cleanupChris Sherlock
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2016-12-30cleanup tailing backslashesJochen Nitschke
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin
2016-03-07sal: UNX: in oslDoCopy, rename into destination directory ...Michael Stahl
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-23Better fail with E_EXIST if rename(3) failsStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-11-20At least old Mac OS X does not know AT_FDCWDStephan Bergmann
2014-11-20Let attemptChangeMetadata work on symlink itselfStephan Bergmann
2014-11-20fdo#83529: Only preserve metadata of moved, not copied filesStephan Bergmann
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19readwrite_helper.h -> readwrite_helper.hxxStephan Bergmann
2014-11-19file_url.h -> file_url.hxxStephan Bergmann
2014-11-19file_error_transl.h -> file_error_transl.hxxStephan Bergmann
2014-10-31cid#982171 Warn about rename failure in error clean-up codeStephan Bergmann
2014-10-31Simplify by using OStringStephan Bergmann
2014-10-31cid#1242936 handle rename failureStephan Bergmann
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann
2014-05-13Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann
2014-05-13osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann