summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/SerfSession.cxx
AgeCommit message (Expand)Author
2021-10-16Simplify vector initialization in ucbJulien Nabet
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2020-10-29Revert questionable tools::Long in commented-out codeStephan Bergmann
2020-10-28convert some more long -> tools::LongNoel
2019-12-23sal_Char->char in ucbNoel Grandin
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-04loplugin:cstylecast (--with-webdav=serf)Stephan Bergmann
2018-09-04-Werror=return-local-addr (-with-webdav=serf)Stephan Bergmann
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-11-07loplugin:includeform: automatic rewrite in --with-webdav=serf codeStephan Bergmann
2017-02-21fix the webdav=serf buildMarkus Mohrhard
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-22Revert "[API CHANGE] createSecurityContext() was always called with an empty ...Tor Lillqvist
2016-12-21[API CHANGE] createSecurityContext() was always called with an empty stringTor Lillqvist
2016-12-13loplugin:salboolTor Lillqvist
2016-12-13loplugin:refcountingTor Lillqvist
2016-12-08loplugin:nullptrTor Lillqvist
2016-02-09Remove excess newlinesChris Sherlock
2015-09-24boost->stdCaolán McNamara
2015-07-27loplugin:cstylecastNoel Grandin
2015-07-27loplugin:simplifyboolNoel Grandin
2015-06-16Fix typosAndrea Gelmini
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2014-10-01Fix warnings in ucb/source/ucp/webdav/ (--with-webdav=serf)Stephan Bergmann
2014-06-24fdo#72157: webdav: Release WebDAV file lock on document close.Matúš Kukan
2014-03-26webdav: Workaround failing unlocking by ignoring certificates when closing.Matúš Kukan
2014-03-26remove SerfTypes.hxxMatúš Kukan
2014-03-26unused variables and simplifyMatúš Kukan
2014-03-26webdav: Implement refreshing of locks.Matúš Kukan
2014-03-26webdav: Implement unlocking of documents.Matúš Kukan
2014-03-26webdav: Store locks in SerfLockStore, so we could unlock later.Matúš Kukan
2014-03-26webdav: Lock files when opening them.Matúš Kukan
2014-03-19webdav: loplugin warnings and sal_Bool -> boolMatúš Kukan
2014-03-18webdav: fix various warningsMatúš Kukan
2014-03-18webdav: OSL_TRACE -> SAL_INFOMatúš Kukan
2014-03-18webdav: OSL_ASSERT -> assertMatúš Kukan
2014-02-26webdav: fix remaining build issuesMatúš Kukan
2014-02-26webdav: fix include pathsMatúš Kukan
2014-02-26 #i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr
2014-02-26#i120041# Update of serf library from 1.0.0 to 1.1.0.Andre Fischer
2014-02-26webdav: lang::XMultiServiceFactory -> uno::XComponentContextMatúš Kukan
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22Resolves: #i123744# consider certificate's Subject Alternative Name...Oliver-Rainer Wittmann
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold
2013-05-27Header clean-upAriel Constenla-Haile