summaryrefslogtreecommitdiff
path: root/sal/osl/w32/file_url.cxx
AgeCommit message (Expand)Author
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-27WIN accept single-backslash file URIsJan-Marek Glogowski
2019-08-20Fix typosAndrea Gelmini
2019-08-02Fix typosAndrea Gelmini
2019-08-01Sometimes static checks are enough.Mike Kaganski
2019-05-10an is used before a vowel soundCaolán McNamara
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2018-12-15tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski
2018-12-14tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-16Missing includeStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-11-13IsValidFilePath: fix correction of double path delimitersMike Kaganski
2017-10-27loplugin:includeform: sal (Windows)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann
2017-07-19Followup to 56638d1a6d9ba - fValid -> bValidChris Sherlock
2017-05-17Fix integer typesStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17wchar_t -> sal_UnicodeStephan Bergmann
2017-05-17Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann
2016-03-16Remove code that has been commented-out for longTor Lillqvist
2016-01-10Fix typosAndrea Gelmini
2015-11-12Windows header sanitizationAshod Nakashian
2015-11-04Handle URLs with query or fragment (or containing NUL chars)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-07-15Log the actual string, not the rtl_uString pointer valueTor Lillqvist
2015-07-04Fix typosAndrea Gelmini
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-03-01Remove visual noise from salAlexander Wilms
2014-01-09sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl
2014-01-09Bin duplicate definitions (already in file_error.h)Tor Lillqvist
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold