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