summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_url.cxx
AgeCommit message (Expand)Author
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-23loplugin:includeform: salStephan Bergmann
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-06-27-Werror=catch-value= (GCC 8)Stephan Bergmann
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-15coverity#1408971 Mixing enum typesCaolán McNamara
2017-05-14osl: cleanup file_url.cxxChris Sherlock
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-03-29handle failure to expand ~ in path elements.Michael Meeks
2015-11-12Work around Coverity warnings about std::length_errorStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04Clean up osl_getSystemPathFromFileURL implementationStephan Bergmann
2015-11-02Clean up osl_getSystemPathFromFileURL handling of relative //... URLsStephan Bergmann
2015-11-02loplugin:stringconstantNoel Grandin
2015-10-30Fix osl_getSystemPathFromFileURL URL scheme checkStephan Bergmann
2015-03-29Minor simplificationTor Lillqvist
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19Remove obsolete osl_searchPath_implStephan Bergmann
2014-11-19file_url.h -> file_url.hxxStephan Bergmann
2014-11-19file_error_transl.h -> file_error_transl.hxxStephan Bergmann
2014-04-14typo: independend -> independentThomas Arnhold
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2013-09-28General cleanup in sal module for all and unix.Arnaud Versini
2013-09-17Revert "fix-linkoo.diff: Fix linkoo to work again."Matúš Kukan
2013-08-24A slash is a slash, a dot is a dotTor Lillqvist
2013-08-24Bin "temporary hack" code that has been commented-out since 2002Tor Lillqvist
2013-08-24Simplify osl_getSystemPathFromFileURL_Ex()Tor Lillqvist
2013-08-24Remove function that has been commented-out since 2000Tor Lillqvist
2013-08-24Cleanup some weird or inconsistent indentaion and bin some pointless commentsTor Lillqvist
2013-07-31Fix memory leak in osl_getSystemPathFromFileURL.Mark Wielaard
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-03coverity#983099: fix memory leakMarkus Mohrhard
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist
2012-12-19Fix for making absolute the registry arguments of the uno executableStephan Bergmann
2012-11-21fix sal buildCaolán McNamara
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-08-08osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treatedLionel Elie Mamane
2011-06-05Simplified if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc))Christina Rossmanith
2011-05-20fix this to be the same as original implementationCaolán McNamara
2011-05-20#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leakssb
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold