summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
AgeCommit message (Expand)Author
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
2012-09-12WaE: unused parameter 'uFlags'Tor Lillqvist
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann
2012-07-30WaE: comparison is always false due to limited range of data typeTor Lillqvist
2012-05-30Some cppcheck cleaningJulien Nabet
2012-05-29Some cppcheck cleaningJulien Nabet
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist