summaryrefslogtreecommitdiffstats
path: root/sal/osl/unx/file.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:oncevarStephan Bergmann2017-08-071-2/+3
* Followup to final followup 647382f52351a75 of my followupChris Sherlock2017-07-181-2/+2
* These arguments can apparently never be nullStephan Bergmann2017-07-131-6/+4
* osl: unx file.cxx nullptr testing cleanupChris Sherlock2017-07-111-4/+4
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-2/+2
* osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock2017-07-081-1/+0
* tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl2017-07-051-0/+4
* loplugin:casttovoid: salStephan Bergmann2017-07-021-1/+2
* osl: for should be a whileChris Sherlock2017-06-251-1/+1
* osl: test condition fixes in unx/file.cxxChris Sherlock2017-06-251-31/+30
* osl: whitespace cleanup of unx/file.cxxChris Sherlock2017-06-251-228/+286
* osl: doxygen comments in unx/file.cxxChris Sherlock2017-06-251-12/+10
* osl: cleanup headers of unx/file.cxxChris Sherlock2017-06-251-8/+5
* tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock2017-06-251-6/+7
* osl: remove unneeded comment in unx/file.cxxChris Sherlock2017-06-251-5/+0
* osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock2017-06-231-5/+0
* fix android buildNoel Grandin2017-06-201-1/+0
* new cannot return nullptrNoel Grandin2017-06-201-13/+0
* Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann2017-05-161-20/+20
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-121-85/+81
* loplugin:redundantcastStephan Bergmann2017-03-301-1/+1
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-2/+2
* new loplugin/rewriter comparisonwithconstantNoel Grandin2016-12-061-40/+40
* Clarify calculation precedence tdf#39440Muhammet Kara2016-07-051-9/+9
* tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke2016-04-111-2/+3
* new loplugin: commaoperatorNoel Grandin2016-02-231-17/+40
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-43/+43
* move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier2015-10-111-8/+21
* pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann2015-10-061-2/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* -fsanitize=nonnull-attribute in memcpy callStephan Bergmann2015-06-021-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* loplugin:constantfunction: variousNoel Grandin2015-03-241-9/+6
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-26/+26
* It is not necessary to be _that_ verbose.Jan Holesovsky2015-02-161-3/+0
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-1/+1
* system.h -> system.hxxStephan Bergmann2014-11-191-1/+1
* Fold uunxapi.h into uunxapi.hxxStephan Bergmann2014-11-191-1/+1
* file_url.h -> file_url.hxxStephan Bergmann2014-11-191-1/+1
* file_error_transl.h -> file_error_transl.hxxStephan Bergmann2014-11-191-1/+1
* SOLARIS can use/should use posix_madvise under certain conditions.Richard PALO2014-11-111-1/+1
* coverity#1240258 Operands don't affect resultCaolán McNamara2014-10-101-12/+17
* coverity#1240260 Operands don't affect resultCaolán McNamara2014-10-101-4/+2
* Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky2014-07-011-2/+0
* android: Enable debugging messages as the first thing we do.Jan Holesovsky2014-06-301-0/+2
* fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann2014-05-191-3/+6
* Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann2014-05-131-5/+16
* osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann2014-05-131-2/+3