summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
AgeCommit message (Expand)Author
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier
2015-10-06pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16It is not necessary to be _that_ verbose.Jan Holesovsky
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19Fold uunxapi.h into uunxapi.hxxStephan Bergmann
2014-11-19file_url.h -> file_url.hxxStephan Bergmann
2014-11-19file_error_transl.h -> file_error_transl.hxxStephan Bergmann
2014-11-11SOLARIS can use/should use posix_madvise under certain conditions.Richard PALO
2014-10-10coverity#1240258 Operands don't affect resultCaolán McNamara
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara
2014-07-01Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky
2014-06-30android: Enable debugging messages as the first thing we do.Jan Holesovsky
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan 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
2014-05-13All three uses of osl_getFileOSHandle have been removed againStephan Bergmann
2014-05-13osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann
2014-04-04Clean up unreferenced functionsStephan Bergmann
2013-12-21Print file and not pointer value in SAL_INFOTor Lillqvist
2013-11-26No need for additional << overload hereStephan Bergmann
2013-09-28General cleanup in sal module for all and unix.Arnaud Versini
2013-09-03Don't compile all of the sal library as Objective-C++ on OS X after allTor Lillqvist
2013-08-25TypoTor Lillqvist
2013-08-25More work on a sandboxed LibreOffice on OS XTor Lillqvist
2013-08-25Switch from OSL_TRACE to SAL_INFO()Tor Lillqvist
2013-08-25Do more syscalls using a security scope bookmark on OS X when sandboxedTor Lillqvist
2013-08-23Make our File>Recent Documents work better when sandboxedTor Lillqvist
2013-08-18Bypass the O_NONBLOCK resetting for now when sandboxed on OS XTor Lillqvist
2013-06-19Fix warning: Value stored is never readTor Lillqvist
2013-04-10sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl
2013-03-27At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-26Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist
2013-03-01Open files from /assets (i.e. read-only) even if asked for write accessTor Lillqvist
2013-01-03sal: use pread / pwrite on every *nixRiccardo Magliocchetti
2012-11-21re-base on ALv2 code. Includes:Michael Meeks