summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavcontent.cxx
AgeCommit message (Expand)Author
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-09Fix typosAndrea Gelmini
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov
2018-09-24missing includes (--with-webdav=serf)Stephan Bergmann
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-02-01Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk
2017-08-25Various loplugin warnings in --with-webdav=serf codeStephan Bergmann
2017-06-10-Werror=unused-variableMarkus Mohrhard
2017-06-06ucb: replace double checked locking patternsJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-02-21fix the webdav=serf buildMarkus Mohrhard
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13loplugin:staticanonymousTor Lillqvist
2016-12-13loplugin:salboolTor Lillqvist
2016-12-13loplugin:stringconstantTor Lillqvist
2016-12-13loplugin:nullptrTor Lillqvist
2016-12-12-Werror,-Wimplicit-fallthroughTor Lillqvist
2016-12-05fix the generally unused non-neon webdav MapDAVExceptionCaolán McNamara
2016-11-13Change remaining sal_Int32 to ContinuationFlags ...Korrawit Pruegsanusak
2016-09-26convert CONTINUATION constants to typed_flags_setNoel Grandin
2016-03-18Remaining argument from loplugin:constantparam in ucbKorrawit Pruegsanusak
2016-02-09Remove excess newlinesChris Sherlock
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-08-27Add vnd.sun.star.webdavs URL schemeStephan Bergmann
2015-08-27Apply webdav-neon/ fix to webdav/, tooStephan Bergmann
2015-08-18cppcheck:noExplicitConstructor in webdav, serf versionGiuseppe Castagno
2015-07-27loplugin:staticmethodsNoel Grandin
2015-07-27loplugin:stringconstantNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-04-07cppcheck: should be passed by referenceCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-07-11webdav: Do not return reference here.Matúš Kukan
2014-07-08webdav: fix locking in webdav_ucp::Content::getResourceType()Matúš Kukan
2014-06-24webdav: Do not call into DAVResourceAccess with mutex locked.Matúš Kukan
2014-06-24fdo#72157: webdav: Release WebDAV file lock on document close.Matúš Kukan
2014-06-23webdav: Do not throw when saving new document.Matúš Kukan
2014-06-04compareTo -> equalsNoel Grandin