summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC28-111/+28
2021-02-15loplugin:referencecasting in ucbNoel5-12/+11
2021-02-07Remove unneeded breaksAndrea Gelmini1-4/+0
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-3/+3
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-2/+6
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-5/+6
2020-12-06Avoid relying on OString(char const *) ctor's undocumented behaviorStephan Bergmann1-9/+9
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-14/+14
2020-11-18tdf#123936 Formatting files in module ucb with clang-formatPhilipp Hofer1-4/+2
2020-10-29ne_lock::timeout is of type long, so keep using that hereStephan Bergmann1-3/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-2/+3
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-25/+12
2020-08-29Fix typosAndrea Gelmini1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-24/+27
2020-08-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-37/+36
2020-08-03loplugin:flatten in ucbNoel Grandin4-99/+99
2020-07-22ucb/neon: create instances with uno constructorsNoel Grandin4-98/+18
2020-07-13expand out an UNO macroNoel Grandin1-1/+10
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbStephan Bergmann2-14/+14
2020-06-12tdf#133673 fix webdav lock refresh with Auth:NegotiateJulian Kalinowski1-2/+0
2020-06-10Fix webdav lock refresh returning 0 instead of true when successfulJulian Kalinowski1-2/+2
2020-05-31neon: upgrade to release 0.31.1Jan-Marek Glogowski1-0/+1
2020-05-10compact namespace in ucb..uuiNoel Grandin5-20/+20
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-29tdf#132460 Fix feedback-loop during WebDAV lock refreshJean-Louis Fuchs1-1/+6
2020-04-09Error strings are not guaranteed to be ASCIIMike Kaganski1-4/+5
2020-04-03Improve handling of non-ASCII HTTP header field valuesStephan Bergmann1-2/+8
2020-04-01crashtesting: assert on loading fdo102527-1.htmlCaolán McNamara1-2/+2
2020-03-25ucb-webdav-neon: drop large commented code blocksJan-Marek Glogowski1-42/+1
2020-03-15Revert "loplugin:constfields in ucb"Noel Grandin5-8/+8
2020-01-30tdf#124176: Use pragma once instead of include guardsbugrakurt1-4/+1
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-1/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2019-12-23sal_Char->char in ucbNoel Grandin2-3/+3
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann6-0/+23
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen10-15/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+2
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen10-10/+4
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin3-3/+3
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-1/+1
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-4/+4
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+1
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin2-2/+2