summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav
AgeCommit message (Expand)Author
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-01ucb: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-10-01Fix warnings in ucb/source/ucp/webdav/ (--with-webdav=serf)Stephan Bergmann
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-08-25set names on a bunch more threads...Michael Stahl
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-05ucb: remove SAL_THROW macroNoel Grandin
2014-06-04compareTo -> equalsNoel Grandin
2014-05-27remove external header guardsThomas Arnhold
2014-05-23inherit the other DAVException from std::exception tooCaolán McNamara
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet
2014-05-13loplugin:unreffunMatúš Kukan
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-04-28translate z.Z.Thomas Arnhold
2014-04-28German Comment translationMichael Meeks
2014-04-05loplugin:saloverrideMatúš Kukan
2014-04-04webdav: Allow to save documents again, after locking is implemented.Matúš Kukan
2014-03-29webdav: Store DAVSessionFactory again in ContentProvider.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: Parse response of LOCK request.Matúš Kukan
2014-03-26webdav: Lock files when opening them.Matúš Kukan
2014-03-26Remove pointless SerfRequestProcessorImplFac indirection.Matúš Kukan
2014-03-21kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud
2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud
2014-03-19webdav: loplugin warnings and sal_Bool -> boolMatúš Kukan
2014-03-18webdav: Use just "LibreOffice" as "User-Agent" as in webdav-neon.Matúš Kukan
2014-03-18webdav: fix various warningsMatúš Kukan
2014-03-18webdav: OSL_TRACE -> SAL_INFOMatúš Kukan
2014-03-18webdav: OSL_ASSERT -> assertMatúš Kukan
2014-03-18webdav: OSL_ENSURE -> SAL_WARN_IFMatúš Kukan
2014-03-11remove obsolete TODO comment; ASCII string is used hereMatúš Kukan
2014-03-11webdav: Use plain OStringBuffer here, otherwise wrong string is created.Matúš Kukan
2014-03-06Build webdav based on serf if neon is disabled.Matúš Kukan
2014-03-05kill XINTERFACE_IMPL_3Norbert Thiebaud
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud
2014-02-26Remove visual noise from ucbAlexander Wilms
2014-02-26webdav: fix remaining build issuesMatúš Kukan