summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2020-04-29tdf#132460 Fix feedback-loop during WebDAV lock refreshJean-Louis Fuchs1-1/+6
2020-04-24Typo: surf->serfJulien Nabet1-1/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin3-6/+14
2020-04-14"General Internet Error" dialog appearing on gio mountCaolán McNamara1-1/+3
2020-04-09Error strings are not guaranteed to be ASCIIMike Kaganski1-4/+5
2020-04-07loplugin:unusedvariableplus in ucb,xmlscriptNoel Grandin1-2/+2
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-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen3-6/+0
2020-03-15Revert "loplugin:constfields in ucb"Noel Grandin38-56/+56
2020-03-09improve loplugin:unusedfieldsNoel Grandin2-3/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin2-2/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin6-12/+12
2020-01-30tdf#124176: Use pragma once instead of include guardsbugrakurt1-4/+1
2020-01-26remove some unused local varsNoel Grandin2-3/+1
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-1/+1
2020-01-21lok: disable ucbgio provider for Online.Michael Meeks1-0/+15
2020-01-20Split independent loop vars, giving them appropriate typesStephan Bergmann1-3/+2
2020-01-18Fix typo in commentStephan Bergmann1-1/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+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 Grandin20-56/+56
2019-12-18loplugin:duplicate-definesNoel Grandin2-5/+2
2019-12-17Fix various Clang and loplugin warnings in --with-webdav=serf codeStephan Bergmann10-49/+42
2019-12-13loplugin:expandablemethodsNoel Grandin2-8/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann2-6/+0
2019-12-03remove some useless comment linesNoel Grandin15-23/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-3/+3
2019-11-27more UCB test more robust on my systemNoel Grandin1-3/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann18-1/+58
2019-11-21tdf#128598: Drop dubious file: -> smb: conversion completelyStephan Bergmann1-17/+0
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+8
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-1/+1
2019-11-03loplugin:stringaddNoel Grandin2-4/+4
2019-11-02New loplugin:conditionalstringStephan Bergmann4-8/+8
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann3-28/+14
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen89-227/+84
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-4/+2
2019-10-21Silence new Clang 10 trunk -std=c++2a -Wambiguous-reversed-operator for nowStephan Bergmann1-0/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin3-3/+4
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann1-0/+5
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-15new loplugin:bufferaddNoel Grandin3-18/+6
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-2/+2
2019-10-09use cppu::WeakImplHelper in HierarchyDataSourceNoel Grandin2-52/+5
2019-10-08use cppu::WeakImplHelper in FTPContentIdentifierNoel Grandin2-66/+3